August 2007
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");
1
(2 marks)