开发者

AMF decoding in Adobe Flex

开发者_开发问答

I have a Flex application that receives AMF encoded string from Javascript. The AMF encoded string contains class instances which need to be mapped to classes which have been registered in Flex using class-alias. How can I decode the AMF string within Flex so that the output will be mapped to the corresponding AS3 class?

Thanks in advance,


Check the cortizone-amf library. It has utilities for decoding AMF data. You might especially be interested in the Amf3Input class.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜