Nice example Liquid Blue! I would also add that a if a looped and shortened sound is used it will give a smaller file size.
really nice example though!
really nice example though!
mSound = new Sound();
function playSound(file){
mSound.loadSound(file);
}

Comment