What happens if an .swf is loaded into a already occupied level? : adobe flex action script
Answer Posted / 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 |
Post New Answer View All Answers