第一步,创建一个video,也就是视频。这时上面会有一个“叉”。这是没有链接flv文件。
第二步,在这个vedio上几个实例名叫"theVideo"
第三步,写入以下代码。
var nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc);
theVideo.attachVideo(ns);
ns.play("vedios/要播放的文件路径.flv");
如果用xml里的数据,只需要play里面加路径变量就可以了。
本文转自:http://www.5uflash.com/flashjiaocheng/Fmsjiaocheng/5379.html
第二步,在这个vedio上几个实例名叫"theVideo"
第三步,写入以下代码。
var nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc);
theVideo.attachVideo(ns);
ns.play("vedios/要播放的文件路径.flv");
如果用xml里的数据,只需要play里面加路径变量就可以了。
本文转自:http://www.5uflash.com/flashjiaocheng/Fmsjiaocheng/5379.html