PDA

View Full Version : Simple events question


rattleheadmegafan
06-12-2009, 04:41 AM
I was reading about basic event handling and I was wondering, where do we actually get to use the concept that events go through capturing, at target and bubbling phase? Where do you actually get to use the concept that the event passes through the stage, root and then the component and back?

StrangeParadise
06-12-2009, 01:16 PM
Hello,

Perhaps that some of your questions will find answers to this Flex event tutorial (http://www.onitan.com/tutorial/example/event-propagation-with-flex-and-as3/). ;)