Hola kalvinman:
Escribe así el código:
Código:
var musica:Sound = new Sound();
musica.loadSound("tu_sonido.mp3",true);
musica.setVolume(70);
musica.onSoundComplete = function() {
if(musica.onSoundComplete){
getURL("http://www.google.com.pe");
}
}
Espero haberte sido de ayuda.