Symbols   A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
a — class Matrix
The value that affects the positioning of pixels along the x axis when scaling or rotating an image.
A — class Keyboard
Constant associated with the key code value for the A key (65).
acceptableStatusCodes — class URLMonitor
The numeric status codes representing a successful result.
activate — Event, class NativeApplication
Dispatched when this application becomes the active desktop application.
activate() — method, class NativeApplication
Activates this application.
activate — Event, class NativeWindow
Dispatched by this NativeWindow object after the window has been activated.
activate() — method, class NativeWindow
Activates this window.
activate — Event, class EventDispatcher
[broadcast event] Dispatched when the Flash Player or AIR application gains operating system focus and becomes active.
ACTIVATE — class Event
The ACTIVATE constant defines the value of the type property of an activate event object.
activating — class ActivityEvent
Indicates whether the device is activating (true) or deactivating (false).
active — class NativeWindow
Indicates whether this window is the active application window.
activeWindow — class NativeApplication
The active application window.
activity — Event, class Microphone
Dispatched when a microphone begins or ends a session.
ACTIVITY — class ActivityEvent
The ActivityEvent.ACTIVITY constant defines the value of the type property of an activity event object.
ActivityEvent — class, package window.runtime.flash.events
A Camera or Microphone object dispatches an ActivityEvent object whenever a camera or microphone reports that it has become active or inactive.
ActivityEvent(, , , ) — Constructor, class ActivityEvent
Creates an event object that contains information about activity events.
activityLevel — class Microphone
The amount of sound the microphone is detecting.
add() — method, class Point
Adds the coordinates of another point to the coordinates of this point to create a new point.
addCertificate(, ) — method, class XMLSignatureValidator
Adds an x509 certificate for chain building.
addChild() — method, class Stage
Adds a child DisplayObject instance to this DisplayObjectContainer instance.
addChildAt(, ) — method, class Stage
Adds a child DisplayObject instance to this DisplayObjectContainer instance.
ADDED — class Event
The Event.ADDED constant defines the value of the type property of an added event object.
ADDED_TO_STAGE — class Event
The Event.ADDED_TO_STAGE constant defines the value of the type property of an addedToStage event object.
addEventListener(, , , , ) — method, class SQLConnection
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event.
addEventListener(, , , , ) — method, class NativeApplication
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event.
addEventListener(, , , , ) — method, class Stage
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event.
addEventListener(, , , , ) — method, class EventDispatcher
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event.
addEventListener(, , , , ) — method, class URLLoader
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event.
addHeader(, , ) — method, class NetConnection
Adds a context header to the Action Message Format (AMF) packet structure.
addItem() — method, class NativeMenu
Adds a menu item at the bottom of the menu.
addItemAt(, ) — method, class NativeMenu
Inserts a menu item at the specified position.
addResources(, ) — method, class ApplicationUpdaterUI
Dynamically adds a new resource bundle for the specified language.
addSubmenu(, ) — method, class NativeMenu
Adds a submenu to the menu by inserting a new menu item.
addSubmenuAt(, , ) — method, class NativeMenu
Adds a submenu to the menu by inserting a new menu item at the specified position.
afterBounds — class NativeWindowBoundsEvent
The bounds of the window after the change.
afterDisplayState — class NativeWindowDisplayStateEvent
The display state of the NativeWindow after the change.
air.net — package
air.update — package
air.update.events — package
album — class ID3Info
The name of the album; corresponds to the ID3 2.0 tag TALB.
align — class Stage
A value from the StageAlign class that specifies the alignment of the stage in Flash Player or the browser.
allowDomain() — method, class LocalConnection
Specifies one or more domains that can send LocalConnection calls to this LocalConnection instance.
allowDomain() — Static Method , class Security
Lets SWF files in the identified domains access objects and variables in the SWF file that contains the allowDomain() call.
allowInsecureDomain() — method, class LocalConnection
Specifies one or more domains that can send LocalConnection calls to this LocalConnection object.
allowInsecureDomain() — Static Method , class Security
Lets SWF files and HTML files in the identified domains access objects and variables in the calling SWF file, which is hosted by means of the HTTPS protocol.
allowNull — class SQLColumnSchema
Indicates whether NULL values are allowed in this column.
ALTERNATE — class Keyboard
Constant associated with the key code value for the Alternate (Option) key (18).
alwaysInFront — class NativeWindow
Specifies whether this window will always be in front of other windows (including those of other applications).
ALWAYS_REQUIRED — class RevocationCheckSettings
Always check certificate revocation.
AMF0 — class ObjectEncoding
Specifies that objects are serialized using the Action Message Format for ActionScript 1.0 and 2.0.
AMF3 — class ObjectEncoding
Specifies that objects are serialized using the Action Message Format for ActionScript 3.0.
analyze — Event, class SQLConnection
Dispatched when an analyze() operation completes successfully.
analyze(, ) — method, class SQLConnection
Gathers statistics about database indices and stores them in the database.
ANALYZE — class SQLErrorOperation
Indicates that the SQLConnection.analyze() method was called.
ANALYZE — class SQLEvent
The SQLEvent.ANALYZE constant defines the value of the type property of an analyze event object.
APPEND — class FileMode
Used for a file to be opened in write mode, with all written data appended to the end of the file.
APPLICATION — class Security
The file is running in an AIR application, and it was installed with the package (the AIR file) for that application.
applicationDescriptor — class NativeApplication
The contents of the application descriptor file for this AIR application.
applicationDirectory — class File
The folder containing the application's installed files.
applicationID — class NativeApplication
The application ID of this application.
applicationStorageDirectory — class File
The application's private storage directory.
ApplicationUpdater — class, package window.runtime.air.update
The ApplicationUpdater class defines the basic functionality of the update framework for Adobe® AIR® applications, without providing any default user interface.
ApplicationUpdater() — Constructor, class ApplicationUpdater
The constructor function.
ApplicationUpdaterUI — class, package window.runtime.air.update
The ApplicationUpdaterUI class defines the basic functionality of the update framework for Adobe® AIR® applications, and it provides a default user interface.
ApplicationUpdaterUI() — Constructor, class ApplicationUpdaterUI
The constructor function.
applyFilter(, , , ) — method, class BitmapData
Takes a source image and a filter object and generates the filtered image.
areSoundsInaccessible() — Static Method , class SoundMixer
Determines whether any sounds are not accessible due to security restrictions.
arguments — class BrowserInvokeEvent
An array of arguments (strings) to pass to the application.
arguments — class InvokeEvent
The array of string arguments passed during this invocation.
Array_ASDoc2() — Package Function, Top Level
artist — class ID3Info
The name of the artist; corresponds to the ID3 2.0 tag TPE1.
assignFocus(, ) — method, class Stage
Sets keyboard focus to the interactive object specified by objectToFocus, with the focus direction specified by the direction parameter.
asyncError — Event, class LocalConnection
Dispatched when an exception is thrown asynchronously — that is, from native asynchronous code.
asyncError — Event, class NetConnection
Dispatched when an exception is thrown asynchronously — that is, from native asynchronous code.
asyncError — Event, class SharedObject
Dispatched when an exception is thrown asynchronously — that is, from native asynchronous code.
ASYNC_ERROR — class AsyncErrorEvent
The AsyncErrorEvent.ASYNC_ERROR constant defines the value of the type property of an asyncError event object.
AsyncErrorEvent — class, package window.runtime.flash.events
An object dispatches an AsyncErrorEvent when an exception is thrown from native asynchronous code, which could be from, for example, LocalConnection, NetConnection, SharedObject, or NetStream.
AsyncErrorEvent(, , , , ) — Constructor, class AsyncErrorEvent
Creates an AsyncErrorEvent object that contains information about asyncError events.
attach — Event, class SQLConnection
Dispatched when an attach() method call's operation completes successfully.
attach(, , , ) — method, class SQLConnection
Adds another database to the SQLConnection instance, giving the new database the specified name.
ATTACH — class SQLErrorOperation
Indicates that the SQLConnection.attach() method was called.
ATTACH — class SQLEvent
The SQLEvent.ATTACH constant defines the value of the type property of an attach event object.
authenticate — class HTMLLoader
Specifies whether authentication requests should be handled (true) or not (false) for HTTP requests issued by this object.
authenticate — class URLRequest
Specifies whether authentication requests should be handled (true or not (false) for this request.
authenticate — class URLRequestDefaults
The default setting for the authenticate property of URLRequest objects.
authenticationType — class DRMAuthenticateEvent
Indicates whether the supplied credentials are for authenticating against Flash Media Rights Management Server (FMRMS) or a proxy server.
AUTHENTICATION_TYPE_DRM — class DRMAuthenticateEvent
The DRMAuthenticateEvent.AUTHENTICATION_TYPE_DRM constant defines the value of the authenticationType property of a DRMAuthenticateEvent object.
AUTHENTICATION_TYPE_PROXY — class DRMAuthenticateEvent
The DRMAuthenticateEvent.AUTHENTICATION_TYPE_PROXY constant defines the value of the authenticationType property of a DRMAuthenticateEvent object.
autoCompact — class SQLConnection
Indicates whether autocompacting was enabled when the current database was originally created (the value that was specified for the autoCompact parameter in the open() or openAsync() call that created the database).
autoExit — class NativeApplication
Specifies whether the application should automatically terminate when all windows have been closed.
autoIncrement — class SQLColumnSchema
Indicates whether this is an auto-increment column.
available — class ServiceMonitor
Whether the service is currently considered "available." The initial value is false until either a status check sets the property to true or the property is initialized to true explicitly. Typically, this property is set by the checkStatus() implementation in a subclass or specializer, but if the application has independent information about a service's availability (for example, a request just succeeded or failed), the property can be set explicitly.
available — class StatusFileUpdateEvent
Indicates if if there is a different version available than one of the current application (true); false otherwise (same version).
available — class StatusUpdateEvent
Indicates if an update is available.
avHardwareDisable — class Capabilities
Specifies whether access to the user's camera and microphone has been administratively prohibited (true) or allowed (false).
Symbols   A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z