Explain the arguments of addeventlistener() method?
Answer / Sudesh Kumar
The addEventListener() method in Adobe Flex takes three arguments: the event type (like 'click' or 'mouseOver'), a reference to the function that will be called when the event occurs, and an optional boolean value that specifies whether the listener should capture (true) or bubble (false) the event.
| Is This Answer Correct ? | 0 Yes | 0 No |
Tell some new capabilities / features of flash as 3.0?
Can I resize the internet explorer browser window from flex?
What is the difference between graphical skinning and stateful skinning?
Can I resize the internet explorer browser window from flex? : adobe flex action script
What is the problem with calling setstyle()? : adobe flex action script
What is state? : adobe flex action script
How to create custom events? Explain the steps to create a new custom event?
I have I input text field on stage and I have a button also, further I am writing some text in that input text field. I want to save my written data on my local system (onmy computer), how can I do this? : adobe flex action script
What is state? What is the difference between states and viewstack in flex?
mic classes in flex? : adobe flex action script
Explain how binding works in mxml components in flex? : adobe flex action script
Difference between data grid and advanced data grid?