Help! Load external swf, unloa and stream music playing. ¿...?
Use:
/////////////////////////////////////////
var load1 = new Loader();
carga.addChild(load1);
load1.load(new URLRequest("videoPlayerNT.swf"));
/////////////////////////////////////////
For load swf
...
and:
///////////////////////////////////////
function desCarga(e:MouseEvent):void {
removeChild(carga);
}
bt_descarga.addEventListener(MouseEvent.CLICK,desCarga)
//////////////////////////////////////
For unload swf, but the video that contains the swf seems that is the background and listening to music, I can do?
Thanks to all. ^_^