Hello all,

I have an issue which will probably be a softball for you guys...

Basically I have a gallery-type nav; when you click on an item, an external
swf is loaded into a container_mc. The container_mc lives in the main
timeline and is simply used to tween the loaded swf in/out and around.

I'm accessing a close button that lives in the loaded swf via:
event.target.content.close_btn.addEventListener(MouseEvent.CLICK,
outroAnimationandUnloadContainer_mc);

In this loaded swf is an instance of the flv playback component.  The
close_btn to unloads the swf fine, but the audio keeps playing. I need
flv_playback.stop() but I'm confused how to access it.

I can't use event.target.content.flv.stop() b/c the event is a level deeper
than the event.target.content.close_btn.addEventListener used above.

So - how do I make that flv shut-up when I unload it off the stage?

Thank you very much. Any advice is greatly appreciated.
Sam
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to