SullDC
09-14-2007, 07:38 PM
I'm using Lee's flash video tutorial and can't get it to connect to an RMTP server.
Error opening URL 'rtmp://eq6p1gtnabcs.rtmphost.com/bes/princess.flv'
Any Ideas?
var nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc);
theVideo.attachVideo(ns);
ns.play("rtmp://eq6*****cs.rtmphost.com/bes/video.flv");
Error opening URL 'rtmp://eq6p1gtnabcs.rtmphost.com/bes/princess.flv'
Any Ideas?
var nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc);
theVideo.attachVideo(ns);
ns.play("rtmp://eq6*****cs.rtmphost.com/bes/video.flv");