HomeAbout

QueueLoader AS3

QueueLoader is a sequential external asset loader with item and queue progress monitoring. Currently loads Images, Swf, and MP3 files.

http://blog.hydrotik.com/category/queueloader/

URL Prioritization Class

From the site:

I wrote a url prioritization class, it works with Loader, URLLoader, and Sound Objects (and maybe NetStream objects one day). This will let you set a priority for requests so they execute in the right order, take a look at currently executing requests or loading requests

http://www.danielhai.com/blog/?p=60

MusicBuilder & SoundObject

Set of classes that allow you to build your own music with multiple streaming mp3 sound files.
With a brand new Timer class that calculates elapsed time to the millisecond, you can now have seamless looping of streaming MP3 files.

The classes are :
- MusicBuilder
- SoundObject
- SOCollection
- Timer

http://lab.daroost.ca/2007/02/25/sondloop2-revisited-musicbuilder-soundobject/

Jukebox

Wraps up some sound management functionality: loading, controlling sounds, handling playlists.

http://www.meychi.com/source/actionscript/classes/Jukebox.as 

SoundManager

Used for managing UI sounds within an app.http://www.createage.com/blog/?p=99