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 BezierSegment
The first point of the Bezier curve.
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).
abs() — Static Method , class Math
Computes and returns an absolute value for the number specified by the parameter val.
accept() — Static Method , class XMLUI
Makes the current XMLUI dialog box close with an "accept" state.
acceptableStatusCodes — class URLMonitor
The numeric status codes representing a successful result.
acceptDragDrop() — Static Method , class NativeDragManager
Informs the NativeDragManager object that the specified target interactive object can accept a drop corresponding to the current drag event.
Accessibility — final class, package window.runtime.flash.accessibility
The Accessibility class manages communication with screen readers.
accessibilityProperties — class DisplayObject
The current accessibility options for this display object.
AccessibilityProperties — class, package window.runtime.flash.accessibility
The AccessibilityProperties class lets you control the presentation of Flash objects to accessibility aids, such as screen readers.
AccessibilityProperties() — Constructor, class AccessibilityProperties
Creates a new AccessibilityProperties object.
AccImpl — class, package window.runtime.fl.accessibility
The AccImpl class, also called the Accessibility Implementation class, is the base class for the implementation of accessibility in components.
acos() — Static Method , class Math
Computes and returns the arc cosine of the number specified in the parameter val, in radians.
ACTIONSCRIPT — class CuePointType
Defines the value of the type parameter of the findCuePoint() and findNearestCuePoint() methods.
ACTIONSCRIPT2 — class ActionScriptVersion
ActionScript language version 2.0 and earlier.
ACTIONSCRIPT3 — class ActionScriptVersion
ActionScript language version 3.0.
actionScriptVersion — class LoaderInfo
The ActionScript version of the loaded SWF file.
ActionScriptVersion — final class, package window.runtime.flash.display
The ActionScriptVersion class is an enumeration of constant values that indicate the language version of a loaded SWF file.
actionsList — class CustomActions
Returns an Array object containing the names of all the custom actions that are registered with the Flash authoring tool.
activate() — method, class FocusManager
Activates the FocusManager instance.
activate() — method, interface IFocusManager
Activates a focus manager.
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
Dispatched when Flash Player or an AIR application gains operating system focus and becomes active.
ACTIVATE — class Event
The Event.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 Accessibility
Indicates whether a screen reader is currently active and the player is communicating with it.
active — class NativeWindow
Indicates whether this window is the active application window.
activeVideoPlayerIndex — class FLVPlayback
A number that specifies which video player instance is affected by other application programming interfaces (APIs).
activeWindow — class NativeApplication
The active application window.
activity — Event, class Camera
Dispatched when a camera begins or ends a session.
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 Camera
The amount of motion the camera is detecting.
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.
ADD — class DataChangeType
Items were added to the data provider.
ADD — class BlendMode
Adds the values of the constituent colors of the display object to the colors of its background, applying a ceiling of 0xFF.
addASCuePoint(, , ) — method, class FLVPlayback
Adds an ActionScript cue point and has the same effect as adding an ActionScript cue point using the Cue Points dialog box, except that it occurs when an application executes rather than during application development.
addCallback(, ) — Static Method , class ExternalInterface
Registers an ActionScript method as callable from the container.
addCertificate(, ) — method, class XMLSignatureValidator
Adds an x509 certificate for chain building.
addChild() — method, class DisplayObjectContainer
Adds a child DisplayObject instance to this DisplayObjectContainer instance.
addChild() — method, class Stage
Adds a child DisplayObject instance to this DisplayObjectContainer instance.
addChildAt(, ) — method, class DisplayObjectContainer
Adds a child DisplayObject instance to this DisplayObjectContainer instance.
addChildAt(, ) — method, class Stage
Adds a child DisplayObject instance to this DisplayObjectContainer instance.
addColumn() — method, class DataGrid
Adds a column to the end of the columns array.
addColumnAt(, ) — method, class DataGrid
Inserts a column at the specified index in the columns array.
addDelayedInstance(, ) — Static Method , class Locale
Adds the {instance, string ID} pair into the internal array for later use.
added — class CaptionChangeEvent
A Boolean value that determines whether the caption was added or removed.
added — Event, class DisplayObject
Dispatched when a display object is added to the display list.
ADDED — class Event
The Event.ADDED constant defines the value of the type property of an added event object.
addedToStage — Event, class DisplayObject
Dispatched when a display object is added to the on stage display list, either directly or through the addition of a sub tree in which the display object is contained.
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, interface IEventDispatcher
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 ComboBox
Appends an item to the end of the list of items.
addItem() — method, class SelectableList
Appends an item to the end of the list of items.
addItem() — method, class DataProvider
Appends an item to the end of the data provider.
addItem() — method, class NativeMenu
Adds a menu item at the bottom of the menu.
addItemAt(, ) — method, class ComboBox
Inserts an item into the list at the specified index location.
addItemAt(, ) — method, class SelectableList
Inserts an item into the list at the specified index location.
addItemAt(, ) — method, class DataProvider
Adds a new item to the data provider at the specified index.
addItemAt(, ) — method, class NativeMenu
Inserts a menu item at the specified position.
addItems() — method, class DataProvider
Appends multiple items to the end of the DataProvider and dispatches a DataChangeType.ADD event.
addItemsAt(, ) — method, class DataProvider
Adds several items to the data provider at the specified index and dispatches a DataChangeType.ADD event.
addKeyframe() — method, class Motion
Adds a keyframe object to the Motion instance.
addNamespace() — method, class XML
Adds a namespace to the set of in-scope namespaces for the XML object.
addPage(, , , ) — method, class PrintJob
Sends the specified Sprite object as a single page to the print spooler.
addRadioButton() — method, class RadioButtonGroup
Adds a radio button to the internal radio button array for use with radio button group indexing, which allows for the selection of a single radio button in a group of radio buttons.
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.
addXMLPath(, ) — Static Method , class Locale
Adds the {languageCode and languagePath} pair into the internal array for later use.
adobe.utils — package
The adobe.utils package contains functions and classes used by Flash authoring tool developers.
ADVANCED — class AntiAliasType
Sets anti-aliasing to advanced anti-aliasing.
affectsTweenable() — method, class Keyframe
Indicates whether the keyframe has an influence on a specific animation property.
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
The air.net package contains classes for network detection. This package is only available to content running in the AIR runtime. It is included in the ServiceMonitor.swc file (for SWF-based application developers) and ServiceMonitor.swf file (for HTML-based AIR application developers).
album — class ID3Info
The name of the album; corresponds to the ID3 2.0 tag TALB.
align — class FLVPlayback
Specifies the video layout when the scaleMode property is set to VideoScaleMode.MAINTAIN_ASPECT_RATIO or VideoScaleMode.NO_SCALE.
align — class VideoPlayer
Specifies how the video is displayed relative to the registrationX, registrationY, registrationWidth and registrationHeight properties.
align — class Stage
A value from the StageAlign class that specifies the alignment of the stage in Flash Player or the browser.
align — class TextFormat
Indicates the alignment of the paragraph.
ALL — class InvalidationType
The InvalidationType.ALL constant defines the value of the type property of the event object that is dispatched to indicate that the component should redraw itself entirely.
ALL — class CuePointType
Defines the value of the type parameter of the findCuePoint() and findNearestCuePoint() methods.
allowCopy — class NativeDragOptions
A drop target is allowed to copy the dragged data.
allowDomain() — method, class LocalConnection
Specifies one or more domains that can send LocalConnection calls to this LocalConnection instance.
allowDomain() — Static Method , class Security
This method applies to cross-scripting of ActionScript 3.0 code (in SWF content).
allowedActions — class NativeDragEvent
The NativeDragOptions object specifying the actions that are allowed by the display object that initiated this drag operation.
allowInsecureDomain() — method, class LocalConnection
Specifies one or more domains that can send LocalConnection calls to this LocalConnection object.
allowInsecureDomain() — Static Method , class Security
This method applies to cross-scripting of ActionScript 3.0 code (in SWF content).
allowLink — class NativeDragOptions
A drop target is allowed to create a link to the dragged data.
allowLoadBytesCodeExecution — class LoaderContext
Specifies whether you can use the loadBytes() method of a Loader object to load content with executable code, such as a SWF file.
allowMove — class NativeDragOptions
A drop target is allowed to move the dragged data.
allowMultipleSelection — class SelectableList
Gets a Boolean value that indicates whether more than one list item can be selected at a time.
allowNull — class SQLColumnSchema
Indicates whether NULL values are allowed in this column.
alpha — class DisplayObject
Indicates the alpha transparency value of the object specified.
alpha — class ConvolutionFilter
The alpha transparency value of the substitute color.
alpha — class DisplacementMapFilter
Specifies the alpha transparency value to use for out-of-bounds displacements.
alpha — class DropShadowFilter
The alpha transparency value for the shadow color.
alpha — class GlowFilter
The alpha transparency value for the color.
ALPHA — class BitmapDataChannel
The alpha channel.
ALPHA — class BlendMode
Applies the alpha value of each pixel of the display object to the background.
alphaMultiplier — class ColorTransform
A decimal value that is multiplied with the alpha transparency channel value.
ALPHANUMERIC_FULL — class IMEConversionMode
The string "ALPHANUMERIC_FULL", for use with the IME.conversionMode property.
ALPHANUMERIC_HALF — class IMEConversionMode
The string "ALPHANUMERIC_HALF", for use with the IME.conversionMode property.
alphaOffset — class ColorTransform
A number from -255 to 255 that is added to the alpha transparency channel value after it has been multiplied by the alphaMultiplier value.
alphas — class GradientBevelFilter
An array of alpha transparency values for the corresponding colors in the colors array.
alphas — class GradientGlowFilter
An array of alpha transparency values for the corresponding colors in the colors array.
ALTERNATE — class Keyboard
Constant associated with the key code value for the Alternate (Option) key (18).
altKey — class KeyboardEvent
Indicates whether the Alt key is active (true) or inactive (false) on Windows; indicates whether the Option key is active on Mac OS.
altKey — class MouseEvent
Indicates whether the Alt key is active (true) or inactive (false).
ALWAYS — class PixelSnapping
A constant value used in the pixelSnapping property of a Bitmap object to specify that the bitmap image is always snapped to the nearest pixel, independent of any transformation.
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.
alwaysShowSelection — class TextArea
Gets or sets a Boolean value that indicates whether Flash Player highlights a selection in the text field when the text field does not have focus.
alwaysShowSelection — class TextInput
Gets or sets a Boolean value that indicates how a selection is displayed when the text field does not have focus.
alwaysShowSelection — class TextField
When set to true and the text field is not in focus, Flash Player highlights the selection in the text field in gray.
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.
angle — class BevelFilter
The angle of the bevel.
angle — class DropShadowFilter
The angle of the shadow.
angle — class GradientBevelFilter
The angle, in degrees.
angle — class GradientGlowFilter
The angle, in degrees.
Animator — class, package window.runtime.fl.motion
The Animator class applies an XML description of a motion tween to a display object.
Animator(, ) — Constructor, class Animator
Creates an Animator object to apply the XML-based motion tween description to a display object.
antiAliasType — class TextField
The type of anti-aliasing used for this text field.
AntiAliasType — final class, package window.runtime.flash.text
The AntiAliasType class provides values for anti-aliasing in the flash.text.TextField class.
APPEND — class FileMode
Used for a file to be opened in write mode, with all written data appended to the end of the file.
appendChild() — method, class XML
Appends the given child to the end of the XML object's properties.
appendChild() — method, class XMLNode
Appends the specified node to the XML object's child list.
appendText() — method, class TextArea
Appends the specified string after the last character that the TextArea component contains.
appendText() — method, class TextInput
Appends the specified string after the last character that the TextArea contains.
appendText() — method, class TextField
Appends the string specified by the newText parameter to the end of the text of the text field.
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.
applicationDomain — class LoaderInfo
When an external SWF file is loaded, all ActionScript 3.0 definitions contained in the loaded class are stored in the applicationDomain property.
applicationDomain — class LoaderContext
Specifies the application domain to use for the Loader.load() or Loader.loadBytes() method.
ApplicationDomain — final class, package window.runtime.flash.system
The ApplicationDomain class is a container for discrete groups of class definitions.
ApplicationDomain() — Constructor, class ApplicationDomain
Creates a new application domain.
applicationID — class NativeApplication
The application ID of this application.
applicationStorageDirectory — class File
The application's private storage directory.
apply(, ) — method, class Function
Specifies the value of thisObject to be used within any function that ActionScript calls.
applyFilter(, , , ) — method, class BitmapData
Takes a source image and a filter object and generates the filtered image.
areInaccessibleObjectsUnderPoint() — method, class DisplayObjectContainer
Indicates whether the security restrictions would cause any display objects to be omitted from the list returned by calling the DisplayObjectContainer.getObjectsUnderPoint() method with the specified point point.
areSoundsInaccessible() — Static Method , class SoundMixer
Determines whether any sounds are not accessible due to security restrictions.
ArgumentError — Dynamic Class, Top Level
The ArgumentError class represents an error that occurs when the arguments supplied in a function do not match the arguments defined for that function.
ArgumentError() — Constructor, class ArgumentError
Creates an ArgumentError object.
arguments — class, Top Level
An arguments object is used to store and access a function's arguments.
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 — Dynamic Class, Top Level
The Array class lets you access and manipulate arrays.
Array() — Package Function, Top Level
Creates a new array.
Array() — Constructor, class Array
Lets you create an array of the specified number of elements.
Array() — Constructor, class Array
Lets you create an array that contains the specified elements.
artist — class ID3Info
The name of the artist; corresponds to the ID3 2.0 tag TPE1.
as — Operator
Evaluates whether an expression specified by the first operand is a member of the data type specified by the second operand.
AS3 — Statement
Defines methods and properties of the core ActionScript classes that are fixed properties instead of prototype properties.
ascent — class TextLineMetrics
The ascent value of the text is the length from the baseline to the top of the line height in pixels.
asin() — Static Method , class Math
Computes and returns the arc sine for the number specified in the parameter val, in radians.
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 NetStream
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.
atan() — Static Method , class Math
Computes and returns the value, in radians, of the angle whose tangent is specified in the parameter val.
atan2(, ) — Static Method , class Math
Computes and returns the angle of the point y/x in radians, when measured counterclockwise from a circle's x axis (where 0,0 represents the center of the circle).
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.
attachAudio() — method, class NetStream
Specifies an audio stream sent over the NetStream object, from a Microphone object passed as the source.
attachCamera() — method, class Video
Specifies a video stream from a camera to be displayed within the boundaries of the Video object in the application.
attachCamera(, ) — method, class NetStream
Starts capturing video from a camera, or stops capturing if theCamera is set to null.
attachNetStream() — method, class Video
Specifies a video stream to be displayed within the boundaries of the Video object in the application.
AT_TARGET — class EventPhase
The target phase, which is the second phase of the event flow.
attribute() — method, class XML
Returns the XML value of the attribute that has the name matching the attributeName parameter.
attribute() — method, class XMLList
Calls the attribute() method of each XML object and returns an XMLList object of the results.
attributes() — method, class XML
Returns a list of attribute values for the given XML object.
attributes() — method, class XMLList
Calls the attributes() method of each XML object and returns an XMLList object of attributes for each XML object.
attributes — class XMLNode
An object containing all of the attributes of the specified XMLNode instance.
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 drmAuthenticate event object.
AUTHENTICATION_TYPE_PROXY — class DRMAuthenticateEvent
The DRMAuthenticateEvent.AUTHENTICATION_TYPE_PROXY constant defines the value of the authenticationType property of a drmAuthenticate event object.
AUTO — class ScrollPolicy
Show the scroll bar if the children exceed the owner's dimensions.
AUTO — class RotateDirection
Chooses a direction of rotation that requires the least amount of turning.
AUTO — class PixelSnapping
A constant value used in the pixelSnapping property of a Bitmap object to specify that the bitmap image is snapped to the nearest pixel if it is drawn with no rotation or skew and it is drawn at a scale factor of 99.9% to 100.1%.
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.
autoLayout — Event, class FLVPlayback
Dispatched when the video player is resized or laid out automatically.
autoLayout — class FLVPlaybackCaptioning
Determines whether the FLVPlaybackCaptioning component automatically moves and resizes the TextField object for captioning.
AUTO_LAYOUT — class AutoLayoutEvent
Defines the value of the type property of an autoLayout event object.
AutoLayoutEvent — class, package window.runtime.fl.video
Flash® Player dispatches an AutoLayoutEvent object when the video player is resized and laid out automatically.
AutoLayoutEvent(, , , , , ) — Constructor, class AutoLayoutEvent
Creates an Event object that contains information about autoLayout events.
autoLoad — class UILoader
Gets or sets a value that indicates whether the UILoader instance automatically loads the specified content.
autoPlay — class FLVPlayback
A Boolean value that, if set to true, causes the FLV file to start playing automatically after the source property is set.
autoRepeat — class BaseButton
Gets or sets a Boolean value that indicates whether the buttonDown event is dispatched more than one time when the user holds the mouse button down over the component.
autoRepeat — class CheckBox
A CheckBox never auto-repeats by definition, so the autoRepeat property is set to false in the constructor and cannot be changed for a CheckBox.
autoRepeat — class RadioButton
A radio button never auto-repeats by definition, so the autoRepeat property is set to false in the constructor and cannot be changed.
autoReplace — class Locale
Determines whether strings are replaced automatically after loading the XML file.
autoRewind — class Animator
Sets the animation to restart after it finishes.
autoRewind — class FLVPlayback
A Boolean value that, if true, causes the FLV file to rewind to Frame 1 when play stops, either because the player reached the end of the stream or the stop() method was called.
autoRewind — class VideoPlayer
A Boolean value that, if true, causes the FLV file to rewind to Frame 1 when play stops, either because the player reached the end of the stream or the stop() method was called.
autoRewound — Event, class FLVPlayback
Dispatched when the playhead is moved to the start of the video player because the autoRewind property is set to true.
autoRewound — Event, class VideoPlayer
Dispatched when the playhead is moved to the start of the video player because the autoRewind property is set to true.
AUTO_REWOUND — class VideoEvent
Defines the value of the type property of an autoRewound event object.
autoSize — class Label
Gets or sets a string that indicates how a label is sized and aligned to fit the value of its text property.
autoSize — class TextField
Controls automatic sizing and alignment of text fields.
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 ExternalInterface
Indicates whether this player is in a container that offers an external interface.
avHardwareDisable — class Capabilities
Specifies whether access to the user's camera and microphone has been administratively prohibited (true) or allowed (false).
AVM1Movie — class, package window.runtime.flash.display
AVM1Movie is a simple class that represents AVM1 movie clips, which use ActionScript 1.0 or 2.0.
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