I have tried many approaches to unloading my swf, but to no avail, the video sounds within my laoded swf keep playing even once the swf has been loaded.
I have created a
In your video.swf, you have to write something like this:
video.swf
this.addEventListener(Event.REMOVED_FROM_STAGE, stopSound) function stopSound(e:Event):void { my_flvPlayer.stop(); }