See here pages with amf tag :
| Page | Date | Description | Tags |
|---|---|---|---|
| AMF - ActionScript Message Format | 2007/02/20 04:44 | documentation, amf 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. | documentation, amf |
| Actionscript data types in AMF | documentation, amf, astype AMF represents ActionScript objects by a single byte representing type, and then by a type-specific byte array that may be of fixed length, may contain length information, or may come with its own end code. The Flash player encodes Actionscript objects according to the following table. The following types have been discovered so far: | documentation, amf, astype | |
| Data Types for the AMF Data Format | documentation, amf, datatype AMF has core data types that are there every step of the way for serializing data. These should not be confused with the AMF actionscript data types. The core data types include: * Byte * Int * MediumInt * Long * Double * UTF8 * LongUTF8 | documentation, amf, datatype | |
| Remoting envelope | documentation, amf, remoting A Remoting request from the client consists of a short preamble, headers, and bodys. The preamble contains basic information about the nature of the request. Headers can be used to request debugging information, send authentication info, tag transactions, etc. Bodies contain actual Remoting requests and responses. A single Remoting envelope can contain several requests; Remoting supports batching out of the box. | documentation, amf, remoting | |
| Debug information | documentation, amf, remoting, debug A client can request debug information from the server using the amf_server_debug header. The NetConnection debugger is responsible for generating the appropriate headers. The amf_server_debug data field contains an object containing one or several of the following keys, each either set to true or false: | documentation, amf, remoting, debug | |
| Predefined headers | documentation, amf, remoting, headers A remoting gateway should be able to understand the following headers: * amf_server_debug: for debugging purposes * Credentials: triggers roles-based security * DescribeService: triggers the service description functionality | documentation, amf, remoting, headers | |
| Local Shared Object envelope | documentation, amf, sharedobject A Local Shared Object file (.SOL) consists of a short header, and then a set of name:value pairs comprising that object. All data in the Local Shared Object file format is AMF - ActionScript Message Format-based, and thus big endian (unlike SWF). | documentation, amf, sharedobject | |
| Recordsets | documentation, amf, recordsets Remoting recordsets are sent back from the server as a typed object (type 0x0A). They are then mapped locally in the Flex framework as mx.remoting.Recordset. Flash recordsets are specifically targeted at holding SQL records. Recordsets have a built-in paging functionality that gateways may wish to implement. | documentation, amf, recordsets | |
| AMFPHP | 2007/02/20 05:14 | project, amfphp, remoting, amf Summary * Homepage : <http://www.amf-php.org/> * License : AMFPHP is a Flash Remoting gateway for PHP. AMFPHP was the first open-source Remoting gateway and continues to be developed. Some distinguishing features of amfphp: | project, amfphp, remoting, amf |