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 — Property, class fl.motion.BezierSegment
The first point of the Bezier curve.
a — Property, class flash.geom.Matrix
The value that affects the positioning of pixels along the x axis when scaling or rotating an image.
A — Constant Static Property, class flash.ui.Keyboard
Constant associated with the key code value for the A key (65).
abs(val:Number) — Static Method, class Math
Computes and returns an absolute value for the number specified by the parameter val.
accept() — Static Method, class adobe.utils.XMLUI
Makes the current XMLUI dialog box close with an "accept" state.
acceptableStatusCodes — Property, class air.net.URLMonitor
The numeric status codes representing a successful result.
acceptDragDrop(target:flash.display:InteractiveObject) — Static Method, class flash.desktop.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 flash.accessibility
The Accessibility class manages communication with screen readers.
accessibilityProperties — Property, class flash.display.DisplayObject
The current accessibility options for this display object.
AccessibilityProperties — class, package flash.accessibility
The AccessibilityProperties class lets you control the presentation of Flash objects to accessibility aids, such as screen readers.
AccessibilityProperties() — Constructor, class flash.accessibility.AccessibilityProperties
Creates a new AccessibilityProperties object.
AccImpl — class, package fl.accessibility
The AccImpl class, also called the Accessibility Implementation class, is the base class for the implementation of accessibility in components.
acos(val:Number) — Static Method, class Math
Computes and returns the arc cosine of the number specified in the parameter val, in radians.
ACTIONSCRIPT — Constant Static Property, class fl.video.CuePointType
Defines the value of the type parameter of the findCuePoint() and findNearestCuePoint() methods.
ACTIONSCRIPT2 — Constant Static Property, class flash.display.ActionScriptVersion
ActionScript language version 2.0 and earlier.
ACTIONSCRIPT3 — Constant Static Property, class flash.display.ActionScriptVersion
ActionScript language version 3.0.
actionScriptVersion — Property, class flash.display.LoaderInfo
The ActionScript version of the loaded SWF file.
ActionScriptVersion — final class, package flash.display
The ActionScriptVersion class is an enumeration of constant values that indicate the language version of a loaded SWF file.
actionsList — Static Property, class adobe.utils.CustomActions
Returns an Array object containing the names of all the custom actions that are registered with the Flash authoring tool.
activate() — method, class fl.managers.FocusManager
Activates the FocusManager instance.
activate() — method, interface fl.managers.IFocusManager
Activates a focus manager.
activate — Event, class flash.desktop.NativeApplication
Dispatched when this application becomes the active desktop application.
activate(window:flash.display:NativeWindow) — method, class flash.desktop.NativeApplication
Activates this application.
activate — Event, class flash.display.NativeWindow
Dispatched by this NativeWindow object after the window has been activated.
activate() — method, class flash.display.NativeWindow
Activates this window.
activate — Event, class flash.events.EventDispatcher
Dispatched when Flash Player or an AIR application gains operating system focus and becomes active.
ACTIVATE — Constant Static Property, class flash.events.Event
The Event.ACTIVATE constant defines the value of the type property of an activate event object.
activating — Property, class flash.events.ActivityEvent
Indicates whether the device is activating (true) or deactivating (false).
active — Static Property, class flash.accessibility.Accessibility
Indicates whether a screen reader is currently active and the player is communicating with it.
active — Property, class flash.display.NativeWindow
Indicates whether this window is the active application window.
activeVideoPlayerIndex — Property, class fl.video.FLVPlayback
A number that specifies which video player instance is affected by other application programming interfaces (APIs).
activeWindow — Property, class flash.desktop.NativeApplication
The active application window.
activity — Event, class flash.media.Camera
Dispatched when a camera begins or ends a session.
activity — Event, class flash.media.Microphone
Dispatched when a microphone begins or ends a session.
ACTIVITY — Constant Static Property, class flash.events.ActivityEvent
The ActivityEvent.ACTIVITY constant defines the value of the type property of an activity event object.
ActivityEvent — class, package 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(type:String, bubbles:Boolean, cancelable:Boolean, activating:Boolean) — Constructor, class flash.events.ActivityEvent
Creates an event object that contains information about activity events.
activityLevel — Property, class flash.media.Camera
The amount of motion the camera is detecting.
activityLevel — Property, class flash.media.Microphone
The amount of sound the microphone is detecting.
add(v:flash.geom:Point) — method, class flash.geom.Point
Adds the coordinates of another point to the coordinates of this point to create a new point.
ADD — Constant Static Property, class fl.events.DataChangeType
Items were added to the data provider.
ADD — Constant Static Property, class flash.display.BlendMode
Adds the values of the constituent colors of the display object to the colors of its background, applying a ceiling of 0xFF.
addASCuePoint(timeOrCuePoint, name:String, parameters:Object) — method, class fl.video.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(functionName:String, closure:Function) — Static Method, class flash.external.ExternalInterface
Registers an ActionScript method as callable from the container.
addCertificate(cert:flash.utils:ByteArray, trusted:Boolean) — method, class flash.security.XMLSignatureValidator
Adds an x509 certificate for chain building.
addChild(child:flash.display:DisplayObject) — method, class flash.display.DisplayObjectContainer
Adds a child DisplayObject instance to this DisplayObjectContainer instance.
addChild(child:flash.display:DisplayObject) — method, class flash.display.Stage
Adds a child DisplayObject instance to this DisplayObjectContainer instance.
addChildAt(child:flash.display:DisplayObject, index:int) — method, class flash.display.DisplayObjectContainer
Adds a child DisplayObject instance to this DisplayObjectContainer instance.
addChildAt(child:flash.display:DisplayObject, index:int) — method, class flash.display.Stage
Adds a child DisplayObject instance to this DisplayObjectContainer instance.
addColumn(column) — method, class fl.controls.DataGrid
Adds a column to the end of the columns array.
addColumnAt(column, index:uint) — method, class fl.controls.DataGrid
Inserts a column at the specified index in the columns array.
addDelayedInstance(instance:Object, stringID:String) — Static Method, class fl.lang.Locale
Adds the {instance, string ID} pair into the internal array for later use.
added — Property, class fl.video.CaptionChangeEvent
A Boolean value that determines whether the caption was added or removed.
added — Event, class flash.display.DisplayObject
Dispatched when a display object is added to the display list.
ADDED — Constant Static Property, class flash.events.Event
The Event.ADDED constant defines the value of the type property of an added event object.
addedToStage — Event, class flash.display.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 — Constant Static Property, class flash.events.Event
The Event.ADDED_TO_STAGE constant defines the value of the type property of an addedToStage event object.
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class flash.data.SQLConnection
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event.
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class flash.desktop.NativeApplication
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event.
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class flash.display.Stage
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event.
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class flash.events.EventDispatcher
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event.
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, interface flash.events.IEventDispatcher
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event.
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class flash.net.URLLoader
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event.
addHeader(operation:String, mustUnderstand:Boolean, param:Object) — method, class flash.net.NetConnection
Adds a context header to the Action Message Format (AMF) packet structure.
addItem(item:Object) — method, class fl.controls.ComboBox
Appends an item to the end of the list of items.
addItem(item:Object) — method, class fl.controls.SelectableList
Appends an item to the end of the list of items.
addItem(item:Object) — method, class fl.data.DataProvider
Appends an item to the end of the data provider.
addItem(item:flash.display:NativeMenuItem) — method, class flash.display.NativeMenu
Adds a menu item at the bottom of the menu.
addItemAt(item:Object, index:uint) — method, class fl.controls.ComboBox
Inserts an item into the list at the specified index location.
addItemAt(item:Object, index:uint) — method, class fl.controls.SelectableList
Inserts an item into the list at the specified index location.
addItemAt(item:Object, index:uint) — method, class fl.data.DataProvider
Adds a new item to the data provider at the specified index.
addItemAt(item:flash.display:NativeMenuItem, index:int) — method, class flash.display.NativeMenu
Inserts a menu item at the specified position.
addItems(items:Object) — method, class fl.data.DataProvider
Appends multiple items to the end of the DataProvider and dispatches a DataChangeType.ADD event.
addItemsAt(items:Object, index:uint) — method, class fl.data.DataProvider
Adds several items to the data provider at the specified index and dispatches a DataChangeType.ADD event.
addKeyframe(newKeyframe:fl.motion:Keyframe) — method, class fl.motion.Motion
Adds a keyframe object to the Motion instance.
addNamespace(ns:Object) — method, class XML
Adds a namespace to the set of in-scope namespaces for the XML object.
addPage(sprite:flash.display:Sprite, printArea:flash.geom:Rectangle, options:flash.printing:PrintJobOptions, frameNum:int) — method, class flash.printing.PrintJob
Sends the specified Sprite object as a single page to the print spooler.
addRadioButton(radioButton:fl.controls:RadioButton) — method, class fl.controls.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(submenu:flash.display:NativeMenu, label:String) — method, class flash.display.NativeMenu
Adds a submenu to the menu by inserting a new menu item.
addSubmenuAt(submenu:flash.display:NativeMenu, index:int, label:String) — method, class flash.display.NativeMenu
Adds a submenu to the menu by inserting a new menu item at the specified position.
addXMLPath(langCode:String, path:String) — Static Method, class fl.lang.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 — Constant Static Property, class flash.text.AntiAliasType
Sets anti-aliasing to advanced anti-aliasing.
affectsTweenable(tweenableName:String) — method, class fl.motion.Keyframe
Indicates whether the keyframe has an influence on a specific animation property.
afterBounds — Property, class flash.events.NativeWindowBoundsEvent
The bounds of the window after the change.
afterDisplayState — Property, class flash.events.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 — Property, class flash.media.ID3Info
The name of the album; corresponds to the ID3 2.0 tag TALB.
align — Property, class fl.video.FLVPlayback
Specifies the video layout when the scaleMode property is set to VideoScaleMode.MAINTAIN_ASPECT_RATIO or VideoScaleMode.NO_SCALE.
align — Property, class fl.video.VideoPlayer
Specifies how the video is displayed relative to the registrationX, registrationY, registrationWidth and registrationHeight properties.
align — Property, class flash.display.Stage
A value from the StageAlign class that specifies the alignment of the stage in Flash Player or the browser.
align — Property, class flash.text.TextFormat
Indicates the alignment of the paragraph.
ALL — Constant Static Property, class fl.core.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 — Constant Static Property, class fl.video.CuePointType
Defines the value of the type parameter of the findCuePoint() and findNearestCuePoint() methods.
allowCopy — Property, class flash.desktop.NativeDragOptions
A drop target is allowed to copy the dragged data.
allowDomain(... rest) — method, class flash.net.LocalConnection
Specifies one or more domains that can send LocalConnection calls to this LocalConnection instance.
allowDomain(... rest) — Static Method, class flash.system.Security
This method applies to cross-scripting of ActionScript 3.0 code (in SWF content).
allowedActions — Property, class flash.events.NativeDragEvent
The NativeDragOptions object specifying the actions that are allowed by the display object that initiated this drag operation.
allowInsecureDomain(... rest) — method, class flash.net.LocalConnection
Specifies one or more domains that can send LocalConnection calls to this LocalConnection object.
allowInsecureDomain(... rest) — Static Method, class flash.system.Security
This method applies to cross-scripting of ActionScript 3.0 code (in SWF content).
allowLink — Property, class flash.desktop.NativeDragOptions
A drop target is allowed to create a link to the dragged data.
allowLoadBytesCodeExecution — Property, class flash.system.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 — Property, class flash.desktop.NativeDragOptions
A drop target is allowed to move the dragged data.
allowMultipleSelection — Property, class fl.controls.SelectableList
Gets a Boolean value that indicates whether more than one list item can be selected at a time.
allowNull — Property, class flash.data.SQLColumnSchema
Indicates whether NULL values are allowed in this column.
alpha — Property, class flash.display.DisplayObject
Indicates the alpha transparency value of the object specified.
alpha — Property, class flash.filters.ConvolutionFilter
The alpha transparency value of the substitute color.
alpha — Property, class flash.filters.DisplacementMapFilter
Specifies the alpha transparency value to use for out-of-bounds displacements.
alpha — Property, class flash.filters.DropShadowFilter
The alpha transparency value for the shadow color.
alpha — Property, class flash.filters.GlowFilter
The alpha transparency value for the color.
ALPHA — Constant Static Property, class flash.display.BitmapDataChannel
The alpha channel.
ALPHA — Constant Static Property, class flash.display.BlendMode
Applies the alpha value of each pixel of the display object to the background.
alphaMultiplier — Property, class flash.geom.ColorTransform
A decimal value that is multiplied with the alpha transparency channel value.
ALPHANUMERIC_FULL — Constant Static Property, class flash.system.IMEConversionMode
The string "ALPHANUMERIC_FULL", for use with the IME.conversionMode property.
ALPHANUMERIC_HALF — Constant Static Property, class flash.system.IMEConversionMode
The string "ALPHANUMERIC_HALF", for use with the IME.conversionMode property.
alphaOffset — Property, class flash.geom.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 — Property, class flash.filters.GradientBevelFilter
An array of alpha transparency values for the corresponding colors in the colors array.
alphas — Property, class flash.filters.GradientGlowFilter
An array of alpha transparency values for the corresponding colors in the colors array.
ALTERNATE — Constant Static Property, class flash.ui.Keyboard
Constant associated with the key code value for the Alternate (Option) key (18).
altKey — Property, class flash.events.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 — Property, class flash.events.MouseEvent
Indicates whether the Alt key is active (true) or inactive (false).
ALWAYS — Constant Static Property, class flash.display.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 — Property, class flash.display.NativeWindow
Specifies whether this window will always be in front of other windows (including those of other applications).
ALWAYS_REQUIRED — Constant Static Property, class flash.security.RevocationCheckSettings
Always check certificate revocation.
alwaysShowSelection — Property, class fl.controls.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 — Property, class fl.controls.TextInput
Gets or sets a Boolean value that indicates how a selection is displayed when the text field does not have focus.
alwaysShowSelection — Property, class flash.text.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 — Constant Static Property, class flash.net.ObjectEncoding
Specifies that objects are serialized using the Action Message Format for ActionScript 1.0 and 2.0.
AMF3 — Constant Static Property, class flash.net.ObjectEncoding
Specifies that objects are serialized using the Action Message Format for ActionScript 3.0.
analyze — Event, class flash.data.SQLConnection
Dispatched when an analyze() operation completes successfully.
analyze(resourceName:String, responder:flash.net:Responder) — method, class flash.data.SQLConnection
Gathers statistics about database indices and stores them in the database.
ANALYZE — Constant Static Property, class flash.errors.SQLErrorOperation
Indicates that the SQLConnection.analyze() method was called.
ANALYZE — Constant Static Property, class flash.events.SQLEvent
The SQLEvent.ANALYZE constant defines the value of the type property of an analyze event object.
angle — Property, class flash.filters.BevelFilter
The angle of the bevel.
angle — Property, class flash.filters.DropShadowFilter
The angle of the shadow.
angle — Property, class flash.filters.GradientBevelFilter
The angle, in degrees.
angle — Property, class flash.filters.GradientGlowFilter
The angle, in degrees.
Animator — class, package fl.motion
The Animator class applies an XML description of a motion tween to a display object.
Animator(xml:XML, target:flash.display:DisplayObject) — Constructor, class fl.motion.Animator
Creates an Animator object to apply the XML-based motion tween description to a display object.
antiAliasType — Property, class flash.text.TextField
The type of anti-aliasing used for this text field.
AntiAliasType — final class, package flash.text
The AntiAliasType class provides values for anti-aliasing in the flash.text.TextField class.
APPEND — Constant Static Property, class flash.filesystem.FileMode
Used for a file to be opened in write mode, with all written data appended to the end of the file.
appendChild(child:Object) — method, class XML
Appends the given child to the end of the XML object's properties.
appendChild(node:flash.xml:XMLNode) — method, class flash.xml.XMLNode
Appends the specified node to the XML object's child list.
appendText(text:String) — method, class fl.controls.TextArea
Appends the specified string after the last character that the TextArea component contains.
appendText(text:String) — method, class fl.controls.TextInput
Appends the specified string after the last character that the TextArea contains.
appendText(newText:String) — method, class flash.text.TextField
Appends the string specified by the newText parameter to the end of the text of the text field.
APPLICATION — Constant Static Property, class flash.system.Security
The file is running in an AIR application, and it was installed with the package (the AIR file) for that application.
applicationDescriptor — Property, class flash.desktop.NativeApplication
The contents of the application descriptor file for this AIR application.
applicationDirectory — Static Property, class flash.filesystem.File
The folder containing the application's installed files.
applicationDomain — Property, class flash.display.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 — Property, class flash.system.LoaderContext
Specifies the application domain to use for the Loader.load() or Loader.loadBytes() method.
ApplicationDomain — final class, package flash.system
The ApplicationDomain class is a container for discrete groups of class definitions.
ApplicationDomain(parentDomain:flash.system:ApplicationDomain) — Constructor, class flash.system.ApplicationDomain
Creates a new application domain.
applicationID — Property, class flash.desktop.NativeApplication
The application ID of this application.
applicationStorageDirectory — Static Property, class flash.filesystem.File
The application's private storage directory.
apply(thisArg, argArray) — method, class Function
Specifies the value of thisObject to be used within any function that ActionScript calls.
applyFilter(sourceBitmapData:flash.display:BitmapData, sourceRect:flash.geom:Rectangle, destPoint:flash.geom:Point, filter:flash.filters:BitmapFilter) — method, class flash.display.BitmapData
Takes a source image and a filter object and generates the filtered image.
areInaccessibleObjectsUnderPoint(point:flash.geom:Point) — method, class flash.display.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 flash.media.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(message:String) — 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 — Property, class flash.events.BrowserInvokeEvent
An array of arguments (strings) to pass to the application.
arguments — Property, class flash.events.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(... rest) — Package Function, Top Level
Creates a new array.
Array(numElements:int) — Constructor, class Array
Lets you create an array of the specified number of elements.
Array(... rest) — Constructor, class Array
Lets you create an array that contains the specified elements.
artist — Property, class flash.media.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 — Property, class flash.text.TextLineMetrics
The ascent value of the text is the length from the baseline to the top of the line height in pixels.
asin(val:Number) — Static Method, class Math
Computes and returns the arc sine for the number specified in the parameter val, in radians.
assignFocus(objectToFocus:flash.display:InteractiveObject, direction:String) — method, class flash.display.Stage
Sets keyboard focus to the interactive object specified by objectToFocus, with the focus direction specified by the direction parameter.
asyncError — Event, class flash.net.LocalConnection
Dispatched when an exception is thrown asynchronously — that is, from native asynchronous code.
asyncError — Event, class flash.net.NetConnection
Dispatched when an exception is thrown asynchronously — that is, from native asynchronous code.
asyncError — Event, class flash.net.NetStream
Dispatched when an exception is thrown asynchronously — that is, from native asynchronous code.
asyncError — Event, class flash.net.SharedObject
Dispatched when an exception is thrown asynchronously — that is, from native asynchronous code.
ASYNC_ERROR — Constant Static Property, class flash.events.AsyncErrorEvent
The AsyncErrorEvent.ASYNC_ERROR constant defines the value of the type property of an asyncError event object.
AsyncErrorEvent — class, package 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(type:String, bubbles:Boolean, cancelable:Boolean, text:String, error:Error) — Constructor, class flash.events.AsyncErrorEvent
Creates an AsyncErrorEvent object that contains information about asyncError events.
atan(val:Number) — Static Method, class Math
Computes and returns the value, in radians, of the angle whose tangent is specified in the parameter val.
atan2(y:Number, x:Number) — 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 flash.data.SQLConnection
Dispatched when an attach() method call's operation completes successfully.
attach(name:String, reference:Object, responder:flash.net:Responder) — method, class flash.data.SQLConnection
Adds another database to the SQLConnection instance, giving the new database the specified name.
ATTACH — Constant Static Property, class flash.errors.SQLErrorOperation
Indicates that the SQLConnection.attach() method was called.
ATTACH — Constant Static Property, class flash.events.SQLEvent
The SQLEvent.ATTACH constant defines the value of the type property of an attach event object.
attachAudio(microphone:flash.media:Microphone) — method, class flash.net.NetStream
Specifies an audio stream sent over the NetStream object, from a Microphone object passed as the source.
attachCamera(camera:flash.media:Camera) — method, class flash.media.Video
Specifies a video stream from a camera to be displayed within the boundaries of the Video object in the application.
attachCamera(theCamera:flash.media:Camera, snapshotMilliseconds:int) — method, class flash.net.NetStream
Starts capturing video from a camera, or stops capturing if theCamera is set to null.
attachNetStream(netStream:flash.net:NetStream) — method, class flash.media.Video
Specifies a video stream to be displayed within the boundaries of the Video object in the application.
AT_TARGET — Constant Static Property, class flash.events.EventPhase
The target phase, which is the second phase of the event flow.
attribute(attributeName) — method, class XML
Returns the XML value of the attribute that has the name matching the attributeName parameter.
attribute(attributeName) — 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 — Property, class flash.xml.XMLNode
An object containing all of the attributes of the specified XMLNode instance.
authenticate — Property, class flash.html.HTMLLoader
Specifies whether authentication requests should be handled (true) or not (false) for HTTP requests issued by this object.
authenticate — Property, class flash.net.URLRequest
Specifies whether authentication requests should be handled (true or not (false) for this request.
authenticate — Static Property, class flash.net.URLRequestDefaults
The default setting for the authenticate property of URLRequest objects.
authenticationType — Property, class flash.events.DRMAuthenticateEvent
Indicates whether the supplied credentials are for authenticating against Flash Media Rights Management Server (FMRMS) or a proxy server.
AUTHENTICATION_TYPE_DRM — Constant Static Property, class flash.events.DRMAuthenticateEvent
The DRMAuthenticateEvent.AUTHENTICATION_TYPE_DRM constant defines the value of the authenticationType property of a drmAuthenticate event object.
AUTHENTICATION_TYPE_PROXY — Constant Static Property, class flash.events.DRMAuthenticateEvent
The DRMAuthenticateEvent.AUTHENTICATION_TYPE_PROXY constant defines the value of the authenticationType property of a drmAuthenticate event object.
AUTO — Constant Static Property, class fl.controls.ScrollPolicy
Show the scroll bar if the children exceed the owner's dimensions.
AUTO — Constant Static Property, class fl.motion.RotateDirection
Chooses a direction of rotation that requires the least amount of turning.
AUTO — Constant Static Property, class flash.display.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 — Property, class flash.data.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 — Property, class flash.desktop.NativeApplication
Specifies whether the application should automatically terminate when all windows have been closed.
autoIncrement — Property, class flash.data.SQLColumnSchema
Indicates whether this is an auto-increment column.
autoLayout — Event, class fl.video.FLVPlayback
Dispatched when the video player is resized or laid out automatically.
autoLayout — Property, class fl.video.FLVPlaybackCaptioning
Determines whether the FLVPlaybackCaptioning component automatically moves and resizes the TextField object for captioning.
AUTO_LAYOUT — Constant Static Property, class fl.video.AutoLayoutEvent
Defines the value of the type property of an autoLayout event object.
AutoLayoutEvent — class, package fl.video
Flash® Player dispatches an AutoLayoutEvent object when the video player is resized and laid out automatically.
AutoLayoutEvent(type:String, bubbles:Boolean, cancelable:Boolean, oldBounds:flash.geom:Rectangle, oldRegistrationBounds:flash.geom:Rectangle, vp:uint) — Constructor, class fl.video.AutoLayoutEvent
Creates an Event object that contains information about autoLayout events.
autoLoad — Property, class fl.containers.UILoader
Gets or sets a value that indicates whether the UILoader instance automatically loads the specified content.
autoPlay — Property, class fl.video.FLVPlayback
A Boolean value that, if set to true, causes the FLV file to start playing automatically after the source property is set.
autoRepeat — Property, class fl.controls.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 — Property, class fl.controls.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 — Property, class fl.controls.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 — Static Property, class fl.lang.Locale
Determines whether strings are replaced automatically after loading the XML file.
autoRewind — Property, class fl.motion.Animator
Sets the animation to restart after it finishes.
autoRewind — Property, class fl.video.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 — Property, class fl.video.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 fl.video.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 fl.video.VideoPlayer
Dispatched when the playhead is moved to the start of the video player because the autoRewind property is set to true.
AUTO_REWOUND — Constant Static Property, class fl.video.VideoEvent
Defines the value of the type property of an autoRewound event object.
autoSize — Property, class fl.controls.Label
Gets or sets a string that indicates how a label is sized and aligned to fit the value of its text property.
autoSize — Property, class flash.text.TextField
Controls automatic sizing and alignment of text fields.
available — Property, class air.net.ServiceMonitor
Whether the service is currently considered "available".
available — Static Property, class flash.external.ExternalInterface
Indicates whether this player is in a container that offers an external interface.
avHardwareDisable — Static Property, class flash.system.Capabilities
Specifies whether access to the user's camera and microphone has been administratively prohibited (true) or allowed (false).
AVM1Movie — class, package 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