Posts Tagged ‘actionscript 3.0’
How to Load External Images in Actionscript 3.0
14 Comments | This entry was posted on Mar 11 2009

Using the flash.display.Loader class in AS3, you can load in external image files to display in flash. The loader class supports loading in JPG, SWF, PNG, or GIF file types. The Loader class sounds more like a loading manager that watches load progress, rather than a display object. Fact is, the Loader is treated as a DisplayObject, so when it’s ready you just add it to the stage. Pretty simple, so let’s get started!
