jackal2513
06-24-2009, 01:44 PM
hiya, trying to create my own video player
I folllowed the video basic tutorial on gotoandlearn to the letter
http://www.gotoandlearn.com/play?id=1
i get the video sound but no images ? any ideas ?
i used the exact code as stated in teh tutorial and made sure the video component is the exact same size as my video. The video plays fine in the normal FLVplayback componnet in flash:
var nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc);
playerBAT.attachVideo(ns);
ns.play("video/myvideo.flv");
I folllowed the video basic tutorial on gotoandlearn to the letter
http://www.gotoandlearn.com/play?id=1
i get the video sound but no images ? any ideas ?
i used the exact code as stated in teh tutorial and made sure the video component is the exact same size as my video. The video plays fine in the normal FLVplayback componnet in flash:
var nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc);
playerBAT.attachVideo(ns);
ns.play("video/myvideo.flv");