Sometimes, if I do not move the mouse, "click" and "mousedown" do not work. Why is that? : adobe flex action script
Answer / Sudha Maurya
This issue might occur due to event bubbling or capturing. When an event is not captured by a specific display object, it may not trigger the 'click' or 'mousedown' events if the mouse is not moved over the intended target area. You can use event listeners like 'mouseDownOutside' or 'mouseUpInside' to handle these cases.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain what happens if an .swf is loaded into a already occupied level?
How do u generate random numbers within a given limit with Action script?
In which level does the original movie resides? : adobe flex action script
How can u access a variable defined in 1 MXML file to another?
What type of skinning is available in flex?
Will I need to upgrade my air sdk along with flex 3 beta 3?
How to create custom events? Explain the steps to create a new custom event?
What is default frame rate of the timeline in frame per second?
What are the Benefits of flex?
Do I need to upgrade to beta 3 to use air beta 3?
Is it true that I can now get the flex test automation framework with the purchase of flex builder 3 professional edition?
Explain the difference between creating an effect and setting the target as opposed to adding an effectlistener? : adobe flex action script