mySound = new Sound();
mySound.onSoundComplete = function() {
this.start(0, 1);
};
mySound.loadSound("music.mp3", true);