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.
AbstractEvent — Class in package mx.rpc.events
The base class for events that RPC services dispatch.
AbstractInvoker — Class in package mx.rpc
An invoker is an object that actually executes an remote procedure call (RPC).
AbstractMessage — Class in package mx.messaging.messages
Abstract base class for all messages.
AbstractMessage() — Constructor in class mx.messaging.messages.AbstractMessage
Constructs an instance of an AbstractMessage with an empty body and header.
AbstractOperation — Class in package mx.rpc
The AbstractOperation class represents an is an individual method on a service.
AbstractOperation(service:mx.rpc:AbstractService, name:String) — Constructor in class mx.rpc.AbstractOperation
Creates a new Operation.
AbstractService — Dynamic class in package mx.rpc
the AbstractService class is the base class for the WebService and RemoteObject classes.
AbstractService(destination:String) — Constructor in class mx.rpc.AbstractService
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.
acceptAllClient() — Method in class mx.data.Conflicts
This is a convience method that iterates all of the conflicts within this list and invokes the Conflict.acceptClient() method.
acceptAllServer() — Method in class mx.data.Conflicts
This is a convience method that iterates all of the conflicts within this list and invokes the Conflict.acceptClient() method.
acceptClient() — Method in class mx.data.Conflict
Requeues the current local changes and updates the property values such that a subsequent call to DataService.commit() should succeed, causing these changes to override the previous ones.
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.
acceptServer() — Method in class mx.data.Conflict
Removes the conflicting local change and applies the property values found on Conflict.serverObject to the local item.
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.
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 getLabelEsimate() function, set to true if the estimate accurately represents the final labels to be rendered.
acknowledge — Event in class mx.messaging.MessageAgent
Dispatched when an acknowledge message is received for a sent message.
acknowledge(ackMsg:mx.messaging.messages:AcknowledgeMessage, msg:mx.messaging.messages:IMessage) — Method in class mx.messaging.MessageAgent
Invoked by a MessageResponder upon receiving a result for a sent message.
ACKNOWLEDGE — Constant static property in class mx.messaging.events.MessageAckEvent
The ACKNOWLEDGE event type; dispatched upon receipt of an acknowledgement.
acknowledgeMessage — Property in class mx.messaging.events.MessageAckEvent
Utility property to get the message property from the MessageEvent as an AcknowledgeMessage.
AcknowledgeMessage — Class in package mx.messaging.messages
An AcknowledgeMessage acknowledges the receipt of a message that was sent previously.
AcknowledgeMessage() — Constructor in class mx.messaging.messages.AcknowledgeMessage
Constructs an instance of an AcknowledgeMessage with an empty body and header.
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.events.DragEvent
The requested action.
ACTION — Constant property in class mx.messaging.management.MBeanOperationInfo
The operation is write-like, updating the control in some way.
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.
ACTION_INFO — Constant property in class mx.messaging.management.MBeanOperationInfo
The operation is both read-like and write-like, updating the control and returning information.
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.
activate — Event in class flash.display.DisplayObject
Dispatched when Flash Player gains operating system focus and becomes active.
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.Microphone
Dispatched when a microphone begins or ends a session.
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.
addChannel(channel:mx.messaging:Channel) — Method in class mx.messaging.ChannelSet
Adds a Channel to the ChannelSet.
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 — 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.
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 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.
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.
addHeader(header:mx.rpc.soap:SOAPHeader) — Method in class mx.rpc.soap.Operation
Adds a header that is applied only to this Operation.
addHeader(header:mx.rpc.soap:SOAPHeader) — Method in class mx.rpc.soap.WebService
Adds a header that will be applied to all operations of this web service.
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.
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.
addResponder(responder:mx.rpc:IResponder) — Method in class mx.rpc.AsyncToken
addResponder adds a responder to an Array of responders.
addSimpleHeader(qnameLocal:String, qnameNamespace:String, headerName:String, headerValue:String) — Method in class mx.rpc.soap.Operation
Adds a header that is applied only to this Operation.
addSimpleHeader(qnameLocal:String, qnameNamespace:String, headerName:String, headerValue:String) — Method in class mx.rpc.soap.WebService
Add a header that will be applied to all operations of this WebService.
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.
ADVANCED — Constant static property in class flash.text.AntiAliasType
Sets anti-aliasing to advanced anti-aliasing.
afterLast — Property in interface mx.collections.IViewCursor
If the cursor is located after the last item in the view, this property is true .
agent — Property in class mx.messaging.MessageResponder
Provides access to the MessageAgent that sent the message.
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.
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.
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.
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.
AMFChannel — Class in package mx.messaging.channels
The AMFChannel class provides the AMF support for messaging.
AMFChannel(id:String, uri:String) — Constructor in class mx.messaging.channels.AMFChannel
Creates an new AMFChannel instance.
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.