Question
Dynamically loading flv files
I'm using this piece of code to connect flv files, where the
address is stored in XML. It loads the files in Flash 8, but not 9.
Any ideas?
var nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc);
myVideo.attachVideo(ns);
Thanks!
var nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc);
myVideo.attachVideo(ns);
Thanks!