StageVideo Adobe Air 3.0 iOS Error 1069 |onUpstreamBase not found
I am using a StageVideo object with Adobe Air 3.0 compiled down and running on an iOS device iPhone 3GS. The StageVideo appears and attaches to the NetStream just fine. But after I issue NetStream.play(), I get the following runtime error:
ReferenceError: Error #1069: Property |onUpstreamBase not found on views.DisplayView and there is no default value.
You'll notice that the "|onUpstreamBase" contains a "pipe"-character at the beginning. I tried to add:
public function onUpstreamBase (dataObject:Object):void {
trace(dataObject.toString());
}
to the view function, but that didn't work. And I can't create a function handler for |onUpsteamBase because of the pipe character.
I am attaching the Netstream and NetConnection to an recorded H.264 rtmp stream. The rest of my code works just fine, but is failing on this runtime error.
Anyone else run into this?
Thanks in advance.
