stopAllSounds()
Top  Previous  Next


SWiSH Player Support
SWF4 or later - Supported Internally

Syntax
stopAllSounds()

Arguments
None.

Returns
Nothing.

Description
Action: Stops all currently playing sounds. Does not stop the Movie. Sounds set to stream will resume playing as the playhead moves over the Frames they are in.

Sample
stopAllSounds(); // stops all sounds in the Movie 


See Also
playSound() and stopAllSounds().