I’m externally loading an flv in like this
[AS]
myVideo_nc = new NetConnection();
myVideo_nc.connect(null);
newStream_ns = new NetStream(myVideo_nc);
videoHolder.attachVideo(newStream_ns);
newStream_ns.play(“video/video.flv”);
[/AS]
the problem i have is it wont loop and play again automatically does anybody know how to do this?
cheers