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
 ArrayUtil
com.adobe.utils Class that contains static utility methods for manipulating and working with Arrays.
 BitString
com.adobe.images 
 DateUtil
com.adobe.utils Class that contains static utility methods for manipulating and working with Dates.
 DictionaryUtil
com.adobe.utils 
 DynamicURLLoader
com.adobe.net Class that provides a dynamic implimentation of the URLLoader class.
 IllegalStateError
com.adobe.errors This class represents an Error that is thrown when a method is called when the receiving instance is in an invalid state.
 IntUtil
com.adobe.utils Contains reusable methods for operations pertaining to int values.
 IURIResolver
com.adobe.net The URI class cannot know about DNS aliases, virtual hosts, or symbolic links that may be involved.
 JPGEncoder
com.adobe.images Class that converts BitmapData into a valid JPEG
 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.
 MD5
com.adobe.crypto The MD5 Message-Digest Algorithm Implementation based on algorithm description at http://www.faqs.org/rfcs/rfc1321.html
 NumberFormatter
com.adobe.utils Class that contains static utility methods for formatting Numbers
 PNGEncoder
com.adobe.images Class that converts BitmapData into a valid PNG
 RFC2817Socket
com.adobe.net.proxies This class allows TCP socket connections through HTTP proxies in accordance with RFC 2817: ftp://ftp.rfc-editor.org/in-notes/rfc2817.txt It can also be used to make direct connections to a destination, as well.
 ServiceBase
com.adobe.webapis Base class for remote service classes.
 ServiceEvent
com.adobe.webapis.events Event class that contains data loaded from remote services.
 SHA1
com.adobe.crypto US Secure Hash Algorithm 1 (SHA1) Implementation based on algorithm description at http://www.faqs.org/rfcs/rfc3174.html
 SHA224
com.adobe.crypto The SHA-224 algorithm
 SHA256
com.adobe.crypto The SHA-256 algorithm
 StringUtil
com.adobe.utils Class that contains static utility methods for manipulating Strings.
 URI
com.adobe.net This class implements functions and utilities for working with URI's (Universal Resource Identifiers).
 URIEncodingBitmap
com.adobe.net This class implements an efficient lookup table for URI character escaping.
 URLLoaderBase
com.adobe.webapis Base class for services that utilize URLLoader to communicate with remote APIs / Services.
 WSSEUsernameToken
com.adobe.crypto Web Services Security Username Token Implementation based on algorithm description at http://www.oasis-open.org/committees/wss/documents/WSS-Username-02-0223-merged.pdf
 XMLUtil
com.adobe.utils