[AS3] SequentialLoader

View Example 1
View Example 2
[URL=“http://evolve.reintroducing.com/2008/01/28/as3/as3-sequentialloader/”]View the post with more info

[URL=“http://evolve.reintroducing.com/_source/classes/as3/SequentialLoader/SequentialLoader.zip”]

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.

The first example shows the simplest usage of SequentialLoader. The second example shows how to use SequentialLoader with the optional pauseAfterEachLoad property which allows you to run a set of actions after each item has loaded before you resume loading the rest of the sequence. The example loads a small image and then its corresponding large image below it before it goes on to load the next thumb/large image combo.