Skip to main content
Participant
April 20, 2010
Question

Help! Load external swf, unloa and stream music playing. ¿...?

  • April 20, 2010
  • 1 reply
  • 353 views

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. ^_^

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
April 20, 2010

publish for flashplayer 10 and use unloadAndStop()