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