Explain what happens if an .swf is loaded into a already occupied level?
Answer / 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 |
What are the advantages and disadvantages of using flex? And why flex wins over other technologies?
What is the difference between graphical skinning and stateful skinning?
Can I use flex builder 2 to create applications using the flex 3 sdk?
What is event flow in term of event handling in flash action script 3.0?
What are the methods called when a ui component is intialized? : adobe flex action script
Can I resize the internet explorer browser window from flex? : adobe flex action script
What happens if an .swf is loaded into a already occupied level? : adobe flex action script
How do you implement push on a flex applications?
How can u access a variable defined in 1 MXML file to another?
Difference between flash and flex?
can you write to the file system from flex?
How do I make synchronous data calls in actionscript? : adobe flex action script