i’m having issues getting backgorund music to stop and start.
here’s how i have it set up.
i have a blank swf file that has an empty MC to load up the external swf’s.
i also have a MC on that same blank swf file that contains the background music.
on one of my external swfs has the controller for the audio.
i’ve been using this script to control the background music:
on (release) {
_root.audio.gotoAndStop(1);
}
basically, i’m trying to turn the audio off and on thru my external swf.
i have a zip file with my files in it if anyone want’s to take a look at it.
http://www.scottjdunham.com/sound_files.zip
any help is greatly appreciated!!