| 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 |
| d — Property in class flash.geom.Matrix |
|
The value in the second row and second column of the Matrix object, which affects the positioning of pixels
along the y axis when scaling or rotating an image. |
| DARK_COLOR — Constant static property in class flash.text.TextColorType |
|
Used in the colorType parameter in the setAdvancedAntiAliasingTable() method. |
| DARKEN — Constant static property in class flash.display.BlendMode |
|
Selects the darker of the constituent colors of the display object and the colors of the background (the
colors with the smaller values). |
| data — Property in class flash.events.DataEvent |
|
The raw data loaded into Flash Player. |
| data — Property in class flash.net.SharedObject |
|
The collection of attributes assigned to the data property of the object; these attributes can
be shared and/or stored. |
| data — Property in class flash.net.URLLoader |
|
The data received from the load operation. |
| data — Property in class flash.net.URLRequest |
|
An object containing data to be transmitted with the URL request. |
| data — Event in class flash.net.XMLSocket |
|
The data event occurs when data is received following a successful call to the XMLSocket.connect() method. |
| DATA — Constant static property in class flash.events.DataEvent |
|
Flash Player dispatches the data event after raw data has finished loading. |
| DataEvent — Class in package flash.events |
|
Flash Player dispatches DataEvent objects when raw data has completed loading into Flash Player but
before Flash Player has parsed the data and called the Event.COMPLETE event. |
| DataEvent(type:String, bubbles:Boolean, cancelable:Boolean, data:String) — Constructor in class flash.events.DataEvent |
|
Creates an event object that contains information about data events. |
| dataFormat — Property in class flash.net.URLLoader |
|
Controls whether the downloaded data is received as
text (URLLoaderDataFormat.TEXT), raw binary data
(URLLoaderDataFormat.BINARY), or URL-encoded variables
(URLLoaderDataFormat.VARIABLES). |
| date — Property in class Date |
|
The day of the month (an integer from 1 to 31) specified by a Date object
according to local time. |
| Date — Final dynamic class in Top Level |
|
The Date class represents date and time information. |
| Date(yearOrTimevalue:Object, month:Number, date:Number, hour:Number, minute:Number, second:Number, millisecond:Number) — Constructor in class Date |
|
Constructs a new Date object that holds the specified date and time. |
| dateUTC — Property in class Date |
|
The day of the month (an integer from 1 to 31) of a Date object
according to universal time (UTC). |
| day — Property in class Date |
|
The day of the week (0 for Sunday, 1 for Monday, and so on) specified by this
Date according to local time. |
| dayUTC — Property in class Date |
|
The day of the week (0 for Sunday, 1 for Monday, and so on) of this Date
according to universal time (UTC). |
| deactivate — Event in class flash.display.DisplayObject |
|
Dispatched when Flash Player loses operating system focus and is
becoming inactive. |
| DEACTIVATE — Constant static property in class flash.events.Event |
|
Dispatched when Flash Player loses operating system focus and is
becoming inactive. |
| deblocking — Property in class flash.media.Video |
|
Indicates the type of filter applied to decoded video as part of post-processing. |
| decode(source:String) — Method in class flash.net.URLVariables |
|
Converts the variable string to properties of the specified URLVariables object. |
| decodeURI(uri) — Package function in Top Level |
|
Decodes an encoded URI into a string. |
| decodeURIComponent(uri) — Package function in Top Level |
|
Decodes an encoded URI component into a string. |
| default — Statement |
| Defines the default case for a switch statement. |
| DEFAULT — Constant static property in class flash.net.ObjectEncoding |
|
Specifies the default (latest) format for the current player. |
| DEFAULT — Constant static property in class flash.system.SecurityPanel |
|
When passed to Security.showSettings(), displays the panel
that was open the last time the user closed the Flash Player Settings. |
| DEFAULT — Constant static property in class flash.text.TextDisplayMode |
|
Allows Flash Player to choose LCD or CRT mode. |
| defaultObjectEncoding — Static property in class flash.net.NetConnection |
|
The default object encoding (AMF version) for NetConnection objects created in the SWF. |
| defaultObjectEncoding — Static property in class flash.net.SharedObject |
|
The default object encoding (AMF version) for shared objects created in the SWF. |
| defaultObjectEncoding — Static property in class flash.utils.ByteArray |
|
Denotes the default object encoding for the ByteArray class to use for a new ByteArray instance. |
| defaultSettings() — Static method in class XML |
|
Returns an object with the following properties set to the default values: ignoreComments,
ignoreProcessingInstructions, ignoreWhitespace, prettyIndent, and
prettyPrinting. |
| defaultTextFormat — Property in class flash.text.TextField |
|
Specifies the format applied to newly inserted text, such as text inserted with the
replaceSelectedText() method or text entered by a user. |
| default xml namespace — Statement |
|
The default xml namespace directive sets the default namespace
to use for XML objects.
|
| DefinitionError — Dynamic class in Top Level |
|
The DefinitionError class represents an error that occurs whenever user code
attempts to define an identifier that is already defined. |
| DefinitionError(message:String) — Constructor in class DefinitionError |
|
Creates a new DefinitionError object. |
| delay — Property in class flash.utils.Timer |
|
The delay, in milliseconds, between timer
events. |
| delete — Operator |
| Destroys the object property specified by the reference parameter, and returns true if the reference no longer exists; false otherwise. |
| DELETE — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the Delete key (46). |
| deleteProperty(name) — Method in class flash.utils.Proxy |
|
Overrides the [[DeleteProperty]]
behavior of the object. |
| delete (XML) — Operator |
| Destroys XML elements or attributes. |
| delta — Property in class flash.events.MouseEvent |
|
Indicates how many lines should be scrolled for each notch the user scrolls the
mouse wheel. |
| deltaTransformPoint(point:flash.geom:Point) — Method in class flash.geom.Matrix |
|
Given a point in the pretransform coordinate space, returns the coordinates of
that point after the transformation occurs. |
| descendants(name:Object) — Method in class XML |
|
Returns all descendants (children, grandchildren, great-grandchildren, and so on) of the
XML object that have the given name parameter. |
| descendants(name:Object) — Method in class XMLList |
|
Returns all descendants (children, grandchildren, great-grandchildren, and so on) of the XML object
that have the given name parameter. |
| DESCENDING — Constant static property in class Array |
|
In the sorting methods, this constant specifies descending sort order. |
| descent — Property in class flash.text.TextLineMetrics |
|
The descent value of the text is the length from the baseline to the bottom depth of the line in pixels. |
| describeType(value) — Package function in flash.utils |
|
Produces an XML object that describes the ActionScript object named as the parameter of
the method. |
| description — Property in class flash.accessibility.AccessibilityProperties |
|
Provides a description for this display object in the accessible presentation. |
| description — Property in class flash.net.FileFilter |
|
The description string for the filter. |
| DEVICE — Constant static property in class flash.text.FontType |
|
Indicates that this is a device font. |
| Dictionary — Dynamic class in package flash.utils |
|
The Dictionary class allows you to create a dynamic collection of properties, which uses strict equality
(===) for key comparison. |
| Dictionary(weakKeys:Boolean) — Constructor in class flash.utils.Dictionary |
|
Creates a new Dictionary object. |
| DIFFERENCE — Constant static property in class flash.display.BlendMode |
|
Compares the constituent colors of the display object with the colors of its background, and subtracts
the darker of the values of the two constituent colors from the lighter value. |
| disableAVM1Loading — Static property in class flash.system.Security |
| |
| dispatchEvent(event:flash.events:Event) — Method in class flash.display.Stage |
|
Dispatches an event into the event flow. |
| dispatchEvent(event:flash.events:Event) — Method in class flash.events.EventDispatcher |
|
Dispatches an event into the event flow. |
| dispatchEvent(event:flash.events:Event) — Method in interface flash.events.IEventDispatcher |
|
Instructs Flash Player to dispatch an event into the event flow. |
| DisplacementMapFilter — Final class in package flash.filters |
|
The DisplacementMapFilter class uses the pixel values from the specified BitmapData object
(called the displacement map image) to perform a displacement of an object. |
| DisplacementMapFilter(mapBitmap:flash.display:BitmapData, mapPoint:flash.geom:Point, componentX:uint, componentY:uint, scaleX:Number, scaleY:Number, mode:String, color:uint, alpha:Number) — Constructor in class flash.filters.DisplacementMapFilter |
|
Initializes a DisplacementMapFilter instance with the specified parameters. |
| DisplacementMapFilterMode — Final class in package flash.filters |
|
The DisplacementMapFilterMode class provides values for the mode property
of the DisplacementMapFilter class. |
| displayAsPassword — Property in class flash.text.TextField |
|
Specifies whether the text field is a password text field. |
| displayMode — Static property in class flash.text.TextRenderer |
|
Controls the rendering of FlashType text. |
| DisplayObject — Class in package flash.display |
|
The DisplayObject class is the base class for all objects that can be placed on
the display list. |
| DisplayObjectContainer — Class in package flash.display |
|
The DisplayObjectContainer class is the base class for all objects that can serve as display object containers on
the display list. |
| DisplayObjectContainer() — Constructor in class flash.display.DisplayObjectContainer |
|
Calling the new DisplayObjectContainer() constructor function throws an
ArgumentError exception. |
| dispose() — Method in class flash.display.BitmapData |
|
Frees memory that is used to store the BitmapData object. |
| distance — Property in class flash.filters.BevelFilter |
|
The offset distance of the bevel. |
| distance — Property in class flash.filters.DropShadowFilter |
|
The offset distance for the shadow, in pixels. |
| distance — Property in class flash.filters.GradientBevelFilter |
|
The offset distance. |
| distance — Property in class flash.filters.GradientGlowFilter |
|
The offset distance of the glow. |
| distance(pt1:flash.geom:Point, pt2:flash.geom:Point) — Static method in class flash.geom.Point |
|
Returns the distance between pt1 and pt2. |
| divisor — Property in class flash.filters.ConvolutionFilter |
|
The divisor used during matrix transformation. |
| doConversion() — Static method in class flash.system.IME |
|
Instructs the IME to select the first candidate for the current composition string. |
| docTypeDecl — Property in class flash.xml.XMLDocument |
|
Specifies information about the XML document's DOCTYPE declaration. |
| domain — Property in class flash.net.LocalConnection |
|
A string representing the domain of the location of the current SWF file. |
| dotall — Property in class RegExp |
|
Specifies whether the dot character (.) in a regular expression pattern matches
new-line characters. |
| doubleClick — Event in class flash.display.InteractiveObject |
|
Dispatched when a user presses and releases the main button of a pointing device twice in
rapid succession over the same InteractiveObject when that object's
doubleClickEnabled flag is set to true. |
| DOUBLE_CLICK — Constant static property in class flash.events.MouseEvent |
|
Dispatched when a user presses and releases the main button of a pointing device twice in
rapid succession over the same InteractiveObject when that object's
doubleClickEnabled flag is set to true. |
| doubleClickEnabled — Property in class flash.display.InteractiveObject |
|
Specifies whether the object receives doubleClick events. |
| do..while — Statement |
| Similar to a while loop, except that the statements are executed once before the initial evaluation of the condition. |
| DOWN — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the Down Arrow key (40). |
| download(request:flash.net:URLRequest, defaultFileName:String) — Method in class flash.net.FileReference |
|
Opens a dialog box that lets the user download a file from a remote server. |
| downState — Property in class flash.display.SimpleButton |
|
Specifies a display object that is used as the visual
object for the button "Down" state the state that the button is in when the user
clicks the hitTestState object. |
| draw(source:flash.display:IBitmapDrawable, matrix:flash.geom:Matrix, colorTransform:flash.geom:ColorTransform, blendMode:String, clipRect:flash.geom:Rectangle, smoothing:Boolean) — Method in class flash.display.BitmapData |
|
Draws the source display object onto the bitmap image, using the
Flash Player vector renderer. |
| drawCircle(x:Number, y:Number, radius:Number) — Method in class flash.display.Graphics |
|
Draws a circle. |
| drawEllipse(x:Number, y:Number, width:Number, height:Number) — Method in class flash.display.Graphics |
|
Draws an ellipse. |
| drawRect(x:Number, y:Number, width:Number, height:Number) — Method in class flash.display.Graphics |
|
Draws a rectangle. |
| drawRoundRect(x:Number, y:Number, width:Number, height:Number, ellipseWidth:Number, ellipseHeight:Number) — Method in class flash.display.Graphics |
|
Draws a rounded rectangle. |
| drawRoundRectComplex(x:Number, y:Number, width:Number, height:Number, topLeftRadius:Number, topRightRadius:Number, bottomLeftRadius:Number, bottomRightRadius:Number) — Method in class flash.display.Graphics |
|
Draws a rounded rectangle using the size of a ellipse to draw the rounded corners. |
| DropShadowFilter — Final class in package flash.filters |
|
The DropShadowFilter class lets you add a drop shadow to display objects. |
| DropShadowFilter(distance:Number, angle:Number, color:uint, alpha:Number, blurX:Number, blurY:Number, strength:Number, quality:int, inner:Boolean, knockout:Boolean, hideObject:Boolean) — Constructor in class flash.filters.DropShadowFilter |
|
Creates a new DropShadowFilter instance with the specified parameters. |
| dropTarget — Property in class flash.display.Sprite |
|
Specifies the DisplayObject over which the sprite is being dragged, or on
which the sprite was dropped. |
| dynamic — Statement |
| Specifies that instances of a class may possess dynamic properties added at runtime. |
| DYNAMIC — Constant static property in class flash.text.TextFieldType |
|
Used to specify a dynamic TextField. |
| dynamicPropertyWriter — Static property in class flash.net.ObjectEncoding |
|
Documentation is forthcoming. |
|
| 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 |