A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Sound cannot be killed?

  1. #1
    Registered User
    Join Date
    Feb 2011
    Posts
    1

    Sound cannot be killed?

    I have a loaded swf which contains sound on its frame. Even though I have unload it, the sound still playing. I cannot get rid of it.

    I've tried:
    - _loader.unloadAndStop();
    - SoundMixer.stopAll();
    - System.gc();


    Please help.

  2. #2
    Senior Member jweeks123's Avatar
    Join Date
    Mar 2006
    Posts
    1,124
    What is _loader? a Loader object? Try casting it as a MovieClip and then stopAllSounds();

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center