Return to Snippet

Revision: 3341
at July 11, 2007 18:26 by mswallace


Initial Code
var child:Object=mySwfLoader;
myEmptyMC.addChild(child);

//this changes it to a new thing because I'm setting child which is already added to the MovieClip to something new
child=new Object();

Initial URL
http://board.flashkit.com/board/showthread.php?p=3903435#post3903435

Initial Description


Initial Title
Create an object that you can load SWF's Into for your addChild

Initial Tags
object

Initial Language
ActionScript 3