Salve a tutti,

dato questo script :

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

perchè non funge il loop??
:d