ho risolto riferendomi a questo indirizzo
http://www.flashtown.it/NAP/loadSoundLoop.swf
ponendo questo codice al primo frame
brano = new Sound();
brano.loadSound("audio1.mp3",true);
brano.onSoundComplete = function(){
brano.loadSound("audio1.mp3",true);
}
anche se al riavvio del brano ho un attacco un po' brusco.
Grazie.