Forum Moderators: open
I had created a similar jukebox for a flash website of a film.
Same premises: blank movie, which will load swf's containing embedded mp3's.
Herez wot i think needs 2 b done:
1. Create the base swf. Let it load the 1st swf containing the mp3 #1 (or u can use the soundobject to target the mp3 file).
2. U can have the actionscript check for bytesloaded. If more than 50% is loaded, let it load the mp3 #2.
3. Similarly for the next mp3.
4. Once the mp3#1 is 100% loaded, u can have it play.
5. If u use the soundobject property, then u can set the sound.volume of mp3#2, #3 , etc to 0, so even when they load, they won't play.
This is all i could suggest right now. Hope this helps.
Regards,
firestarter