[font=verdana, arial, helvetica][size=2]hello-
sorry for bugging, but i need some help.
i have an on/off button for some audio that i want to control.
i am trying to get it so when another swf is loaded that the button can check to see if the audio was turned off from a previous swf so that it can either show on or off depending if the audio is currently playing or not.
i’ve done this:
[indent]onClipEvent (enterFrame) {
if (_root.firstSound == “true”) {
_root.audioButton.gotoAndPlay(1);
} else {
_root.audioButton.gotoAndPlay(2);
}
}
[/indent]i thought that it would work, but it seems that it doesn’t.
i have my fla files (MX2004) in a zip, and if anyone want to check them out they are here:
[color=orange]http://www.inetmailer.com/buttonfiles.zip[/color]
the only sections that will work that have the audio button on it is the contact and apparel pages, and you will need the index.swf to load everything up with. (BTW- i did not design this. this is a clean up project.)
anyways, any help i greatly appreciated. thanks![/size][/font]