Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

sound overlapping

Participant ,
Jul 28, 2012 Jul 28, 2012

Hi,

I have multiple swf animation ,I am loading the audio in flash on stage for those swf, i am loading all files one interface in interface i have previous and next button, when i click next button the swf file load one by one.when i press next button continuously the audio is overlapping, I used soundMixer.stopAll but then also not working.can any one tell how to resolve this.

TOPICS
ActionScript
992
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 28, 2012 Jul 28, 2012

that should be:

SoundMixer.stopAll();

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Jul 29, 2012 Jul 29, 2012

Yes i am using SoundMixer.stopAll() only

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 29, 2012 Jul 29, 2012
LATEST

that code always stops all sounds.  if you were executing that code at the correct times, you would not have any overlapping sounds.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines