I’m trying to setup a mute or stop sound button in my movie. But it doesn’t work because in my main movie, it calls up separate movies with music.
So how would i stop the music no matter what movie I call up from my main movie?
I’m trying to setup a mute or stop sound button in my movie. But it doesn’t work because in my main movie, it calls up separate movies with music.
So how would i stop the music no matter what movie I call up from my main movie?
Not clear enuff to answer… “it calls up separate movies with music” means what?
hmm did you try the stop all sound ?
on (release) {
stopAllSounds();
}
There’s a tutorial on here that explains how to create a Flash Website.
My movie is pretty much a Flash Website. However, my Flash Website consists of a variety of different music loops in each sub Flash movie it calls up from the main movie.
Main movie
sub movie 1 - 2 - 3 - 4
The main movie is nothing but a navigational menu. The sub movie are the main contents… Therefore, each sub movie have a music loop of its own.
How do I create a mute sound button inside the main movie or which ever method to stop all the music loops played by each sub movie. The problem here is once you mute one the music loop for sub movie 1. Then clicking on another sub movie 2, 3, or 4, the music comes back again… So how do you stop it all at once, even when the user clicks on other sub movies?
I’m thinking the sub movies are in different level of the main movie, therefore stopallsound would not work.
http://www.delusionalfx.com/tutorials/XternalSound.htm
that should take care of your audio issues
:: Copyright KIRUPA 2024 //--