AS3: SequentialLoader

View Example 1
View Example 2
View Documentation
Download Class & Example Files
The SequentialLoader loads a series of SWFs and/or images in an ordered sequence. This is a conversion of the AS2 SequentialLoader class originally written by Tom Stanley with some additional methods added for more control.


AS2 → AS3: Loading External Assets

Download Example Files
The MovieClipLoader is no longer available in AS3 and has been replaced by the new, hip kid on the block, the Loader class. Just like pretty much everything else in AS3, Loader has a bunch of events it fires off which you can listen to and react accordingly. Below is the [...]