son = new Sound(); son.loadSound("tu_sonido.mp3", true); son.start(0, 9999); son.onSoundComplete = function() { son.start(0, 1); };