come faccio ad associare il loop del brano mp3 in questo script?
seconda domanda, se voglio interrompere la musica? basta stopAllSound?
var mySound = new Sound();
mySound.onLoad = function (loadedOK) {
if(loadedOK) {
mySound.start(0,9999);
}
}
mySound.loadSound("aomi.mp3", true);
mySound.setVolume(50);