Toggle audio on/off works on only 1 page

I am using 2007. I have mp3 audio files on several pages in a chapter. I have the below described setup to toggle the audio on and off using a pair of buttons. The setup works fine on the first page of the chapter but not on the subsequent pages. The question, of course, is why is it not working on subsequent pages.The setup:At Chapter Level-I have two buttons: TurnAudioOn and TurnAudioOff. On Click Action: Run Action Group Target: audio on/offThe action group 'audio on/off' contains the following actions:Name: varAudio toggleAction: Modify VariableTarget: varAudioValue: -1 (the actual variable has an initial value of 1)Modification Type: Multiply Variable ByName: turnAudioOnAction: Toggle Visibility StateTarget: TurnAudioOnName: turnAudioOffAction: Toggle Visibility StateTarget: TurnAudioOffName: refreshNoJavascript (because this is for an LMS)Action: Go ToTarget: Chapter, Section, or PageName: refreshCatchAndReturnScroll To: Top of Page (this separate page has an action of On: Show, Action: Go To, Target: Back)At Page Level (for each page)-There are two actions:Name: show/hide TurnAudioOnOn: ShowAction: HideTarget: TurnAudioOnCondition-Variable: varAudioRelationship: Equal ToValue: 1Else-Action: ShowTarget: TurnAudioOnName: stopAudioOn: ShowAction: StopTarget: theAudioFileCondition-Variable: varAudioRelationship: Equal ToValue: -1theAudioFile is set to Auto StartThis is the setup for each page, yet only the first page works completely.Note: On subsequent pages the buttons toggle properly but the mp3 audio file doesn't play.Edited By: Gregg J Wanciak on 2007-9-6 20:45:50

Discussions have been disabled for this post