Java library to encode / decode AMF

Posted by Ceilingfish on Stack Overflow See other posts from Stack Overflow or by Ceilingfish
Published on 2010-06-01T16:34:56Z Indexed on 2010/06/01 16:43 UTC
Read the original article Hit count: 291

Filed under:
|
|

Hi chaps,

I currently have a Java server that talks to a Flash client by passing JSON encoded data over a binary socket connection. Is there a way on either side to encode / decode packets as AMF instead of JSON? It seems to me that there should be some native support in Flash player for doing this? All the implementations I have found of AMF serialization seem to be embedded inside an application framework.

Simiarly so, does anyone know if it's possible to decode AMF packets independently of a connection implementation in Flash?

© Stack Overflow or respective owner

Related posts about java

Related posts about flash