Explain what happens if an .swf is loaded into a already occupied level? : adobe flex action script
Answer / Akhilesh Srivastava
If you try to load an SWF into a level that's already occupied, the previous SWF will be unloaded and replaced by the new one. Any data or state maintained in the previous SWF will be lost.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can flex applications communicate with each other on the client?
How do we identify a component created in a repeater using flex? : adobe flex action script
What is stoppropagation() and stopimmediatepropagation()?
Can I upgrade from flex builder 3 standard edition to flex builder 3 professional edition?
What is the function of trace?
Is it true that I can now get the flex test automation framework with the purchase of flex builder 3 professional edition?
Can I dynamically instantiate a webservice or httpservice in actionscript? : adobe flex action script
What is the model-view-controller (mvc) pattern? : adobe flex action script
What is the difference between states and viewstack in flex? : adobe flex action script
Explain the difference between creating an effect and setting the target as opposed to adding an effectlistener? : adobe flex action script
What are the methods called when a ui component is intialized?
Do I need to uninstall flex 3 beta 2 before installing beta 3?