nburlington
August 24th, 2008, 02:10 PM
The last line of my code is generating the following error:
TypeError: Error #1010: A term is undefined and has no properties.
I'm not sure what the problem is.
[CODE]var nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStrem(nc);
var vid:Video = new Video(640,480);
photo.player.addChild(vid);
photo.player.vid.attachNetStream(ns);
ns.play("demo.flv");
TypeError: Error #1010: A term is undefined and has no properties.
I'm not sure what the problem is.
[CODE]var nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStrem(nc);
var vid:Video = new Video(640,480);
photo.player.addChild(vid);
photo.player.vid.attachNetStream(ns);
ns.play("demo.flv");