music loads once then you have the music immediatly..
here an example: Musicloop
(you have to click on red square..) -----------------------------------------
This is my script in this example:
on (release) { S=new Sound(); S.loadSound("Stupid.mp3",true); S.onSoundComplete = function() { S.loadSound("Stupid.mp3",true); }; }
Stupid.mp3 is my music, you can change it with the name you need
|
|
|