Explain what happens if an .swf is loaded into a already occupied level?
Answer Posted / Lav Kant
In Adobe Flex, when you try to load an .swf file into a level that is already occupied, it will cause an error due to the limitation of Flash Player's security sandbox. The SWF container can only load one SWF at a time for security reasons. To overcome this, you can use SWC files or compile your application as a single SWF.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers