attach addEventListener to your compoents. That way you would be able to listen the events.
example is given below: mybutton.addEventListener(MouseEvent.Click, clickHandler); let me know if that answer your query. If you mean you are attaching the component at runtime, please eloborate your question furthure, with the actual scenario only then I would be able to comment furthure. Thanks, Shaleen Jain http://shaleenjain.blogspot.com On Jan 2, 9:53 am, yuga <[email protected]> wrote: > hi > > how to listen runtime component actions like mouse click > > i created runtime multiple components but the previous component is > not listening . > > my actions working only current component . > > help me out > > thank you > yugi --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

