Ver originalvar cancion:Sound = new Sound(); cancion.loadSound("tuarchivo.mp3", true); cancion.onSoundComplete = function() { cancion.start(0,1); }