how would that work?
i assume somethin like

currentSong.addEventListener(Event.SOUND_COMPLETE, soundComplete);
function soundComplete(e:MouseEvent):void{
currentSong.stop();
}

but thas not gona work. there must be a wy for flash to realize when one song is finished, and then tell it to wait for ht next one