codice:
mySound = new Sound();
mySound.onSoundComplete = function()
{
	this.start(0, 1);
}
mySound.loadSound("Dd.mp3", true);