29 September 2006
27 September 2006
David Stiller’s blog » Blog Archive » How to Load External Video (FLV)
by 1 othervar nc:NetConnection = new NetConnection(); nc.connect(null); var ns:NetStream = new NetStream(nc); videoPlayer.attachVideo(ns); ns.play("externalVideo.flv");
08 August 2006
1
(4 marks)