... new NetConnection();connection_nc.connect(null);var stream_ns:NetStream = new NetStream(connection_nc);my_video.attachVideo(stream_ns);stream_ns.play("Flv_files/"+_root.moviestatus+". flv");stream_ns.onStatus=function(infoObject){if(infoObject.code=="NetStream.Play.Stop"){stream_ns.seek(0);stream_ns.play();}};this.createTextField("loaded_txt", this.getNextHighestDepth(),...