Skip to main content
September 20, 2006
Question

Dynamically loading flv files

  • September 20, 2006
  • 1 reply
  • 185 views
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!
This topic has been closed for replies.

1 reply

Inspiring
September 21, 2006
Maybe it is how the flv is created.
I know that people who create their flv with SWISHvideo had problems like you describe.
There is a patch for SWISHvideo that fix it.