Converting Strings To Booleans
If you’ve downloaded my Image Slider, you may have looked at the Main.as file and noticed that I was using a utility class to convert the loaded string values for things that are actually booleans from the XML. I was originally loading them and I couldn’t figure out why when I traced out what [...]
AS3: SequentialLoader
View Example 1
View Example 2
View Documentation
Download Class & Example Files
UPDATE 10/14/08: Added a new parameter that checks policy files for downloading assets from a different server.
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 [...]










