Mi dispiace non l'ho mai fatto... Non saprei come aiutarti.

Prova a utilizzare questo ma non so come fare poter cambiare traccia...

// create a new Sound object
var my_sound:Sound = new Sound();
// if the sound loads, play it; if not, trace failure loading
my_sound = new Sound();
_root.musicVar="true";
my_sound.onSoundComplete = function()
{
this.start();
}

my_sound.loadSound("music/track_"+b+".mp3",true);

track01=...
track02=...
track03=...

poi con il pulsante cambia traccia aumenti la b di 1...