Flv wont stream :(

my flv wont stream online? i have all my files in the same directory…it works perfectly fine on my computer…but as soon as it get to the server nothing plays??? any ideas why?

that’s the code!

var nc = new NetConnection();
nc.connect(null);
var ns = new NetStream(nc);
videoContainer.attachVideo(ns);
ns.play(“benny1.flv”);

anyone???

Make sure your hosting company doesn’t have restrictions on such things. I know Mediatemple won’t let you load a movie from their server from an off-server location, so your preview in flash mx would stop working.

Try uploading your .swf to the server and see if it works there.

–EP