Loading External .SWFs into Flash
OK, so I asked this question earlier :
http://forums.adobe.com/message/5135410#5135410
I didn't seem to get into much detail. My first question is, did Ishkur somehow make a transparent background for his external .swfs, or did he make a regular one, and used some sort of code or setting to make it so it appears into the bottom-right? And my second question is, where do I apply this code / where does it go? Does it get paired with the buttons which signal the flash to load the external .swfs? I sincerely apologize for my non-stop customer support ._.
myMovieClipInstance.loadMovie("myExternalMovie.swf"); // here only the filename is given, indicating the SWF file is in the same folder as the parent swf
