PDA

View Full Version : [AS2] video component doesn't work ?


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");

asf8
06-24-2009, 02:12 PM
i get the video sound but no images ? any ideas ?

http://www.actionscript.org/forums/showpost.php3?p=424317&postcount=7