In my class file I call EventBroadcaster to dispatch an event that eventually retrieves a string into a Command.onResult(). I need that string back in my class file. So, I want to bind a variable in the class file to that onResult method. Could someone show me how to do this? Perhaps there is a way to instantiate mx:Binding in my class file some way, that would do it, but I can't figure it out.
Or is there a better way (the "right" way) to do this without coupling the class file to the command file? Thanks, Libby ------------------------ Yahoo! Groups Sponsor --------------------~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM --------------------------------------------------------------------~-> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

