I also met this problem recently and stopping the loaded movie's
timeline before calling removeChild() has solved it. I also tried
unload(), but without success.

  Attila

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
From:    Eric Lee <[EMAIL PROTECTED]>
To:      [email protected] <[email protected]>
Date:    Thursday, August 9, 2007, 12:17:23 AM
Subject: [Flashcoders] AS3 Sound Looping Problem
--====----====----====----====----====----====----====----====----====----===--
Howdy Coders,

 

I'm in desparate need of some AS3 help. I'm loading a swf with sound
embedded in the timeline into another file thusly:

var urlRequest:URLRequest = new URLRequest("animatio
ns/ANIM_Test4.swf"); 
var animLoader:Loader = new Loader();
animLoader.load(urlR equest);
addChild(animeLoader); 

When i do a removeChild(animLoader), the animation disappears, but the
sound says and loops endlessly. how can I clear out that sound?

 

Thanks!

-Eric

 

[EMAIL PROTECTED]

 

_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to