Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.


 ClassPackageDescription
 FlashMOGDataEvent
net.flashmog 
 FlashMOGService
net.flashmog 
 JSON
com.adobe.serialization.json This class provides encoding and decoding of the JSON format.
 JSONDecoder
com.adobe.serialization.json 
 JSONEncoder
com.adobe.serialization.json 
 JSONParseError
com.adobe.serialization.json 
 JSONToken
com.adobe.serialization.json 
 JSONTokenizer
com.adobe.serialization.json 
 JSONTokenType
com.adobe.serialization.json Class containing constant values for the different types of tokens in a JSON encoded string.
 Log
net.flashmog this class encapsulates logging functions so that you can redefine them to write a text file, query a server, write a socket, or whatever makes it easier for you to develop and debug
 RPCSocket
net.flashmog RPCSocket extends XMLSocket, adding a couple of useful informational properties such as a the host, the port, an 'attempting to connect' indicator boolean, and an ability to route incoming socket messages to the appropriate method of the appropriate Service
 Serializer
org.sepy.io Serializer enable you to pass and receive complex data type from/to PHP/Flash using the native PHP functions serialize and unserialize.
 SerializerAMF3
net.flashmog The SerializerAMF3 Class implements the Serializer interface, thereby implementing a serialize method and an unserialize method for converting data objects to a series of bytes in AMF3 format and back.
 SerializerJSON
net.flashmog The SerializerAMF3 Class implements the Serializer interface, thereby implementing a serialize method and an unserialize method for converting data objects to a series of bytes in AMF3 format and back.
 SerializerPHP
net.flashmog The SerializerAMF3 Class implements the Serializer interface, thereby implementing a serialize method and an unserialize method for converting data objects to a series of bytes in AMF3 format and back.