Simple C# code to encode/decode the amf0/amf3 data.
-
Amf0 - decode : 12 of 18 types, without MovieClip, Reference, Date, Recordset, XML, TypedObject
-
Amf0 - encode : null, numbers(byte, int, uint, float, double), bool, string, Array. CMixArray, IDictionary.
-
Amf3 - decode : 9 of 13 types, without XmlDoc, Date, Xml, ByteArray
-
Amf3 - encode : null, numbers(byte, int, uint, float, double), bool, string, Array, IDictionary.
-
Amf3: <<Action Message Format - AMF 3>>
-
Amf3: code.google.com/p/amf3cplusplus/ (this code has bugs)