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.
| Class | Package | Description | |
|---|---|---|---|
| ChecksumUtil
| deng.utils | ||
| FZip
| deng.fzip | Loads and parses ZIP archives. | |
| FZipErrorEvent
| deng.fzip | FZip dispatches FZipErrorEvent objects when it encounters errors while parsing the ZIP archive. | |
| FZipEvent
| deng.fzip | FZip dispatches FZipEvent objects when a file contained in the ZIP archive has finished loading and can be accessed. | |
| FZipFile
| deng.fzip | Represents a file contained in a ZIP archive. | |
| FZipLibrary
| deng.fzip |
FZipLibrary works with a FZip instance to load files as usable instances, like a DisplayObject or BitmapData. |