Ask a Question related to Macromedia Flash Ad Development, Design and Development.
-
Parry #1
Breaking News ! StopAllSounds();
Hi ALL
Its very simple!! Please let me explain it in very less but clear words.
There is one webpage which contains 10 swf files (apparently these are
buttons to play or stop sounds.)
1.swf which plays sound1, 2.swf which plays sound2 etc...
Now the problem is when you hit on any button first it triggers action
"stopAllSounds" so that if anyother sound is being played that will stop
first and the button you are hitting on that will start playing. So at any
particular time only one sound will play at a time.
This used to work before with flash player 8. but flash player 9 doesn't
support this action stopAllSounds() it seems!!
What will happen in the world if stopAllSounds - major action will not
work????
Please help
Parry
Parry Guest
-
flash 9 & stopAllSounds()
stopAllSounds() works still ok in Flash9 within one .swf as usual. BUT BUT BUT it has messed up here: Objective: There are n number of... -
Please help !! stopAllSounds();
Hi all, i'll come straight to the point ! you have 5 buttons.swf and 1 HTML page. If you put these all 5 buttons into a HTML page and click... -
flash9 n stopAllSounds()
stopAllSounds() works still ok in Flash9 within one .swf as usual. BUT BUT BUT it has messed up here: Objective: There are n number of... -
stopAllSounds
Hi there, I imported a video into flash mx and made a stopAllSounds button to control the mute function. Is there any tips on resuming the audio... -
The good news and the bad news about the Commands
Hi everyone, Today I found out that not only to use the MX Fireworks commands you will have to download the new Extension Manager 1.6 but once... -
Parry #2
Breaking News ! StopAllSounds();
Hi ALL
Its very simple!! Please let me explain it in very less but clear words.
There is one webpage which contains 10 swf files (apparently these are
buttons to play or stop sounds.)
1.swf which plays sound1, 2.swf which plays sound2 etc...
Now the problem is when you hit on any button first it triggers action
"stopAllSounds" so that if anyother sound is being played that will stop
first and the button you are hitting on that will start playing. So at any
particular time only one sound will play at a time.
This used to work before with flash player 8. but flash player 9 doesn't
support this action stopAllSounds() it seems!!
What will happen in the world if stopAllSounds - major action will not
work????
Please help
Parry
Parry Guest
-
pluap #3
Re: Breaking News ! StopAllSounds();
If you check out AS2 to AS3 migration doc,
[url]http://livedocs.macromedia.com/labs/as3preview/langref/[/url] its says:
[Q]This is no longer a global function, but it is still available as a method
of the SoundMixer class, which provides global sound control.[/Q]
Then go have a peek at the SoundMixer class and its the StopAll() method that
you want.
Pluap
pluap Guest
-
pluap #4
Re: Breaking News ! StopAllSounds();
If you check out AS2 to AS3 migration doc,
[url]http://livedocs.macromedia.com/labs/as3preview/langref/[/url] its says:
[Q]This is no longer a global function, but it is still available as a method
of the SoundMixer class, which provides global sound control.[/Q]
Then go have a peek at the SoundMixer class and its the StopAll() method that
you want.
Pluap
pluap Guest
-
Jeckyl #5
multiple post - already answered - Re: Breaking News ! StopAllSounds();
This has been answered several times now.
The old behavior was a nasty bug and undocumented behavior. You designed
you site around using the undocumented bug and now it fails. Now the bug is
fixed, you'll need to redesign how you do things. I think there is a lesson
there for everyone !!
--
Jeckyl
Jeckyl Guest



Reply With Quote

