Error #2044: Unhandled AsyncErrorEvent:. text=Error #2095: flash.net.NetStream was unable to invoke callback onMetaData. error=ReferenceError: Error #1069: Property onMetaData not found on flash.net.NetStream and there is no default value.
at videoplayer_fla::MainTimeline/frame1()




Code:
stop();

var connect_nc:NetConnection = new NetConnection();
connect_nc.connect(null);
var stream_ns:NetStream = new NetStream(connect_nc);
myVideo.attachNetStream (stream_ns);
stream_ns.play("Dillard479.flv");

I'm trying to get the video file to play and it does, I just get this compiling error which isn't good. What am I doing wrong? Thanks