No, puoi farlo via script:

codice:
suono = new Sound();
suono.onSoundComplete = function()
{
	this.start();
}
suono.loadSound("file.mp3", true);