Adobe Flex 2 Language Reference - collected by Jimbob | Back to MY RESOURCES



<
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.