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 |
Explain what happens if an .swf is loaded into a already occupied level? : adobe flex action script
Can I embed html in my flex application? : adobe flex action script
Explain how many levels does flash mx support? : adobe flex action script
Difference between swc and swf file?
Why are there errors with the macromedia.css.locatorparser class and weblogic? : adobe flex action script
What are the correct statements consenting text field? : adobe flex action script
What are runtime shared libraries in flex?
I am sending my request, and I see the data traffic in the command window, but why is the result always empty?
What are the advantages and disadvantages of using flex? And why flex wins over other technologies?
What is the problem with calling setstyle()? : adobe flex action script
Where can I download flex 3 beta 3?
How do I get flex to query my database?