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 |
State the difference between array and array collection?
Will I need to upgrade my air sdk along with flex 3 beta 3?
Can I use flex builder 2 to create applications using the flex 3 sdk?
What is the function of exclude or exclude class related to the data or class?
What is the difference between sealed class and dynamic classes in flex?
How do you implement push on a flex applications? : adobe flex action script
Have you built any components with actionscript? If so explain how you did it? : adobe flex action script
What is a filter function?
What is the model-view-controller (mvc) pattern? : adobe flex action script
What are the 2 ways to compile flex source file?
Is it possible to make httpservice requests synchronous in adobe flex?
In which level does the original movie resides?