/ Published in: ActionScript 3
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
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();
URL: http://board.flashkit.com/board/showthread.php?p=3903435#post3903435