hi all
Im trying to make a flv file that loop all the time
Im using this as to play
var nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc);
theVideo.attachVideo(ns);
ns.play(“video.flv”);
Thnx a lot
hi all
Im trying to make a flv file that loop all the time
Im using this as to play
var nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc);
theVideo.attachVideo(ns);
ns.play(“video.flv”);
Thnx a lot
:: Copyright KIRUPA 2024 //--