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.
accDoDefaultAction(childID:uint) — method, class flash.accessibility.AccessibilityImplementation
An IAccessible method that performs the default action associated with the component that this AccessibilityImplementation represents or of one of its child elements.
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.
AccessibilityImplementation — class, package flash.accessibility
The AccessibilityImplementation class is the base class in Flash Player that allows for the implementation of accessibility in components.
AccessibilityImplementation() — Constructor, class flash.accessibility.AccessibilityImplementation
Do not directly instantiate AccessibilityImplementation by calling its constructor.
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.
accLocation(childID:uint) — method, class flash.accessibility.AccessibilityImplementation
MSAA method for returning a DisplayObject or Rectangle specifying the bounding box of a child element in the AccessibilityImplementation.
accSelect(selFlag:uint, childID:uint) — method, class flash.accessibility.AccessibilityImplementation
IAccessible method for altering the selection in the component that this AccessibilityImplementation represents.
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
[broadcast event] Dispatched when the Flash Player or AIR application gains operating system focus and becomes active.
ACTIVATE — Constant Static Property, class flash.events.Event
The 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(a:flash.geom:Vector3D) — method, class flash.geom.Vector3D
Adds the value of the x, y, and z elements of the current Vector3D object to the values of the x, y, and z elements of another Vector3D object.
Add(inMatrix:fl.motion:DynamicMatrix) — method, class fl.motion.DynamicMatrix
Adds the current matrix with a specified matrix.
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.
addFilterPropertyArray(index:int, name:String, values:Array, startFrame:int, endFrame:int) — method, class fl.motion.MotionBase
Modifies a filter property in all corresponding keyframes for a Motion object.
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.
addItemAt(item:flash.display:NativeMenuItem, index:int) — method, class flash.ui.ContextMenu
Adds a menu item at the bottom of the menu.
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:KeyframeBase) — method, class fl.motion.MotionBase
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.
addPropertyArray(name:String, values:Array, startFrame:int, endFrame:int) — method, class fl.motion.MotionBase
Stores an array of values in corresponding keyframes for a declared property of the Motion class.
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.
addResources(lang:String, res:Object) — method, class air.update.ApplicationUpdaterUI
Dynamically adds a new resource bundle for the specified language.
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.
addTarget(target:flash.display:DisplayObject, repeatCount:int, autoPlay:Boolean, startFrame:int, useCurrentFrame:Boolean) — method, class fl.motion.AnimatorFactoryBase
Creates and returns an AnimatorBase instance whose target property is set to the DisplayObject (if applicable) that is the targetName property of the targetParent, and whose Motion property is stored in the AnimatorFactoryBase instance upon creation.
addTargetInfo(targetParent:flash.display:DisplayObject, targetName:String, repeatCount:int, autoPlay:Boolean, startFrame:int, useCurrentFrame:Boolean, initialPosition:Array) — method, class fl.motion.AnimatorFactoryBase
References the parent DisplayObjectContainer and then creates and returns an AnimatorBase instance whose target property is set to the DisplayObject (if applicable) that is the targetName property of the targetParent, and whose Motion property is stored in the AnimatorFactoryBase instance upon creation.
addXMLPath(langCode:String, path:String) — Static Method , class fl.lang.Locale
Adds the {languageCode and languagePath} pair into the internal array for later use.
AdjustColor — class, package fl.motion
The AdjustColor class defines various color properties, such as brightness, contrast, hue, and saturation, to support the ColorMatrixFilter class.
AdjustColor() — Constructor, class fl.motion.AdjustColor
The AdjustColor class defines various color properties to support the ColorMatrixFilter.
adjustColorObjects — Property, class fl.motion.KeyframeBase
Stores AdjustColor instances mapped to their corresponding index in the filters Array for this keyframe.
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.KeyframeBase
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.
air.update — package
The air.update package contains classes for updating AIR applications. This package is only available to content running in the AIR runtime.
air.update.events — package
The air.update.events package contains classes that define events used by the AIR application update framework. This package is only available to content running in the AIR runtime.
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.
alignment — Property, class flash.text.engine.TabStop
Specifies the tab alignment for this tab stop.
alignmentBaseline — Property, class flash.text.engine.ElementFormat
Specifies which of the baselines of the line containing the element the dominantBaseline snaps to, thus determining the vertical position of the element in the line.
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.
ALL — Constant Static Property, class flash.text.engine.BreakOpportunity
Treats all characters in the ContentElement object as mandatory line break opportunities.
ALL_BUT_LAST — Constant Static Property, class flash.text.engine.LineJustification
Directs the text engine to justify all but the last line.
ALL_INCLUDING_LAST — Constant Static Property, class flash.text.engine.LineJustification
Directs the text engine to justify all lines.
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
Lets SWF files in the identified domains access objects and variables in the SWF file that contains the allowDomain() call.
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
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.
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.
ALLOW_SERVER — Constant Static Property, class flash.net.drm.LoadVoucherSetting
Load the voucher from the local cache, if possible.
AllValuesAreSet() — method, class fl.motion.AdjustColor
Verifies if all four AdjustColor properties are set.
alpha — Property, class flash.display.DisplayObject
Indicates the alpha transparency value of the object specified.
alpha — Property, class flash.display.GraphicsSolidFill
Indicates the alpha transparency value of the fill.
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 — Property, class flash.text.engine.ElementFormat
Provides a way for the author to automatically set the alpha property of all line atoms based on the element format to the specified Number.
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.display.GraphicsGradientFill
An array of alpha values for the corresponding colors in the colors array.
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.
angleBetween(a:flash.geom:Vector3D, b:flash.geom:Vector3D) — Static Method , class flash.geom.Vector3D
Returns the angle in radians between two vectors.
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.
Animator3D — class, package fl.motion
The Animator3D class applies an XML description of a three-dimensional motion tween to a display object.
Animator3D(xml:XML, target:flash.display:DisplayObject) — Constructor, class fl.motion.Animator3D
Creates an Animator3D object to apply the XML-based motion tween description in three dimensions to a display object.
AnimatorBase — class, package fl.motion
The AnimatorBase class applies an XML description of a motion tween to a display object.
AnimatorBase(xml:XML, target:flash.display:DisplayObject) — Constructor, class fl.motion.AnimatorBase
Creates an AnimatorBase object to apply the XML-based motion tween description to a display object.
AnimatorFactory — class, package fl.motion
The AnimatorFactory class provides ActionScript-based support to associate one Motion object with multiple display objects.
AnimatorFactory(motion:fl.motion:MotionBase) — Constructor, class fl.motion.AnimatorFactory
Creates an AnimatorFactory instance you can use to assign the properties of a MotionBase object to display objects.
AnimatorFactory3D — class, package fl.motion
The AnimatorFactory3D class provides ActionScript-based support to associate one Motion object containing three-dimensional properties with multiple display objects.
AnimatorFactory3D(motion:fl.motion:MotionBase) — Constructor, class fl.motion.AnimatorFactory3D
Creates an AnimatorFactory3D instance you can use to assign the properties of a MotionBase object to display objects.
AnimatorFactoryBase — class, package fl.motion
The AnimatorFactoryBase class provides ActionScript-based support to display and tween multiple targeted objects with one Motion dynamically at runtime.
AnimatorFactoryBase(motion:fl.motion:MotionBase) — Constructor, class fl.motion.AnimatorFactoryBase
Creates an instance of the AnimatorFactoryBase class.
ANONYMOUS — Constant Static Property, class flash.net.drm.AuthenticationMethod
No authentication is required.
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.
ANY — Constant Static Property, class flash.text.engine.BreakOpportunity
Treats any character in the ContentElement object as a line break opportunity.
append(lhs:flash.geom:Matrix3D) — method, class flash.geom.Matrix3D
Appends the matrix by multiplying another Matrix3D object by the current Matrix3D object.
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.
APPEND — Constant Static Property, class flash.net.NetStreamPlayTransitions
Adds the stream to a playlist.
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.
appendRotation(degrees:Number, axis:flash.geom:Vector3D, pivotPoint:flash.geom:Vector3D) — method, class flash.geom.Matrix3D
Appends an incremental rotation to a Matrix3D object.
appendScale(xScale:Number, yScale:Number, zScale:Number) — method, class flash.geom.Matrix3D
Appends an incremental scale change along the x, y, and z axes to a Matrix3D object.
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.
appendTranslation(x:Number, y:Number, z:Number) — method, class flash.geom.Matrix3D
Appends an incremental translation, a repositioning along the x, y, and z axes, to a Matrix3D object.
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.
ApplicationUpdater — class, package 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 air.update.ApplicationUpdater
The constructor function.
ApplicationUpdaterUI — class, package 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 air.update.ApplicationUpdaterUI
The constructor function.
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.
applyNonLinearFontScaling — Property, class flash.text.engine.TextBlock
Specifies that you want to enhance screen appearance at the expense of what-you-see-is-what-you-get (WYSIWYG) print fidelity.
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.
ARROW — Constant Static Property, class flash.ui.MouseCursor
Used to specify that the arrow cursor should be used.
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.TextExtent
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.
ascent — Property, class flash.text.engine.TextLine
Specifies the number of pixels from the baseline to the top of the tallest characters in the line.
ASCENT — Constant Static Property, class flash.text.engine.TextBaseline
Specifies an ascent baseline.
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.
assignTabIndexes(startTabIndex:int) — method, class fl.video.FLVPlayback
Assigns a tabIndex value to each of the FLVPlayback controls by sorting them by position horizontally left to right.
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).
atomCount — Property, class flash.text.engine.TextLine
The number of atoms in the line, which is the number of indivisible elements, including spaces and graphic elements.
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, encryptionKey:flash.utils:ByteArray) — 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.
audioBufferByteLength — Property, class flash.net.NetStreamInfo
Provides the NetStream audio buffer size in bytes.
audioBufferLength — Property, class flash.net.NetStreamInfo
Provides NetStream audio buffer size in seconds.
audioByteCount — Property, class flash.net.NetStreamInfo
Specifies the total number of audio bytes that have arrived in the queue, regardless of how many have been played or flushed.
audioBytesPerSecond — Property, class flash.net.NetStreamInfo
Specifies the rate at which the NetStream audio buffer is filled in bytes per second.
audioLossRate — Property, class flash.net.NetStreamInfo
Specifies the audio loss for the NetStream session.
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.
authenticate(serverURL:String, domain:String, username:String, password:String) — method, class flash.net.drm.DRMManager
Authenticates a user.
authenticationComplete — Event, class flash.net.drm.DRMManager
The DRMManager dispatches a DRMAuthenticationCompleteEvent object when the user is authenticated by the media rights server after a call to the authenticate() method.
AUTHENTICATION_COMPLETE — Constant Static Property, class flash.events.DRMAuthenticationCompleteEvent
The string constant to use for the authentication complete event in the type parameter when adding and removing event listeners.
authenticationError — Event, class flash.net.drm.DRMManager
The DRMManager dispatches a DRMAuthenticationErrorEvent object when the user is not authenticated by the media rights server after a call to the authenticate() method.
AUTHENTICATION_ERROR — Constant Static Property, class flash.events.DRMAuthenticationErrorEvent
The string constant to use for the authentication error event in the type parameter when adding and removing event listeners.
authenticationMethod — Property, class flash.net.drm.DRMContentData
The type of authentication required to obtain a voucher for the associated content.
AuthenticationMethod — final class, package flash.net.drm
The AuthenticationMethod class provides string constants enumerating the different types of authentication used by the authenticationMethod property of the DRMContentData class.
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 DRMAuthenticateEvent 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 DRMAuthenticateEvent 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%.
AUTO — Constant Static Property, class flash.text.engine.BreakOpportunity
Bases line break opportunities on Unicode character properties.
AUTO — Constant Static Property, class flash.text.engine.Kerning
Used to indicate kerning is enabled only for characters appropriate in Asian typography.
AUTO — Constant Static Property, class flash.text.engine.TextRotation
Specifies a 90 degree counter clockwise rotation for full width and wide glyphs only, as determined by the Unicode properties of the glyph.
AUTO — Constant Static Property, class flash.ui.MouseCursor
Used to specify that the cursor should be selected automatically based on the object under the mouse.
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.AnimatorBase
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." 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 — Property, class air.update.events.StatusFileUpdateEvent
Indicates if if there is a different version available than one of the current application (true); false otherwise (same version).
available — Property, class air.update.events.StatusUpdateEvent
Indicates if an update is 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.
AXIS_ANGLE — Constant Static Property, class flash.geom.Orientation3D
The axis angle orientation uses a combination of an axis and an angle to determine the orientation.
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