| 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. |
| accept() — Static method in class adobe.utils.XMLUI |
|
Makes the current XMLUI dialog box close with an "accept" state. |
| 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. |
| acos(val:Number) — Static method in class Math |
|
Computes and returns the arc cosine of the number specified in the
parameter val, in radians. |
| 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.DisplayObject |
|
Dispatched when Flash Player gains operating system focus and becomes active. |
| ACTIVATE — Constant static property in class flash.events.Event |
|
Dispatched when Flash Player gains operating system focus and becomes active. |
| activating — Property in class flash.events.ActivityEvent |
|
Indicates whether the device is activating (true) or deactivating
(false). |
| 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 |
|
Flash Player dispatches the activity event when a device, such as a camera or
microphone, begins or ends a session. |
| activity — Event in class flash.media.Microphone |
|
Flash Player dispatches the activity event when a device, such as a camera or
microphone, begins or ends a session. |
| ACTIVITY — Constant static property in class flash.events.ActivityEvent |
|
Flash Player dispatches the activity event when a device, such as a camera or
microphone, begins or ends a session. |
| 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 |
|
A numeric value that specifies the amount of sound the microphone is detecting. |
| 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 — 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. |
| 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. |
| 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. |
| 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 |
|
Dispatched when a display object is added to the display list. |
| 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. |
| addNamespace(ns:Object) — Method in class XML |
|
Adds a namespace to the set of in-scope namespaces for the XML object. |
| addPage(sprite:flash.display:Sprite, printArea:flash.geom:Rectangle, options:flash.printing:PrintJobOptions, frameNum:int) — Method in class flash.printing.PrintJob |
|
Sends the specified Sprite object as a single page to the print spooler. |
| ADVANCED — Constant static property in class flash.text.AntiAliasType |
|
Sets anti-aliasing to advanced anti-aliasing. |
| album — Property in class flash.media.ID3Info |
|
The name of the album; corresponds to ID3 2.0 tag TALB. |
| 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. |
| 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. |
| 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. |
| 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 — 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. |
| 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. |
| 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. |
| AMF0 — Constant static property in class flash.net.ObjectEncoding |
|
Specifies that objects are serialized using the AMF format for ActionScript 1.0 and 2.0. |
| AMF3 — Constant static property in class flash.net.ObjectEncoding |
|
Specifies that objects are serialized using the AMF format for ActionScript 3.0. |
| 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. |
| antiAliasType — Property in class flash.text.TextField |
|
The type of anti-aliasing used for this text field. |
| AntiAliasType — Final class in package flash.text |
|
The AntiAliasType class provides values for anti-aliasing in the flash.text.TextField class. |
| 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 TextField. |
| 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 ApplicationDomain to use for the Loader.load() or
Loader.loadBytes() methods. |
| 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. |
| 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. |
| 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 if any sounds are not accessible due to security restrictions. |
| 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. |
| 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 length. |
| Array(... rest) — Constructor in class Array |
|
Lets you create an array containing the specified elements. |
| artist — Property in class flash.media.ID3Info |
|
The name of the artist; corresponds to ID3 2.0 tag TPE1. |
| as — Operator |
| Returns the first operand if it is a member of the data type specified by the second operand. |
| 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. |
| 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). |
| attachAudio(microphone:flash.media:Microphone) — Method in class flash.net.NetStream |
|
Specifies an audio stream that is 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 |
|
|
| attachNetStream(netStream:flash.net:NetStream) — Method in class flash.media.Video |
|
Specifies a video stream to be displayed within the boundaries of a the Video object
in the application window. |
| AT_TARGET — Constant static property in class flash.events.EventPhase |
|
The target phase(2). |
| 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. |
| 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. |
| 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%. |
| 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 |
|
The AVM1Movie class is a simple class that represents AVM1 movie clips, which use ActionScript 1.0 or 2.0. |
|
| Symbols A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |