mp3 finished and

yow! create one main flash and inner has one mp3 player
one movie clip.
that has this code
AS CODE -----------

[color=red]stopAllSounds();[/color]
[color=red]musica = new Sound();[/color]
[color=red]musica.loadSound("[/color][color=red]http://…/blabla.mp3[/color][color=red]", true);[/color]
[color=red]musica.setVolume = 100;[/color]
[color=red]stop();[/color]

END AS CODE -------

This code ok …
… but i have 2 musics. how do i for when one music end the outher beging?

(:

Thanks yet!