var snd_1:Sound = new Sound(); snd_1.onSoundComplete = function(){ trace("el sonido terminó de ejecutarse"); }; snd_1.loadSound(sUrl,true);