Hello, I'm trying to build a simple vid player using the Video Object. I'm using a streaming flv from RTMP server. If I use one of the flash 7/8 vid components the flv plays fine but if I use:
var connection_nc:NetConnection = new NetConnection(); connection_nc.connect(null); var stream_ns:NetStream = new NetStream(connection_nc); vid.attachVideo(stream_ns); stream_ns.play("rtmp://path to my .flv"); I get an error opening URL? Tia, -d _______________________________________________ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com