What happens if an .swf is loaded into a already occupied level? : adobe flex action script
Answer / Anjali Nayak
In Adobe Flex, when you try to load an SWF file into an already occupied level, the behavior depends on the loading method. If you use the Loader class's load() method or the URLLoader class to load the SWF file, it will replace the existing content of the current display object. However, if you use the addChild() method to embed one SWF within another, it will throw an error as adding a child SWF directly is not supported.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is shared object? (Or) how to store the data in local?
Explain about result handler and fault handler methods?
Explain about resultevent and faultevent in remote object?
Do I need to upgrade to beta 3 to use air beta 3?
When I set visible="false", the component still takes up space and appears in the tab order. Why is that? : adobe flex action script
Explain what happens if an .swf is loaded into a already occupied level?
I am sending my request, and I see the data traffic in the command window, but why is the result always empty? : adobe flex action script
What is the difference between states and viewstack in flex? : adobe flex action script
Difference between label and text?
Mytree appears just fine but why ca not I access the node attributes? : adobe flex action script
What are runtime shared libraries in flex? : adobe flex action script
Explain which of the recommended character to use to separate target level paths levels?