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