MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT Reference Manual page 647

Actionscript reference guide
Hide thumbs Also See for FLASH MX 2004 - ACTIONSCRIPT:
Table of Contents

Advertisement

stopAllSounds()
Availability
Flash Player 3.
Usage
stopAllSounds()
Parameters
None.
Returns
Nothing.
Description
Function; stops all sounds currently playing in a SWF file without stopping the playhead. Sounds
set to stream will resume playing as the playhead moves over the frames they are in.
Example
The following code could be applied to a button that, when clicked, stops all sounds in the
SWF file.
on(release) {
stopAllSounds();
}
See also
Sound class
stopDrag()
Availability
Flash Player 4.
Usage
stopDrag()
Parameters
None.
Returns
Nothing.
Description
Function; stops the current drag operation.
stopDrag()
647

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?

Questions and answers

Table of Contents