hi guys
I have song playing in a flash site using this action script:
s = new Sound();
s.loadSound(“youaretheone.mp3”, true);
s.start();
s.onSoundComplete = function() {
s.start();
}
- I really like how it loads exteranlly but I am wondering if anyone can suggest how I would be able to connect a preloader to it?
or how could have 2 separate songs that instead of just looping it plays the next song.
I looked through the forums and some tutorials(which im sure are great) but when I would try them I couldn’t really get things working
thanks for your help :geek: