all groups > flash actionscript > september 2006 >
You're in the

flash actionscript

group:

Dynamically loading flv files


Dynamically loading flv files Carly G
9/20/2006 7:32:46 PM
flash actionscript: 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!
Re: Dynamically loading flv files coldMiner
9/21/2006 1:12:42 AM
Maybe it is how the flv is created.
I know that people who create their flv with SWISHvideo had problems like you describe.
AddThis Social Bookmark Button