soundback = new Sound(this);soundback.loadSound("sound/track01.mp3", true);stop();soundback.onSoundComplete = function() { soundback.start(0);}