I have a power point style presentation, with 11 main frames, each of with plays a different MP3. It’s a tutorial for the new online banking process for our organization.
I have everything done, except that I have failed to create a mute button that can silence all 11 MP3s. All the sound objects have the same name, but it only mutes it on 1 screen, and as soon as the user clicks on the next arrow, the sound starts back up.
Any suggestions on how to deal with this?
I am using:
speech.loadSound(“track1.mp3”, true);
on each key frame to load the sound. And the _global mute button references the “speech” sound object, with remains the same, except for the different MP3 being loaded.
Any help would be greatly appreciated!
Thank you.