Unhandled AsyncErrorEvent help

I’m trying to build a Dynamic Video Playlist based off of this article: http://www.adobe.com/devnet/flash/articles/video_playlist.html
and all I’m trying to do is change movie file names to my streaming service, but I keep getting the following error:

Error #2044: Unhandled AsyncErrorEvent:. text=Error #2095: flash.net.NetConnection was unable to invoke callback onMetaData. error=ReferenceError: Error #1069: Property onMetaData not found on fl.video.ConnectClient and there is no default value.
    at fl.video::NCManager/http://www.adobe.com/2007/flash/flvplayback/internal::connectRTMP()
    at fl.video::NCManager/connectToURL()
    at fl.video::VideoPlayer/http://www.adobe.com/2007/flash/flvplayback/internal::_load()
    at fl.video::VideoPlayer/load()
    at fl.video::FLVPlayback/doContentPathConnect()
    at fl.video::FLVPlayback/set source()
    at VideoPlaylist/initMediaPlayer()
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at flash.net::URLLoader/onComplete()

any suggestions are appreciated