What is event flow in term of event handling in flash action script 3.0?
Answer / Apoorv Katiyar
Event flow in ActionScript 3.0 refers to the order in which events are handled by a display object and its ancestors in the display list. By default, events propagate from the target display object (the one on which the event was triggered) to its parent container, then to its grandparent, and so on, until reaching the root display object (stage). However, developers can customize event flow using various phases and listeners.
| Is This Answer Correct ? | 0 Yes | 0 No |
Difference between data grid and advanced data grid?
What is default frame rate of the timeline in frame per second?
What is a resource manager in flex actionscript?
What is the dynamic keyword used for in flex actionscript? : adobe flex action script
Is double-clicking supported on various components?
What is event flow in term of event handling in flash action script 3.0? : adobe flex action script
What are Arrays in flex?
Explain what happens if an .swf is loaded into a already occupied level?
What happens if an .swf is loaded into a already occupied level?
Can flex applications communicate with each other on the client?
Why is disable auto update method used?
What is display list? : adobe flex action script