Question
Access of undefined property theVideo!
Guys am tottaly new in action script.and i have flash cs5 and i want to ask how to recover this error i asked in title.
i got this error while i execute this script.
import flash.net.NetConnection;
import flash.net.NetStream;
var nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc);
theVideo.attachVideo(ns);
ns.play("video.flv");