Thanks for purchasing DJ Mixer by abenson

File Technologies:
Flash 8
Actionscript 2
XML
MP3

To add more sound loops, add as many mp3's to the music folder and don't forget to link them up in the XML file. The mixer should do the rest of the work. Depending on the files you use, you may have to do a little tinkering with the configuration variables.

For example, each sound loop created is 3.410 seconds long. 

In Flash, actions layer - this tells Flash how long each loop is:
var looplength:Number = 341;

So if your sound loops are 8 seconds long, make looplength = 800

Email a friend:
Don't forget to change the mailing address to match your own.

Best practices:
Keep your sound loops short for low file size.
If you plan on using other libraries, it's best for all of the loops to have the same duration so everything plays in sync.