What is event flow in term of event handling in flash action script 3.0? : adobe flex action script
Answer / Desh Deepak
Event flow in Flash ActionScript 3.0 refers to the order in which events are handled by display objects. The event flow can be divided into two phases: dispatch phase and capture phase. During the dispatch phase, events are dispatched up the display list tree from the event target to its immediate parent, until it reaches a display object with an enabled `mouseEnabled` or `mouseChildren` property. After that, the event is captured by the event listener of the display object. Then, during the capture phase, events are captured down the display list tree from the root display object to the event target. The purpose of the capture phase is to handle events before they reach the target display object.
| Is This Answer Correct ? | 0 Yes | 0 No |
I have I input text field on stage and I have a button also, further I am writing some text in that input text field. I want to save my written data on my local system (on my computer), how can I do this?
What are the goals of the beta?
What are the similarities between java and flex? : adobe flex action script
What is state? What is the difference between states and viewstack in flex?
What happens if an .swf is loaded into a already occupied level? : adobe flex action script
Why is disable auto update method used?
What is interface in term of oop (flash actionscript)? : adobe flex action script
Do I need to upgrade my flash player to use beta 3?
Explain prevent default method?
What is the difference between states and viewstack in flex? : adobe flex action script
I am going to add images into a tag. How will it resize itself in adobe flex actionscript?
Can I upgrade from flex builder 3 standard edition to flex builder 3 professional edition?