I got this error when tring to implement Stream connection with meta info
Error #2044: Unhandled AsyncErrorEvent:. text=Error #2095: flash.net.NetConnection was unable to invoke callback onBWDone. error=ReferenceError: Error #1069: Property onBWDone not found on flash.net.NetConnection and there is no default value. at SS4uOpenplayer_fla::MainTimeline/frame2()
I implemented onBWDone function as like
meta.onBWDone=function(meta:Object){
}
meta.onMetaData = function(meta:Object)
{
}
But stil am getting the same error