Metti sul frame:
mySound = new Sound();
mySound.onSoundComplete = function() {
this.start(0, 1);
};
mySound.loadSound("file.mp3", true);
Cosi va in loop ed in streaming.
Se vuoi fare un pulsante stop:
on (press){
stopAllSounds();
}
![]()
Metti sul frame:
mySound = new Sound();
mySound.onSoundComplete = function() {
this.start(0, 1);
};
mySound.loadSound("file.mp3", true);
Cosi va in loop ed in streaming.
Se vuoi fare un pulsante stop:
on (press){
stopAllSounds();
}
![]()