What is EventFlow.?
Answers were Sorted based on User's Feedback
Answer / dindayal dhakar
When events happen to an object on the display list (an
object displayed on the screen), all the objects that
contain the object are notified of the event and notify
their event listeners in turn. This process starts with the
Stage and proceeds through the display list to the actual
object where the event occurred, and then proceeds back to
the Stage again. This process is known as the event flow.
| Is This Answer Correct ? | 50 Yes | 9 No |
Answer / ravindrakumar karanki
Adding one more point to above answer.
Capturing: Events handle between root to Target's parent.
Target: Events handle in Target
Bubbling: Events handle between Target's parent to root.
| Is This Answer Correct ? | 7 Yes | 1 No |
you have a video project that would best be served by using full screen mode. This needs to be done from within the browser, since you are not able to use a projector. Which publish settings should you use? : Adobe flash
which of the external actionscript files must you #include in your movie in order to use flash remoting? : Adobe flash
who can view flash? : Adobe flash
How to download Flash object embeded in HTML Page?
3 Answers Siber, US Software Corporation,
Write a program use a text field and display it using the actionscript?
which of the assumptions cannot be made when developing an application for intranet deployment? : Adobe flash
Which is the quickest way to make the stroke around an oval shape into a dotted line? : Adobe flash
How does removal of actual objects and data work in actionscript?
What are the ways in which actionscript's code can be protected?
what should be used in the name of constant? : Adobe flash
which methods is most likely an event handler? : Adobe flash
What does reference means in actionscript?