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 the function of trace?
What is event flow in term of event handling in flash action script 3.0?
Difference between Java & Flex Getters Setters?
What is preventdefault() method?
How to display the check box in data grid header?
What is the difference between states and viewstack in flex? : adobe flex action script
How will flex 3 be packaged?
Can I embed html in my flex application? : adobe flex action script
What is shared object? (Or) how to store the data in local?
What is state? What is the difference between states and viewstack in flex? : adobe flex action script
What are the three ways to skin a component?
Can you write to the file system from flex? : adobe flex action script