Question
onMetaData got 64 args instead of one
Hi,
I tried this morning the new release of fms, fms3, but encounter an issue on the metadata.
I tried this :
dummy=new Object();
stream.client=dummy;
dummy.onMetaData=getMeta;
private function getMeta (mdata:Object):void
{
trace (mdata.duration);
}
Burt I got an error : ArgumentError: Error #1063: Non-correspondance du nombre d'arguments sur tt/getMeta(). 1 prévu(s), 63 détecté(s).
As you see, I got 63 args instead of 1.
Can you help me ?
Regards
I tried this morning the new release of fms, fms3, but encounter an issue on the metadata.
I tried this :
dummy=new Object();
stream.client=dummy;
dummy.onMetaData=getMeta;
private function getMeta (mdata:Object):void
{
trace (mdata.duration);
}
Burt I got an error : ArgumentError: Error #1063: Non-correspondance du nombre d'arguments sur tt/getMeta(). 1 prévu(s), 63 détecté(s).
As you see, I got 63 args instead of 1.
Can you help me ?
Regards
