Answered
stop sound with action script?
Hi,
Im a beginner with action script, and is there a way to stop a sound using actionscript?
My sound is called "CRICKET.mp3", if thats necessary to know.
Hi,
Im a beginner with action script, and is there a way to stop a sound using actionscript?
My sound is called "CRICKET.mp3", if thats necessary to know.
you can always use:
SoundMixer.stopAll();
to stop all sounds. but, if you want to stop one particular sound, you should apply stop() to your sound's soundchannel (created when the play() method is applied to your sound).
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.