package flash.system

ApplicationDomain

Capabilities

The Capabilities class provides properties that describe the system and * runtime that are hosting the application. For example, a mobile phone's * screen might be 100 square pixels, black and white, whereas a PC screen * might be 1000 square pixels, color. By using the Capabilities class to * determine what capabilities the client has, you can provide appropriate * content to as many users as possible. When you know the device's * capabilities, you can tell the server to send the appropriate SWF files or * tell the SWF file to alter its presentation. *

However, some capabilities of Adobe AIR are not listed as properties in * the Capabilities class. They are properties of other classes:

IME

IMEConversionMode

ImageDecodingPolicy

LoaderContext

Security

SecurityDomain

SecurityPanel

System

The System class contains properties related to local settings and * operations. Among these are settings for camers and microphones, operations * with shared objects and the use of the Clipboard. *

Additional properties and methods are in other classes within the * flash.system package: the Capabilities class, the IME class, and the * Security class.

TouchscreenType