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 design patterns have you used in actionscript and java? : adobe flex action script
What are three ways to skin a component in flex?
Explain the configuration details of blaze ds?
Explain Event Bubbling?
What is display object? : adobe flex action script
Can I still build flex 2 applications with flex builder 3 beta 3?
I have I input text field on stage and I have a button also, further I am writing some text in that input text field. I want to save my written data on my local system (on my computer), how can I do this?
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
How do you use a repeater in actionscript? : adobe flex action script
How do you generate random numbers within a given limit with actionscript? : adobe flex action script
What are the 2 ways to compile flex source file?
Explain how many levels does flash mx support? : adobe flex action script