Hi all,
Looks like this community is pretty alive, I am glad I found it. On with the problem.
First things first. I am VERY green when it comes to Flash 8 and programming. I am actually a certified network tech so i am more of a hardware guy.
Now what I need to do is encode a video into flash (that part is done already) and create a custom player for that video. To help me get along I am following a Lynda.com tutorial on exactly that topic.
I am now at the point where I need to type the script. I typed it exactly as it was in the tutorial but when I preview the movie all I get is sound, no image.
here is the code:
[COLOR=DarkRed]*var nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc);
video.attachVideo(ns);
ns.play(“ccmmdiscours1.flv”);
*[COLOR=Black]
I re-encode the video just in case that was not the problem but the issue is back. That exact code was used in the tutorial and his preview worked.
Any thoughts?
Thanks
Slave1
[/COLOR][/COLOR]