mimusica= new Sound(); mimusica.loadSound("loop1.mp3", true); mimusica.onSoundComplete = function() { mimusica.start(0, 1); };