What happens if an .swf is loaded into a already occupied level?
Answer / Vinay Prakash Tirkey
When loading an .swf into an already occupied level in Adobe Flex, the new .swf will replace the existing one if there are no other references to the previous .swf. If there are references, you'll have memory leaks.
| Is This Answer Correct ? | 0 Yes | 0 No |
What does calling preventdefault() on an event do? : adobe flex action script
What is an event class in Flex?
Explain about component life cycle?
How can u use 2 styles at the same time?
How do I get access to the j2ee session from my remoteobjects? : adobe flex action script
What is the difference between states and viewstack in flex? : adobe flex action script
Difference between flex and flash?
How does item renderer work? How do we add item renderer at runtime in flex?
How binding works in mxml components in flex?
What is over loading? Is method over loading possible in flex?
What are Arrays in flex?
What is interface in term of oop (flash actionscript)? : adobe flex action script