Skip to main content
ReginaAeternam
Participating Frequently
November 29, 2018
Question

Stopping audio after changing scenes.

  • November 29, 2018
  • 2 replies
  • 2463 views

Hello,

I am trying to stop my audio from playing when I change a scene. My audio files are imported MP3 files into my library. I will admit that I am pretty lost on how to make them stop. I've tried changing it to a stream and that doesn't really work. Every post I have found about this kind of goes over my head or they don't post the code so I can't apply it to my own code. I don't how how to make a sound channel or how to edit the sound channel instance. Also, I know how crappy scenes are, you don't have to tell me.

Any help would be appreciated.

Thanks in advance!

This topic has been closed for replies.

2 replies

Participant
April 28, 2022

How did you solve this problem? I'm facing it right now 

Community Expert
May 12, 2022

Make sure you are using stream not event. After the sound plays it should stop on its own. 

kglad
Community Expert
Community Expert
November 29, 2018

you can always use:

SoundMixer.stopAll()

to stop all sounds.  this is especially helpful when you don't understand what you're doing and don't care to learn.

if that's not what you want to do and/or that doesn't apply to you, how is your sound added to your swf?  using code?  using the timeline?

ReginaAeternam
Participating Frequently
November 29, 2018

I have the sound in the timeline on it's own layer. I have tried that and it doesn't seem to work.

I would love to learn how to do this but I frankly don't have the time. This assignment that I am using this for is due in a few days.

kglad
Community Expert
Community Expert
November 29, 2018

as3 or javascript?