What is the difference between target and current target?
Answer / Nitin Azad
In Adobe Flex, `target` refers to the specific object that an event was dispatched from, while `currentTarget` refers to the current object handling the event. The `currentTarget` is the object that receives the event first in the event propagation chain, and it can be the same as the `target` if the event doesn't bubble or capture.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain about component life cycle?
How do we use css styles in flex?
Explain the difference between creating an effect and setting the target as opposed to adding an effectlistener? : adobe flex action script
Is it possible to make httpservice requests synchronous in adobe flex?
Tell some new capabilities / features of flash as 3.0?
What type of skinning is available in flex?
What are the differences between 4.6/4.5/4.0 and flex 3.0?
What is the function of exclude or exclude class related to the data or class?
How do we call javascript from flex actionscript?
What is a resource manager in flex actionscript?
Explain what is the function of trace?
What are Arrays in flex?