Is there a way to load a swf, and then when you press a button within the swf it loads a wav file? Im trying to make a music player within an interface without having a huge file size.
Thanks :D
Esherbet
Printable View
Is there a way to load a swf, and then when you press a button within the swf it loads a wav file? Im trying to make a music player within an interface without having a huge file size.
Thanks :D
Esherbet
Put the wav in a separate swf (only 1 action - play sound). Then in your main swf, assign a load movie action to your button to load the separate swf. The template in my footer does that if you need an example.
Thanks AIL that helped! :D
Only a pleasure.