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 in class flash.geom.Matrix
The value in the first row and first column of the Matrix object, which affects the positioning of pixels along the x axis when scaling or rotating an image.
abs(val:Number) — Static method in class Math
Computes and returns an absolute value for the number specified by the parameter val.
ABSOLUTE — Constant static property in class mx.core.ContainerLayout
Use absolute layout for the contents of this container.
AbstractTarget — Class in package mx.logging
This class provides the basic functionality required by the logging framework for a target implementation.
AbstractTarget() — Constructor in class mx.logging.AbstractTarget
Constructor.
accept() — Static method in class adobe.utils.XMLUI
Makes the current XMLUI dialog box close with an "accept" state.
acceptDragDrop(target:mx.core:IUIComponent) — Static method in class mx.managers.DragManager
Call this method from your dragEnter event handler if you accept the drag/drop data.
Accessibility — Final class in package flash.accessibility
The Accessibility class manages communication with screen readers.
accessibilityProperties — Property in class flash.display.DisplayObject
The current accessibility options for this display object.
AccessibilityProperties — Class in package flash.accessibility
The AccessibilityProperties class lets you control the presentation of Flash objects to accessibility aids, such as screen readers.
AccessibilityProperties() — Constructor in class flash.accessibility.AccessibilityProperties
Creates a new AccessibilityProperties object.
Accordion — Class in package mx.containers
An Accordion navigator container has a collection of child containers, but only one of them at a time is visible.
Accordion() — Constructor in class mx.containers.Accordion
Constructor.
AccordionAutomationImpl — Class in package mx.automation.delegates.containers
Defines the methods and properties required to perform instrumentation for the Accordion class.
AccordionAutomationImpl(obj:mx.containers:Accordion) — Constructor in class mx.automation.delegates.containers.AccordionAutomationImpl
Constructor.
AccordionHeader — Class in package mx.containers.accordionClasses
The AccordionHeader class defines the appearance of the navigation buttons of an Accordion.
AccordionHeader() — Constructor in class mx.containers.accordionClasses.AccordionHeader
Constructor.
AccordionHeaderSkin — Class in package mx.skins.halo
The skin for all the states of an AccordionHeader in an Accordion.
AccordionHeaderSkin() — Constructor in class mx.skins.halo.AccordionHeaderSkin
Constructor.
accurate — Property in class mx.charts.chartClasses.AxisLabelSet
When returned from the getLabelEstimate() method, set to true if the estimate accurately represents the final labels to be rendered.
acos(val:Number) — Static method in class Math
Computes and returns the arc cosine of the number specified in the parameter val, in radians.
action — Property in class mx.automation.events.AutomationDragEvent
The requested action.
action — Property in class mx.events.DragEvent
The requested action.
ActionEffectInstance — Class in package mx.effects.effectClasses
The ActionEffectInstance class is the superclass for all action effect instance classes.
ActionEffectInstance(target:Object) — Constructor in class mx.effects.effectClasses.ActionEffectInstance
Constructor.
ACTIONSCRIPT2 — Constant static property in class flash.display.ActionScriptVersion
ActionScript language version 2.0 and earlier.
ACTIONSCRIPT3 — Constant static property in class flash.display.ActionScriptVersion
ActionScript language version 3.0.
actionScriptVersion — Property in class flash.display.LoaderInfo
The ActionScript version of the loaded SWF file.
ActionScriptVersion — Final class in 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 in 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 — Event in class flash.display.NativeWindow
activate — Event in class flash.events.EventDispatcher
Dispatched when Flash Player gains operating system focus and becomes active.
activate — Event in class flash.events.EventDispatcher
activate — Event in class flash.system.Shell
Dispatched when this application becomes active.
activate — Event in class flash.system.Shell
activate() — Method in class mx.managers.FocusManager
The SystemManager activates and deactivates a FocusManager if more than one IFocusManagerContainer is visible at the same time.
activate() — Method in interface mx.managers.IFocusManager
The SystemManager activates and deactivates a FocusManager if more than one IFocusManagerContainer is visible at the same time.
activate(f:mx.managers:IFocusManagerContainer) — Method in interface mx.managers.ISystemManager
Activates the FocusManager in an IFocusManagerContainer.
activate(f:mx.managers:IFocusManagerContainer) — Method in class mx.managers.SystemManager
Activates the FocusManager in an IFocusManagerContainer.
ACTIVATE — Constant static property in class flash.events.Event
Defines the value of the type property of an activate event object.
activating — Property in class flash.events.ActivityEvent
Indicates whether the device is activating (true) or deactivating (false).
ActivatorSkin — Class in package mx.skins.halo
Defines the up, down, and over states for MenuBarItem objects.
ActivatorSkin() — Constructor in class mx.skins.halo.ActivatorSkin
Constructor.
active — Static property in class flash.accessibility.Accessibility
Indicates whether a screen reader is currently active and the player is communicating with it.
activity — Event in class flash.media.Camera
Dispatched when a camera begins or ends a session.
activity — Event in class flash.media.Camera
activity — Event in class flash.media.Microphone
Dispatched when a microphone begins or ends a session.
activity — Event in class flash.media.Microphone
ACTIVITY — Constant static property in class flash.events.ActivityEvent
The ActivityEvent.ACTIVITY constant defines the value of the type property of an activity event object.
ActivityEvent — Class in package flash.events
Flash® Player 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 in class flash.events.ActivityEvent
Creates an event object that contains information about activity events.
activityLevel — Property in class flash.media.Camera
A numeric value that specifies the amount of motion the camera is detecting.
activityLevel — Property in class flash.media.Microphone
The amount of sound the microphone is detecting.
actualCreationPolicy — Property in class mx.core.Container
The creation policy of this container.
actualListeners — Property in class mx.validators.Validator
Contains an Array of listener objects, if any, or the source object.
actualTrigger — Property in class mx.validators.Validator
Contains the trigger object, if any, or the source object.
add(v:flash.geom:Point) — Method in class flash.geom.Point
Adds the coordinates of another point to the coordinates of this point to create a new point.
add — Event in class mx.core.UIComponent
Dispatched when the component is added to a container as a content child by using the addChild() or addChildAt() method.
ADD — Constant static property in 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.
ADD — Constant static property in class mx.events.CollectionEventKind
Indicates that the collection added an item or items.
ADD — Constant static property in class mx.events.FlexEvent
The FlexEvent.ADD constant defines the value of the type property of the event object for an add event.
addCallback(functionName:String, closure:Function) — Static method in class flash.external.ExternalInterface
Registers an ActionScript method as callable from the container.
addChild(child:flash.display:DisplayObject) — Method in class flash.display.DisplayObjectContainer
Adds a child DisplayObject instance to this DisplayObjectContainer instance.
addChild(child:flash.display:DisplayObject) — Method in class flash.display.Stage
Adds a child DisplayObject instance to this DisplayObjectContainer instance.
addChild(child:flash.display:DisplayObject) — Method in class mx.charts.chartClasses.ChartElement
Adds a child DisplayObject after the end of this child list.
addChild(child:flash.display:DisplayObject) — Method in class mx.core.Container
Adds a child DisplayObject to this Container.
addChild(child:flash.display:DisplayObject) — Method in interface mx.core.IChildList
Adds a child DisplayObject after the end of this child list.
addChild(childEffect:mx.effects:Effect) — Method in class mx.effects.CompositeEffect
Adds a new child effect to this composite effect.
AddChild — Class in package mx.states
The AddChild class adds a child display object, such as a component, to a container as part of a view state.
AddChild(relativeTo:mx.core:UIComponent, target:flash.display:DisplayObject, position:String) — Constructor in class mx.states.AddChild
Constructor.
AddChildAction — Class in package mx.effects
The AddChildAction class defines an action effect that corresponds to the AddChild property of a view state definition.
AddChildAction(target:Object) — Constructor in class mx.effects.AddChildAction
Constructor.
AddChildActionInstance — Class in package mx.effects.effectClasses
The AddChildActionInstance class implements the instance class for the AddChildAction effect.
AddChildActionInstance(target:Object) — Constructor in class mx.effects.effectClasses.AddChildActionInstance
Constructor.
addChildAt(child:flash.display:DisplayObject, index:int) — Method in class flash.display.DisplayObjectContainer
Adds a child DisplayObject instance to this DisplayObjectContainer instance.
addChildAt(child:flash.display:DisplayObject, index:int) — Method in class flash.display.Stage
Adds a child DisplayObject instance to this DisplayObjectContainer instance.
addChildAt(child:flash.display:DisplayObject, index:int) — Method in class mx.charts.chartClasses.ChartElement
Adds a child DisplayObject instance to this DisplayObjectContainer instance.
addChildAt(parent:Object, newChild:Object, index:int, model:Object) — Method in interface mx.controls.menuClasses.IMenuDataDescriptor
Add a child node to a node at the specified index.
addChildAt(parent:Object, newChild:Object, index:int, model:Object) — Method in class mx.controls.treeClasses.DefaultDataDescriptor
Add a child node to a node at the specified index.
addChildAt(parent:Object, newChild:Object, index:int, model:Object) — Method in interface mx.controls.treeClasses.ITreeDataDescriptor
Adds a child node to a node at the specified index.
addChildAt(child:flash.display:DisplayObject, index:int) — Method in class mx.core.Container
Adds a child DisplayObject to this Container.
addChildAt(child:flash.display:DisplayObject, index:int) — Method in interface mx.core.IChildList
Adds a child DisplayObject to this child list at the index specified.
addChildSet(childSet:Array) — Method in class mx.effects.effectClasses.CompositeEffectInstance
Adds a new set of child effects to this Composite effect.
addCuePoint(cuePoint:Object) — Method in class mx.controls.videoClasses.CuePointManager
Adds a cue point.
addData(data:Object, format:String) — Method in class mx.core.DragSource
Adds data and a corresponding format String to the drag source.
addDragData(ds:Object) — Method in class mx.controls.listClasses.ListBase
Adds the selected items to the DragSource object as part of a drag-and-drop operation.
added — Event in class flash.display.DisplayObject
Dispatched when a display object is added to the display list.
added — Event in class flash.display.DisplayObject
ADDED — Constant static property in class flash.events.Event
Defines the value of the type property of an added event object.
addedEffect — Effect in class mx.core.UIComponent
Played when the component is added as a child to a Container.
addedToStage — Event in 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.
addedToStage — Event in class flash.display.DisplayObject
ADDED_TO_STAGE — Constant static property in class flash.events.Event
Defines the value of the type property of an addedToStage event object.
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — Method in 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 in 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 in 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 in class flash.system.Shell
Register an event listener.
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — Method in class mx.collections.ListCollectionView
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 in class mx.utils.ObjectProxy
Registers an event listener object so that the listener receives notification of an event.
addFirst(p:mx.automation:AutomationIDPart) — Method in class mx.automation.AutomationID
Adds a parts to the front of the id.
addFocusManager(f:mx.managers:IFocusManagerContainer) — Method in interface mx.managers.ISystemManager
Registers a top-level window containing a FocusManager.
addFocusManager(f:mx.managers:IFocusManagerContainer) — Method in class mx.managers.SystemManager
Registers a top-level window containing a FocusManager.
addHaloColors(colors:Object, themeColor:uint, fillColor0:uint, fillColor1:uint) — Static method in class mx.skins.halo.HaloColors
Calculates colors that are used by components that support the Halo theme, such as the colors of beveled edges.
addHandler(handler:Function, format:String) — Method in class mx.core.DragSource
Adds a handler that is called when data for the specified format is requested.
addHeader(operation:String, mustUnderstand:Boolean, param:Object) — Method in class flash.net.NetConnection
Adds a context header to the AMF packet structure.
addItem(item:Object) — Method in interface mx.collections.IList
Adds the specified item to the end of the list.
addItem(item:Object) — Method in class mx.collections.ListCollectionView
Adds the specified item to the end of the list.
addItemAt(item:Object, index:int) — Method in interface mx.collections.IList
Adds the item at the specified index.
addItemAt(item:Object, index:int) — Method in class mx.collections.ListCollectionView
Adds the item at the specified index.
addLast(p:mx.automation:AutomationIDPart) — Method in class mx.automation.AutomationID
Adds a parts to the end of the id.
addLayoutCompleteSynchronization() — Method in class mx.automation.delegates.core.UIComponentAutomationImpl
Sets up a automation synchronization with layout manager update complete event.
addListenerHandler() — Method in class mx.validators.Validator
Sets up all of the listeners for the valid and invalid events dispatched from the validator.
addLogger(logger:mx.logging:ILogger) — Method in class mx.logging.AbstractTarget
Sets up this target with the specified logger.
addLogger(logger:mx.logging:ILogger) — Method in interface mx.logging.ILoggingTarget
Sets up this target with the specified logger.
addNamespace(ns:Object) — Method in class XML
Adds a namespace to the set of in-scope namespaces for the XML object.
addObject(obj:mx.core:IUIComponent, scaleType:String) — Method in class mx.printing.FlexPrintJob
Adds a UIComponent object to the list of objects being printed.
addPage(sprite:flash.display:Sprite, printArea:flash.geom:Rectangle, options:flash.printing:PrintJobOptions, frameNum:int) — Method in class flash.printing.PrintJob
Sends the specified Sprite object as a single page to the print spooler.
addPopUp(window:mx.core:IFlexDisplayObject, parent:flash.display:DisplayObject, modal:Boolean, childList:String) — Static method in class mx.managers.PopUpManager
Pops up a top-level window.
addResponder(responder:mx.rpc:IResponder) — Method in class mx.collections.errors.ItemPendingError
addResponder adds a responder to an Array of responders.
addSynchronization(isComplete:Function, target:Object) — Method in interface mx.automation.IAutomationObjectHelper
Adds a synchronization object to the automation manager.
addTarget(target:mx.logging:ILoggingTarget) — Static method in class mx.logging.Log
Allows the specified target to begin receiving notification of log events.
addToCreationQueue(id:Object, preferredIndex:int, callbackFunc:Function, parent:mx.core:IFlexDisplayObject) — Method in class mx.core.Application
Add a container to the Application's creation queue.
addToFreeItemRenderers(item:mx.controls.listClasses:IListItemRenderer) — Method in class mx.controls.listClasses.ListBase
Adds a renderer to the recycled renderer list, making it invisible and cleaning up references to it.
adjustBrightness(rgb:uint, brite:Number) — Static method in class mx.utils.ColorUtil
Performs a linear brightness adjustment of an RGB color.
adjustBrightness2(rgb:uint, brite:Number) — Static method in class mx.utils.ColorUtil
Performs a scaled brightness adjustment of an RGB color.
adjustFocusRect(obj:flash.display:DisplayObject) — Method in class mx.core.UIComponent
Adjust the focus rectangle.
adjustGutters(workingGutters:flash.geom:Rectangle, adjustable:Object) — Method in class mx.charts.AxisRenderer
Adjusts its layout to accomodate the gutters passed in.
adjustGutters(workingGutters:flash.geom:Rectangle, adjustable:Object) — Method in interface mx.charts.chartClasses.IAxisRenderer
Adjusts its layout to accomodate the gutters passed in.
adjustMinMax(minValue:Number, maxValue:Number) — Method in class mx.charts.chartClasses.NumericAxis
Adjusts the generated or assigned range of the axis's labels.
adobe.utils — Package
The adobe.utils package contains functions and classes used by Flash authoring tool developers.
ADVANCED — Constant static property in class flash.text.AntiAliasType
Sets anti-aliasing to advanced anti-aliasing.
afterBounds — Property in class flash.events.NativeWindowBoundsEvent
Returns the bounds of the window after the bounds changed.
afterDisplayState — Property in class flash.events.NativeWindowDisplayStateEvent
The displayState of the NativeWindow after the change.
afterLast — Property in interface mx.collections.IViewCursor
If the cursor is located after the last item in the view, this property is true .
album — Property in class flash.media.ID3Info
The name of the album; corresponds to the ID3 2.0 tag TALB.
Alert — Class in package mx.controls
The Alert control is a pop-up dialog box that can contain a message, a title, buttons (any combination of OK, Cancel, Yes, and No) and an icon.
Alert() — Constructor in class mx.controls.Alert
Constructor.
AlertAutomationImpl — Class in package mx.automation.delegates.controls
Defines methods and properties required to perform instrumentation for the Alert control.
AlertAutomationImpl(obj:mx.controls:Alert) — Constructor in class mx.automation.delegates.controls.AlertAutomationImpl
Constructor.
AlertFormAutomationImpl — Class in package mx.automation.delegates.controls
Defines methods and properties required to perform instrumentation for the AlertForm class.
AlertFormAutomationImpl(obj) — Constructor in class mx.automation.delegates.controls.AlertFormAutomationImpl
Constructor.
align — Property in 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 in class flash.text.TextFormat
Indicates the alignment of the paragraph.
alignLabelsToUnits — Property in class mx.charts.DateTimeAxis
Determines the placement of labels along the axis.
alignSymbol — Property in class mx.formatters.CurrencyFormatter
Aligns currency symbol to the left side or the right side of the formatted number.
alignSymbol — Property in class mx.validators.CurrencyValidator
Specifies the alignment of the currencySymbol relative to the rest of the expression.
ALL — Constant static property in class mx.core.ContainerCreationPolicy
Immediately create all descendants.
ALL — Constant static property in class mx.logging.LogEventLevel
Tells a target to process all messages.
allElements — Property in class mx.charts.chartClasses.ChartBase
The set of all chart elements displayed in the chart.
allowDisjointSelection — Property in class mx.controls.DateChooser
If true, specifies that non-contiguous(disjoint) selection is allowed in the DateChooser control.
allowDomain(... rest) — Method in class flash.net.LocalConnection
Specifies one or more domains that can send LocalConnection calls to this LocalConnection instance.
allowDomain(... rest) — Static method in class flash.system.Security
Lets SWF files and HTML files in the identified domains access objects and variables in the SWF file that contains the allowDomain() call.
allowDragSelection — Property in class mx.controls.listClasses.ListBase
A flag that indicates whether drag-selection is enabled.
allowedFormatChars — Property in class mx.validators.CreditCardValidator
The set of formatting characters allowed in the cardNumber field.
allowedFormatChars — Property in class mx.validators.DateValidator
The set of formatting characters allowed for separating the month, day, and year values.
allowedFormatChars — Property in class mx.validators.PhoneNumberValidator
The set of allowable formatting characters.
allowedFormatChars — Property in class mx.validators.SocialSecurityValidator
Specifies the set of formatting characters allowed in the input.
allowedFormatChars — Property in class mx.validators.ZipCodeValidator
The set of formatting characters allowed in the ZIP code.
allowInsecureDomain(... rest) — Method in class flash.net.LocalConnection
Specifies one or more domains that can send LocalConnection calls to this LocalConnection object.
allowInsecureDomain(... rest) — Static method in 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.
allowMultipleSelection — Property in class mx.controls.DateChooser
If true, specifies that multiple selection is allowed in the DateChooser control.
allowMultipleSelection — Property in class mx.controls.listClasses.ListBase
A flag that indicates whether you can allow more than one item to be selected at the same time.
allowNegative — Property in class mx.validators.CurrencyValidator
Specifies whether negative numbers are permitted.
allowNegative — Property in class mx.validators.NumberValidator
Specifies whether negative numbers are permitted.
allowThumbOverlap — Property in class mx.controls.sliderClasses.Slider
If set to false, then each thumb can only be moved to the edge of the adjacent thumb.
allowTrackClick — Property in class mx.controls.sliderClasses.Slider
Specifies whether clicking on the track will move the slider thumb.
alpha — Property in class flash.display.DisplayObject
Indicates the alpha transparency value of the object specified.
alpha — Property in class flash.filters.ConvolutionFilter
The alpha transparency value of the substitute color.
alpha — Property in class flash.filters.DisplacementMapFilter
Specifies the alpha transparency value to use for out-of-bounds displacements.
alpha — Property in class flash.filters.DropShadowFilter
The alpha transparency value for the shadow color.
alpha — Property in class flash.filters.GlowFilter
The alpha transparency value for the color.
alpha — Property in interface mx.core.IFlexDisplayObject
The transparency of this object.
alpha — Property in class mx.graphics.GradientEntry
The transparency of a gradient fill.
alpha — Property in class mx.graphics.RectangularDropShadow
The alpha transparency value for the shadow color.
alpha — Property in class mx.graphics.SolidColor
The transparency of a color.
alpha — Property in class mx.graphics.Stroke
The transparency of a line.
ALPHA — Constant static property in class flash.display.BitmapDataChannel
The alpha channel.
ALPHA — Constant static property in class flash.display.BlendMode
Applies the alpha value of each pixel of the display object to the background.
alphaFrom — Property in class mx.effects.Dissolve
Initial transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque.
alphaFrom — Property in class mx.effects.Fade
Initial transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque.
alphaFrom — Property in class mx.effects.Glow
Starting transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque.
alphaFrom — Property in class mx.effects.effectClasses.DissolveInstance
Initial transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque.
alphaFrom — Property in class mx.effects.effectClasses.FadeInstance
Initial transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque.
alphaFrom — Property in class mx.effects.effectClasses.GlowInstance
Starting transparency level.
alphaMultiplier — Property in class flash.geom.ColorTransform
A decimal value that is multiplied with the alpha transparency channel value.
ALPHANUMERIC_FULL — Constant static property in class flash.system.IMEConversionMode
The string "ALPHANUMERIC_FULL", for use with the IME.conversionMode property.
ALPHANUMERIC_HALF — Constant static property in class flash.system.IMEConversionMode
The string "ALPHANUMERIC_HALF", for use with the IME.conversionMode property.
alphaOffset — Property in 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 in class flash.filters.GradientBevelFilter
An array of alpha transparency values for the corresponding colors in the colors array.
alphas — Property in class flash.filters.GradientGlowFilter
An array of alpha transparency values for the corresponding colors in the colors array.
alphaTo — Property in class mx.effects.Dissolve
Final transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque.
alphaTo — Property in class mx.effects.Fade
Final transparency level, where 0.0 means transparent and 1.0 means fully opaque.
alphaTo — Property in class mx.effects.Glow
Ending transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque.
alphaTo — Property in class mx.effects.effectClasses.DissolveInstance
Final transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque.
alphaTo — Property in class mx.effects.effectClasses.FadeInstance
Final transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque.
alphaTo — Property in class mx.effects.effectClasses.GlowInstance
Ending transparency level.
ALTERNATE — Constant static property in class flash.display.NativeWindowSystemChrome
Specifies that the window should display the alternate chrome style (on systems that support alternate chrome).
alternatingItemColors — Style in class mx.controls.ComboBox
The set of BackgroundColors for drop-down list rows in an alternating pattern.
alternatingItemColors — Style in class mx.controls.Menu
The colors used for menu or submenu menu items in an alternating pattern.
alternatingItemColors — Style in class mx.controls.Tree
Colors for rows in an alternating pattern.
alternatingItemColors — Style in class mx.controls.listClasses.ListBase
The colors to use for the backgrounds of the items in the list.
altKey — Property in class flash.events.KeyboardEvent
Reserved for future use.
altKey — Property in class flash.events.MouseEvent
Reserved for future use.
altKey — Property in class flash.ui.KeyEquivalent
Indication that the key equivalent requires the alternate key modifier.
altKey — Property in class mx.automation.events.ListItemSelectEvent
Indicates whether the Alt key was pressed at the time of the event, true, or not, false.
ALWAYS — Constant static property in 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.
alwaysShowSelection — Property in 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.
AMERICAN_EXPRESS — Constant static property in class mx.validators.CreditCardValidatorCardType
Specifies the card type as American Express.
AMF0 — Constant static property in 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 in class flash.net.ObjectEncoding
Specifies that objects are serialized using the Action Message Format for ActionScript 3.0.
anchorBookmark — Property in class mx.controls.listClasses.ListBase
A bookmark to the item that is the anchor.
anchorIndex — Property in class mx.controls.listClasses.ListBase
The offset of the item in the data provider that is the selection anchor point.
angle — Property in class flash.filters.BevelFilter
The angle of the bevel.
angle — Property in class flash.filters.DropShadowFilter
The angle of the shadow.
angle — Property in class flash.filters.GradientBevelFilter
The angle, in degrees.
angle — Property in class flash.filters.GradientGlowFilter
The angle, in degrees.
angle — Property in class mx.charts.series.items.PieSeriesItem
The angle, in radians, that this wedge subtends.
angle — Property in class mx.graphics.LinearGradient
Controls the transition direction.
angle — Property in class mx.graphics.LinearGradientStroke
By default, the LinearGradientStroke defines a transition from left to right across the control.
angle — Property in class mx.graphics.RadialGradient
Sets the location of the start of the radial fill.
angle — Property in class mx.graphics.RectangularDropShadow
The angle of the shadow.
angleFrom — Property in class mx.effects.Rotate
The starting angle of rotation of the target object, expressed in degrees.
angleFrom — Property in class mx.effects.effectClasses.RotateInstance
The starting angle of rotation of the target object, expressed in degrees.
angleTo — Property in class mx.effects.Rotate
The ending angle of rotation of the target object, expressed in degrees.
angleTo — Property in class mx.effects.effectClasses.RotateInstance
The ending angle of rotation of the target object, expressed in degrees.
angularAxis — Property in class mx.charts.chartClasses.PolarChart
The axis object used to map data values to an angle between 0 and 2 PI.
ANGULAR_AXIS — Constant static property in class mx.charts.chartClasses.PolarTransform
A string representing the angular axis.
animate — Property in class mx.events.TreeEvent
Whether to animate an opening or closing operation; used for ITEM_OPENING type events only.
AnimateProperty — Class in package mx.effects
The AnimateProperty effect animates a property or style of a component.
AnimateProperty(target:Object) — Constructor in class mx.effects.AnimateProperty
Constructor.
AnimatePropertyInstance — Class in package mx.effects.effectClasses
The AnimatePropertyInstance class implements the instance class for the AnimateProperty effect.
AnimatePropertyInstance(target:Object) — Constructor in class mx.effects.effectClasses.AnimatePropertyInstance
Constructor.
annotationElements — Property in class mx.charts.chartClasses.ChartBase
Sets an Array of ChartElements that appears on top of any data series rendered by the chart.
antiAliasType — Property in class flash.text.TextField
The type of anti-aliasing used for this text field.
antiAliasType — Property in class mx.core.UITextFormat
Defines the anti-aliasing setting for the UITextField class.
AntiAliasType — Final class in package flash.text
The AntiAliasType class provides values for anti-aliasing in the flash.text.TextField class.
ANY — Constant static property in class mx.validators.CurrencyValidatorAlignSymbol
Specifies "any" as the alignment of the currency symbol for the CurrencyValidator class.
ANY_INDEX_MODE — Constant static property in class mx.collections.Sort
When executing a find return the index any matching item.
apolloApplication — Property in class flash.system.SecurityDomain
Indicates whether the SecurityDomain instance corresponds to an Apollo application, which means that the SecurityManager rules apply instead of normal remote/local non-app content rules.
ApolloApplication — Class in package mx.core
The ApolloApplication defines the application container that you use to create Flex applications for Apollo.
ApolloApplication() — Constructor in class mx.core.ApolloApplication
Constructor.
ApolloEvent — Class in package mx.events
The ApolloEvent class represents the event object passed to the event listener for several Apollo-specific events.
ApolloEvent(type:String, bubbles:Boolean, cancelable:Boolean) — Constructor in class mx.events.ApolloEvent
Constructor.
apolloRuntime — Property in class flash.system.SecurityDomain
Indicates whether the SecurityDomain instance corresponds to Apollo's own runtime logic (separate from content logic)
appearsInWindowMenu — Property in class flash.display.NativeWindowInitOptions
APPEND — Constant static property in class flash.filesystem.FileMode
The file is opened in write mode, with all written data appended to the end of the file.
appendChild(child:Object) — Method in class XML
Appends the given child to the end of the XML object's properties.
appendChild(node:flash.xml:XMLNode) — Method in class flash.xml.XMLNode
Appends the specified node to the XML object's child list.
appendText(newText:String) — Method in class flash.text.TextField
Appends the string specified by the newText parameter to the end of the text of the text field.
application — Static property in class mx.core.Application
A reference to the top-level application.
application — Property in class mx.managers.SystemManager
The application parented by this SystemManager.
Application — Class in package mx.core
Flex defines a default, or Application, container that lets you start adding content to your application without explicitly defining another container.
Application() — Constructor in class mx.core.Application
Constructor.
APPLICATION — Constant static property in class flash.system.Security
The SWF file is running in an Apollo application, and it was installed with the package (AIR file) for that application.
APPLICATION — Constant static property in class mx.managers.PopUpManagerChildList
Indicates that the popup is placed in the same child list as the application.
applicationActivate — Event in class mx.core.ApolloApplication
Documentation is not currently available.
APPLICATION_ACTIVATE — Constant static property in class mx.events.ApolloEvent
Documentation is not currently available.
ApplicationAutomationImpl — Class in package mx.automation.delegates.containers
Defines the methods and properties required to perform instrumentation for the Application class.
ApplicationAutomationImpl(obj:mx.core:Application) — Constructor in class mx.automation.delegates.containers.ApplicationAutomationImpl
Constructor.
applicationComplete — Event in class mx.core.Application
Dispatched after the Application has been initialized, processed by the LayoutManager, and attached to the display list.
applicationComplete — Event in class mx.managers.SystemManager
Dispatched when the application has finished initializing
APPLICATION_COMPLETE — Constant static property in class mx.events.FlexEvent
The FlexEvent.APPLICATION_COMPLETE constant defines the value of the type property of the event object for a applicationComplete event.
ApplicationControlBar — Class in package mx.containers
The ApplicationControlBar container holds components that provide global navigation and application commands.
ApplicationControlBar() — Constructor in class mx.containers.ApplicationControlBar
Constructor.
applicationDeactivate — Event in class mx.core.ApolloApplication
Documentation is not currently available.
APPLICATION_DEACTIVATE — Constant static property in class mx.events.ApolloEvent
Documentation is not currently available.
applicationDomain — Property in 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 in class flash.system.LoaderContext
Specifies the application domain to use for the Loader.load() or Loader.loadBytes() method.
applicationDomain — Property in class mx.modules.ModuleLoader
The application domain to load your module into.
ApplicationDomain — Final class in package flash.system
The ApplicationDomain class is a container for discrete groups of class definitions.
ApplicationDomain(parentDomain:flash.system:ApplicationDomain) — Constructor in class flash.system.ApplicationDomain
Creates a new application domain.
apply(thisObject:Object, argArray:Array) — Method in class Function
Specifies the value of thisObject to be used within any function that ActionScript calls.
apply(g:flash.display:Graphics) — Method in interface mx.graphics.IStroke
Applies the properties to the specified Graphics object.
apply(g:flash.display:Graphics) — Method in class mx.graphics.LinearGradientStroke
Applies the properties to the specified Graphics object.
apply(g:flash.display:Graphics) — Method in class mx.graphics.Stroke
Applies the properties to the specified Graphics object.
apply(parent:mx.core:UIComponent) — Method in class mx.states.AddChild
Applies the override.
apply(parent:mx.core:UIComponent) — Method in interface mx.states.IOverride
Applies the override.
apply(parent:mx.core:UIComponent) — Method in class mx.states.RemoveChild
Applies the override.
apply(parent:mx.core:UIComponent) — Method in class mx.states.SetEventHandler
Applies the override.
apply(parent:mx.core:UIComponent) — Method in class mx.states.SetProperty
Applies the override.
apply(parent:mx.core:UIComponent) — Method in class mx.states.SetStyle
Applies the override.
applyFilter(sourceBitmapData:flash.display:BitmapData, sourceRect:flash.geom:Rectangle, destPoint:flash.geom:Point, filter:flash.filters:BitmapFilter) — Method in class flash.display.BitmapData
Takes a source image and a filter object and generates the filtered image.
applyItemRendererProperties(instance:flash.display:DisplayObject, cache:mx.charts.chartClasses:InstanceCache) — Method in class mx.charts.series.AreaSeries
Customizes the item renderer instances used to represent the chart.
applyItemRendererProperties(instance:flash.display:DisplayObject, cache:mx.charts.chartClasses:InstanceCache) — Method in class mx.charts.series.BarSeries
Customizes the item renderer instances that are used to represent the chart.
applyItemRendererProperties(instance:flash.display:DisplayObject, cache:mx.charts.chartClasses:InstanceCache) — Method in class mx.charts.series.BubbleSeries
Applies style properties to the specified DisplayObject.
applyItemRendererProperties(instance:flash.display:DisplayObject, cache:mx.charts.chartClasses:InstanceCache) — Method in class mx.charts.series.ColumnSeries
Customizes the item renderer instances that are used to represent the chart.
applyItemRendererProperties(instance:flash.display:DisplayObject, cache:mx.charts.chartClasses:InstanceCache) — Method in class mx.charts.series.LineSeries
Customizes the item renderer instances that are used to represent the chart.
applyItemRendererProperties(instance:flash.display:DisplayObject, cache:mx.charts.chartClasses:InstanceCache) — Method in class mx.charts.series.PlotSeries
Customizes the item renderer instances that are used to represent the chart.
applySelectionEffect(indicator:flash.display:Sprite, uid:String, itemRenderer:mx.controls.listClasses:IListItemRenderer) — Method in class mx.controls.listClasses.ListBase
Sets up the effect for applying the selection indicator.
applySeriesSet(seriesSet:Array, transform:mx.charts.chartClasses:DataTransform) — Method in class mx.charts.chartClasses.ChartBase
Preprocesses the series and transform for display.
applyValueToTarget(target:Object, property:String, value, props:Object) — Method in class mx.effects.Effect
Used internally by the Effect infrastructure.
appResourceDirectory — Static property in class flash.filesystem.File
The application's resource directory.
approximate — Property in class mx.controls.listClasses.ListBaseSelectionData
If true, then the index property is an approximate value and not the exact value.
appStorageDirectory — Static property in class flash.filesystem.File
The application's private storage directory.
AreaChart — Class in package mx.charts
The AreaChart control represents data as an area bounded by a line connecting the values in the data.
AreaChart() — Constructor in class mx.charts.AreaChart
Constructor.
areaCode — Property in class mx.formatters.PhoneFormatter
Area code number added to a seven-digit United States format phone number to form a 10-digit phone number.
areaCodeFormat — Property in class mx.formatters.PhoneFormatter
Default format for the area code when the areacode property is rendered by a seven-digit format.
areaFill — Style in class mx.charts.series.AreaSeries
Sets the fill for the area.
areaRenderer — Style in class mx.charts.series.AreaSeries
The class that the series uses to represent the filled area on the chart.
AreaRenderer — Class in package mx.charts.renderers
The default class used to render the area beneath the dataPoints of an AreaSeries object.
AreaRenderer() — Constructor in class mx.charts.renderers.AreaRenderer
Constructor.
AreaSeries — Class in package mx.charts.series
Defines a data series for an AreaChart control.
AreaSeries() — Constructor in class mx.charts.series.AreaSeries
Constructor.
AreaSeriesAutomationImpl — Class in package mx.automation.delegates.charts
Defines the methods and properties required to perform instrumentation for the AreaSeries class.
AreaSeriesAutomationImpl(obj:mx.charts.series:AreaSeries) — Constructor in class mx.automation.delegates.charts.AreaSeriesAutomationImpl
Constructor.
AreaSeriesItem — Class in package mx.charts.series.items
Represents the information required to render an item as part of an AreaSeries.
AreaSeriesItem(element:mx.charts.series:AreaSeries, item:Object, index:uint) — Constructor in class mx.charts.series.items.AreaSeriesItem
Constructor.
AreaSeriesRenderData — Class in package mx.charts.series.renderData
Represents all the information needed by the AreaSeries to render.
AreaSeriesRenderData(element:mx.charts.series:AreaSeries, cache:Array, filteredCache:Array, renderedBase:Number, radius:Number) — Constructor in class mx.charts.series.renderData.AreaSeriesRenderData
Constructor.
AreaSet — Class in package mx.charts.series
A grouping set that can be used to stack AreaSeries objects in any chart.
AreaSet() — Constructor in class mx.charts.series.AreaSet
Constructor.
areaStroke — Style in class mx.charts.series.AreaSeries
Sets the line style for the area.
areInaccessibleObjectsUnderPoint(point:flash.geom:Point) — Method in 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 in class flash.media.SoundMixer
Determines whether any sounds are not accessible due to security restrictions.
args — Property in class mx.automation.events.AutomationRecordEvent
A serialized representation of the event as an Array of it's property values.
ArgumentError — Dynamic class in 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 in class ArgumentError
Creates an ArgumentError object.
arguments — Class in Top Level
An arguments object is used to store and access a function's arguments.
arguments — Property in class flash.events.InvokeEvent
The array of string arguments passed during this invocation.
Array — Dynamic class in Top Level
The Array class lets you access and manipulate arrays.
Array(... rest) — Package function in Top Level
Creates a new array.
Array(numElements:int) — Constructor in class Array
Lets you create an array of the specified number of elements.
Array(... rest) — Constructor in class Array
Lets you create an array that contains the specified elements.
ArrayCollection — Class in package mx.collections
The ArrayCollection class is a wrapper class that exposes an Array as a collection that can be accessed and manipulated using the methods and properties of the ICollectionView or IList interfaces.
ArrayCollection(source:Array) — Constructor in class mx.collections.ArrayCollection
Constructor.
ArrayUtil — Class in package mx.utils
The ArrayUtil utility class is an all-static class with methods for working with arrays within Flex.
arrowButtonWidth — Style in class mx.controls.ComboBox
Width of the arrow button in pixels.
arrowButtonWidth — Style in class mx.controls.PopUpButton
Number of pixels between the divider line and the right edge of the component.
artist — Property in 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 in 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 in class Math
Computes and returns the arc sine for the number specified in the parameter val, in radians.
aspectRatio — Property in class mx.charts.chartClasses.LegendData
Determines the size and placement of the legend marker.
assignedMaximum — Property in class mx.charts.chartClasses.NumericAxis
The explicitly assigned maximum value.
assignedMinimum — Property in class mx.charts.chartClasses.NumericAxis
The explicitly assigned minimum value.
asType — Property in interface mx.automation.IAutomationPropertyDescriptor
ActionScript type of this property, as a String.
asyncError — Event in class flash.net.LocalConnection
Dispatched when an exception is thrown asynchronously — that is, from native asynchronous code.
asyncError — Event in class flash.net.LocalConnection
asyncError — Event in class flash.net.NetConnection
Dispatched when an exception is thrown asynchronously — that is, from native asynchronous code.
asyncError — Event in class flash.net.NetConnection
asyncError — Event in class flash.net.NetStream
Dispatched when an exception is thrown asynchronously — that is, from native asynchronous code.
asyncError — Event in class flash.net.NetStream
asyncError — Event in class flash.net.SharedObject
Dispatched when an exception is thrown asynchronously — that is, from native asynchronous code.
asyncError — Event in class flash.net.SharedObject
ASYNC_ERROR — Constant static property in class flash.events.AsyncErrorEvent
The AsyncErrorEvent.ASYNC_ERROR constant defines the value of the type property of an asyncError event object.
AsyncErrorEvent — Class in package flash.events
Flash® Player 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 in class flash.events.AsyncErrorEvent
Creates an AsyncErrorEvent object that contains information about asyncError events.
atan(val:Number) — Static method in 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 in 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).
AT_BOTTOM — Constant static property in class mx.events.ScrollEventDetail
Indicates that the scroll bar is at the bottom of its scrolling range.
AT_LEFT — Constant static property in class mx.events.ScrollEventDetail
Indicates that the scroll bar is at the left of its scrolling range.
AT_RIGHT — Constant static property in class mx.events.ScrollEventDetail
Indicates that the scroll bar is at the right of its scrolling range.
attachAudio(microphone:flash.media:Microphone) — Method in 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 in class flash.media.Video
Specifies a video stream from a camera to be displayed within the boundaries of the Video object in the application window.
attachCamera(theCamera:flash.media:Camera, snapshotMilliseconds:int) — Method in class flash.net.NetStream
Starts capturing video from the specified source, or stops capturing if theCamera is set to null.
attachCamera(camera:flash.media:Camera) — Method in class mx.controls.VideoDisplay
Specifies whether to play a video stream from a camera.
attachNetStream(netStream:flash.net:NetStream) — Method in class flash.media.Video
Specifies a video stream to be displayed within the boundaries of the Video object in the application window.
attachOverlay() — Method in class mx.core.Container
Used internally by the Dissolve Effect to add the overlay to the chrome of a container.
attachOverlay() — Method in class mx.core.UIComponent
This is an internal method used by the Flex framework to support the Dissolve effect.
AT_TARGET — Constant static property in class flash.events.EventPhase
The target phase, which is the second phase of the event flow.
AT_TOP — Constant static property in class mx.events.ScrollEventDetail
Indicates that the scroll bar is at the top of its scrolling range.
attribute(attributeName) — Method in class XML
Returns the XML value of the attribute that has the name matching the attributeName parameter.
attribute(attributeName) — Method in class XMLList
Calls the attribute() method of each XML object and returns an XMLList object of the results.
attribute(attributeName:Object) — Method in class mx.collections.XMLListCollection
Calls the attribute() method of each XML object in the XMLList and returns an XMLList of the results, which match the given attributeName.
attributes() — Method in class XML
Returns a list of attribute values for the given XML object.
attributes() — Method in class XMLList
Calls the attributes() method of each XML object and returns an XMLList object of attributes for each XML object.
attributes — Property in class flash.xml.XMLNode
An object containing all of the attributes of the specified XMLNode instance.
attributes() — Method in class mx.collections.XMLListCollection
Calls the attributes() method of each XML object in the XMLList object and returns an XMList of attributes for each XML object.
AUTO — Constant static property in 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 in class mx.core.ContainerCreationPolicy
Delay creating some or all descendants until they are needed.
AUTO — Constant static property in class mx.core.ScrollPolicy
Show the scrollbar if the children exceed the owner's dimension.
AUTO — Constant static property in class mx.core.UIComponentCachePolicy
Specifies that the Flex framework should use heuristics to decide whether to cache the object as a bitmap.
autoAdjust — Property in class mx.charts.chartClasses.NumericAxis
Specifies whether Flex rounds values.
autoBandWidthDetection — Property in class mx.controls.VideoDisplay
Specifies whether the VideoDisplay control should use the built-in automatic bandwidth detection feature.
autoExit — Property in class flash.system.Shell
Specifies whether the application should automatically terminate when all windows have been closed.
autoLayout — Property in class mx.core.Container
If true, measurement and layout are done when the position or size of a child is changed.
autoLoad — Property in class mx.controls.SWFLoader
A flag that indictes whether content starts loading automatically or waits for a clal to the load() method.
autoLoad — Property in class mx.effects.SoundEffect
If true, load the MP3 file when the source has been specified.
Automation — Class in package mx.automation
The Automation class defines the entry point for the Flex Automation framework.
automationDelegate — Property in interface mx.automation.IAutomationObject
The delegate object that is handling the automation-related functionality.
automationDelegate — Property in class mx.core.UIComponent
The delegate object that handles the automation-related functionality.
automationDelegate — Property in class mx.core.UITextField
The delegate object which is handling the automation related functionality.
AutomationDragEvent — Class in package mx.automation.events
The AutomationDragEvent class represents event objects that are dispatched as part of a drag-and-drop operation.
AutomationDragEvent(type:String, bubbles:Boolean, cancelable:Boolean, action:String, ctrlKey:Boolean, altKey:Boolean, shiftKey:Boolean) — Constructor in class mx.automation.events.AutomationDragEvent
Constructor.
automationEnvironment — Property in interface mx.automation.IAutomationManager
The automation environment for this automation manager.
AutomationError — Class in package mx.automation
The AutomationError class defines the error constants used by the Flex Automation mechanism.
AutomationError(msg:String, code:Number) — Constructor in class mx.automation.AutomationError
Constructor.
AutomationID — Class in package mx.automation
The Flex automation framework uses the AutomationID class to build object identification that QTP can use.
AutomationID() — Constructor in class mx.automation.AutomationID
Constructor.
AutomationIDPart — Dynamic class in package mx.automation
The AutomationIDPart class represents a component instance to agents.
automationManager — Static property in class mx.automation.Automation
The IAutomationManager instance.
automationName — Property in interface mx.automation.IAutomationObject
Name that can be used as an identifier for this object.
automationName — Property in class mx.automation.delegates.core.UIComponentAutomationImpl
Name that can be used as an identifier for this object.
automationName — Property in class mx.core.UIComponent
Name that can be used as an identifier for this object.
automationName — Property in class mx.core.UITextField
Name that can be used as an identifier for this object.
automationObject — Property in class mx.automation.events.AutomationRecordEvent
The delegate of the UIComponent object that is recording this event.
automationObject — Property in class mx.automation.events.AutomationReplayEvent
Delegate of the UIComponent object on which this event will be replayed since the target on an event that was not really dispatched is not available.
automationObjectHelper — Static property in class mx.automation.Automation
The available IAutomationObjectHelper instance.
AutomationRecordEvent — Class in package mx.automation.events
The AutomationRecordEvent class represents event objects that are dispatched by the AutomationManager.
AutomationRecordEvent(type:String, bubbles:Boolean, cancelable:Boolean, automationObject:mx.automation:IAutomationObject, replayableEvent:flash.events:Event, args:Array, name:String, cacheable:Boolean) — Constructor in class mx.automation.events.AutomationRecordEvent
Constructor.
AutomationReplayEvent — Class in package mx.automation.events
The AutomationReplayEvent class represents event objects that are dispatched by the AutomationManager, and used by the functional testing classes and any other classes that must replay user interactions.
AutomationReplayEvent(type:String, bubbles:Boolean, cancelable:Boolean, automationObject:mx.automation:IAutomationObject, replayableEvent:flash.events:Event) — Constructor in class mx.automation.events.AutomationReplayEvent
Constructor.
automationTabularData — Property in interface mx.automation.IAutomationObject
An implementation of the IAutomationTabularData interface, which can be used to retrieve the data.
automationTabularData — Property in class mx.automation.delegates.controls.DataGridAutomationImpl
A matrix of the automationValues of each item in the grid.
automationTabularData — Property in class mx.automation.delegates.controls.ListAutomationImpl
A matrix of the automationValues of each item in the grid.
automationTabularData — Property in class mx.automation.delegates.controls.ListBaseAutomationImpl
A matrix of the automationValues of each item in the grid.
automationTabularData — Property in class mx.automation.delegates.controls.TileBaseAutomationImpl
A matrix of the automationValues of each item in the grid.
automationTabularData — Property in class mx.automation.delegates.controls.TreeAutomationImpl
A matrix of the automationValues of each item in the grid.
automationTabularData — Property in class mx.automation.delegates.core.RepeaterAutomationImpl
An array of all components within this repeater found in the automation hierarchy.
automationTabularData — Property in class mx.core.UIComponent
An implementation of the IAutomationTabularData interface, which can be used to retrieve the data.
automationValue — Property in interface mx.automation.IAutomationObject
This value generally corresponds to the rendered appearance of the object and should be usable for correlating the identifier with the object as it appears visually within the application.
automationValue — Property in class mx.automation.delegates.core.UIComponentAutomationImpl
This value generally corresponds to the rendered appearance of the object and should be usable for correlating the identifier with the object as it appears visually within the application.
automationValue — Property in class mx.automation.delegates.core.UITextFieldAutomationImpl
This value generally corresponds to the rendered appearance of the object and should be usable for correlating the identifier with the object as it appears visually within the application.
automationValue — Property in class mx.core.UIComponent
This value generally corresponds to the rendered appearance of the object and should be usable for correlating the identifier with the object as it appears visually within the application.
automationValue — Property in class mx.core.UITextField
This value generally corresponds to the rendered appearance of the object and should be usable for correlating the identifier with the object as it appears visually within the application.
autoPlay — Property in class mx.controls.VideoDisplay
Specifies whether the video should start playing immediately when the source property is set.
autoRepeat — Property in class mx.controls.Button
Specifies whether to dispatch repeated buttonDown events if the user holds down the mouse button.
autoRewind — Property in class mx.controls.VideoDisplay
Specifies whether the FLV file should be rewound to the first frame when play stops, either by calling the stop() method or by reaching the end of the stream.
autoSize — Property in class flash.text.TextField
Controls automatic sizing and alignment of text fields.
available — Static property in class flash.external.ExternalInterface
Indicates whether this player is in a container that offers an external interface.
avHardwareDisable — Static property in class flash.system.Capabilities
Specifies whether access to the user's camera and microphone has been administratively prohibited (true) or allowed (false).
AVM1Movie — Class in package flash.display
AVM1Movie is a simple class that represents AVM1 movie clips, which use ActionScript 1.0 or 2.0.
axes — Property in class mx.charts.chartClasses.DataTransform
The set of axes associated with this transform.
axis — Property in class mx.charts.AxisRenderer
The axis object associated with this renderer.
axis — Property in interface mx.charts.chartClasses.IAxisRenderer
The axis object associated with this renderer.
AxisBase — Class in package mx.charts.chartClasses
The AxisBase class serves as a base class for the various axis types supported in Flex.
AxisBase() — Constructor in class mx.charts.chartClasses.AxisBase
Constructor.
AxisLabel — Class in package mx.charts
An AxisLabel object represents a single label on the chart axis.
AxisLabel(position:Number, value:Object, text:String) — Constructor in class mx.charts.AxisLabel
Constructor.
AxisLabelSet — Class in package mx.charts.chartClasses
An AxisLAbelSet represents the label and tick data generated by an implementation of IAxis.
AxisLabelSet() — Constructor in class mx.charts.chartClasses.AxisLabelSet
Constructor.
AxisRenderer — Class in package mx.charts
You use the AxisRenderer class to describe the horizontal and vertical axes of a chart.
AxisRenderer() — Constructor in class mx.charts.AxisRenderer
Constructor.
AxisRendererAutomationImpl — Class in package mx.automation.delegates.charts
Defines the methods and properties required to perform instrumentation for the AxisRenderer class.
AxisRendererAutomationImpl(obj:mx.charts:AxisRenderer) — Constructor in class mx.automation.delegates.charts.AxisRendererAutomationImpl
Constructor.
axisStroke — Style in class mx.charts.AxisRenderer
Specifies the characteristics of the line for the axis.
axisTitleStyleName — Style in class mx.charts.AxisRenderer
The name of the CSS class selector to use when formatting the axis title.
axisTitleStyleName — Style in class mx.charts.chartClasses.CartesianChart
The name of the CSS class selector to use when formatting titles on the axes.
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