var nc:NetConnection = new NetConnection(); nc.connect(null); var ns:NetStram = new NetStream(nc); video.attachVideo(ns); ns.play("url.flv");