codice:
suono = new Sound();
suono.attachSound("loop");
suono.onSoundComplete = function()
{
	// azioni
}
suono.start();