suono = new Sound();
suono.onLoad = function(caricato)
{
if(caricato)this.start(0, 5000);
};
suono.loadSound("musica.mp3", false);