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

Reply via email to