AMF - ActionScript Message Format
AMF is the Action Message Format. AMF is a proprietary data format created by Macromedia (now Adobe) and used by different mediums: Flash Remoting, ByteArray, IExternalizable, NetConnection, NetStream, LocalConnection, Shared Objects and more.
All of these mediums share the same core data types and ActionScript data types. Each medium uses its own exclusive envelope. Any AMF-related project should implement reading and writing core data types, relevant Actionscript types, as well as providing support for its envelope type.
More info on AMF
AMF has been reverse engineered, and numerous open source and commercial software has been developed because of this. Some of the open source AMF servers and clients that support Flash Remoting include:
Tools for editing Local Shared Objects:
Other info:
- Edwin van Rijkom wrote up some info about the amf format (Charles Iliya Krempeaux 2005/05/30 16:41)
- The mother of open AMF: Doc of SOL Format
- The AMF 0 spec and AMF 3 spec are available from Adobe itself.
Legal discussions:
documentation/amf.txt · Last modified: 2008/04/01 13:42 by julienc