Explain about arguments of addeventlistener() method?
Answer / Devender Singh
The `addEventListener()` method in Adobe Flex takes three arguments: 1) The name or identifier of the event to listen for, 2) A callback function that will be executed when the event is fired on the specified target object, and 3) An optional `useCapture` Boolean value (defaults to `false`). If set to `true`, the listener will capture the event during the capture phase of the event propagation. If set to `false` (default), the listener will listen for the event during the bubbling phase.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain which of the recommended character to use to separate target level paths levels?
What is the difference between states and viewstack in flex? : adobe flex action script
Difference between http service and remote object?
How do I run flex as a service?
What is the difference between target and current target?
What is an event sub class?
What are the advantages and disadvantages of using flex? And why flex wins over other technologies?
What are sealed classes in flex? : adobe flex action script
How do we identify a component created in a repeater using flex? : adobe flex action script
State the difference between view stack and view state?
What is polymorphism in term of oop (flash actionscript)? : adobe flex action script
Explain in which level does the original movie resides?