my_nc = new NetConnection();my_nc.connect(null);my_ns = new NetStream(my_nc);my_video.attachVideo(my_ns);my_ns.play("final2.flv");