Explain in which level does the original movie resides? : adobe flex action script
Answer / Shashank Shukla
In Adobe Flex, the original movie (Flash application) does not directly exist. Instead, Flex applications are compiled to SWF files, which can be thought of as the 'movie' equivalent. The SWF file contains all the necessary data and instructions for rendering the Flex application.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is stoppropagation() and stopimmediatepropagation()?
Explain if the oilpump movie clip instance in path _root.car.engine.oilpump.clamp uses the following line of actionscript, _parent.someaction;, which movie clipinstance is being referenced? : adobe flex action script
Why is disable auto update method used?
If I purchase flex builder 2, am I eligible for an upgrade to flex builder 3?
When I have only a single record, why does not it appear in my datagrid?
What keyword allows us to implement abstraction better in flex?
Sometimes, if I do not move the mouse, "click" and "mousedown" do not work. Why is that? : adobe flex action script
Difference between cairngorm event and flex event?
When I set visible="false", the component still takes up space and appears in the tab order. Why is that? : adobe flex action script
Why would you want to keep a reference to a changewatcher and call unwatch()? : adobe flex action script
How can you show a jpg image in dynamic text field? : adobe flex action script
I need to load an image from flickr into my application. Do I need a crossdomain.xml file on flickr? : adobe flex action script