//and the button
mysound2.loadSound("YOUR_URL_TO_YOUR.mp3.mp3",true);
anyone who try this out, please reply to my post here. i have a lot of work around. your comments will help me a little bit to have more time in programming flash.
mySound = new Sound();
mySound.loadSound("1.mp3", true);
stop();
... where I have 1.mp3 in the same folder as the flash file... the 'true' statement means it is set to stream, if false, entire audio file will load then play.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.