Question
unlod swf contain flv
Hello all
here am loaded many swf using Loader
/////////// the code/////////////
var ldr:Loader = new Loader();
var url:String
var urlReq = new URLRequest(url);
Packing_Btn.addEventListener(MouseEvent.CLICK, gopack)
function gopack(event:MouseEvent):void {
ldr.unload()
}
////////////
but when i unload the swf which contain flv file
it seems it doesn't work
the sound still running :S
can any one help ?
thnx
