

My2ndLoader.scaleY = 2 // scale the SWF vertically by 200% My2ndLoader.scaleX = 2 // scale the SWF horizontally by 200% (optional) scaling of the 2nd SWF file displacing the 1st SWF from position 1 to 2 in the display list the 1st by using addChildAt(my2ndLoader, 1) Var url2:URLRequest = new URLRequest("ExternalSWF2.swf") ĪddChild(my2ndLoader) // optionally, you could put the 2nd SWF beneath (optional) load a second external SWF file Hanzo the Razor: Sword of Justice (), Hono No Shozo (), Shinjuku Baka. MyLoader.y = 175 // move the loaded SWF 175 pixels down from the top He moved to California to work for Dick Clark Productions on the American Music.

MyLoader.x = 10 // move the loaded SWF 10 pixels to the right (from the left edge) Var url:URLRequest = new URLRequest("ExternalSWF.swf") // in this case both SWFs are in the same folderĪddChild(myLoader) // add that instance to the display list, adding it to the Stage at 0,0 Var myLoader:Loader = new Loader() // create a new instance of the Loader class The ActionScript 2.0 MovieClipLoader class.To load an external SWF file from within another SWF file, use one of the following:

You can also load image files, such as JPG, PNG, GIF. The difference is that the content exists outside the main SWF file.
#Baka loader 2 not working movie
Placing content in a separate SWF file is similar to placing content in its own movie clip symbol.
