Question
help, don't let me jump off the balcony
would any of the experts be able to tell me in the code below
why i am able to make a connection to my application (verified in
the FMS admin console) but not play the sample file - AVSEQ14.flv
(which is located in ...applications\video\streams\_definst_
here is the actionscript so far inside of my .fla file:
//no flv extention needed
var thefile = "AVSEQ14"; //name of flv to stream
//put the flv in the _definst_ folder though.
nc = new NetConnection();
nc.connect("rtmp://66.235.194.204/video/streams/"); //fms server address
ns = new NetStream(my_nc);
ns.setBufferTime(2);
my_video.attachVideo(ns); // my_video is a video object on stage
ns.play(thefile);
thanks for any suggestions
here is the actionscript so far inside of my .fla file:
//no flv extention needed
var thefile = "AVSEQ14"; //name of flv to stream
//put the flv in the _definst_ folder though.
nc = new NetConnection();
nc.connect("rtmp://66.235.194.204/video/streams/"); //fms server address
ns = new NetStream(my_nc);
ns.setBufferTime(2);
my_video.attachVideo(ns); // my_video is a video object on stage
ns.play(thefile);
thanks for any suggestions
