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, class flash.geom.Matrix
The value that affects the positioning of pixels along the y axis when scaling or rotating an image.
DARK_COLOR — Constant Static Property, class flash.text.TextColorType
Used in the colorType parameter in the setAdvancedAntiAliasingTable() method.
DARKEN — Constant Static Property, 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, class flash.display.GraphicsPath
The Vector of Numbers containing the parameters used with the drawing commands.
data — Property, class flash.display.Shader
Provides access to parameters, input images, and metadata for the Shader instance.
data — Property, class flash.events.DataEvent
The raw data loaded into Flash Player.
data — Property, class flash.events.SampleDataEvent
The data in the audio stream.
data — Property, class flash.net.FileReference
The ByteArray representing the loaded file after a successful call to load().
data — Property, class flash.net.SharedObject
The collection of attributes assigned to the data property of the object; these attributes can be shared and stored.
data — Property, class flash.net.URLLoader
The data received from the load operation.
data — Property, class flash.net.URLRequest
An object containing data to be transmitted with the URL request.
data — Event, class flash.net.XMLSocket
Dispatched after raw data is sent or received.
DATA — Constant Static Property, class flash.events.DataEvent
Defines the value of the type property of a data event object.
dataBufferByteLength — Property, class flash.net.NetStreamInfo
Provides the NetStream data buffer size in bytes.
dataBufferLength — Property, class flash.net.NetStreamInfo
Provides NetStream data buffer size in seconds.
dataByteCount — Property, class flash.net.NetStreamInfo
Specifies the total number of bytes of data messages that have arrived in the queue, regardless of how many have been played or flushed.
dataBytesPerSecond — Property, class flash.net.NetStreamInfo
Specifies the rate at which the NetStream data buffer is filled in bytes per second.
DataEvent — class, package flash.events
Flash® Player dispatches DataEvent objects when raw data has completed loading into Flash Player.
DataEvent(type:String, bubbles:Boolean, cancelable:Boolean, data:String) — Constructor, class flash.events.DataEvent
Creates an event object that contains information about data events.
dataFormat — Property, 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, 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, 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, class Date
Constructs a new Date object that holds the specified date and time.
dateUTC — Property, class Date
The day of the month (an integer from 1 to 31) of a Date object according to universal time (UTC).
day — Property, 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, 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, class flash.events.EventDispatcher
[broadcast event] Dispatched when Flash Player loses operating system focus and is becoming inactive.
DEACTIVATE — Constant Static Property, class flash.events.Event
Defines the value of the type property of a deactivate event object.
deblocking — Property, class flash.media.Video
Indicates the type of filter applied to decoded video as part of post-processing.
deblockingFilter — Property, class flash.system.JPEGLoaderContext
Specifies the strength of the deblocking filter.
DECIMAL — Constant Static Property, class flash.text.engine.TabAlignment
Positions the alignment token of the tabbed text at the tab stop.
decimalAlignmentToken — Property, class flash.text.engine.TabStop
Specifies the alignment token to use when you set the alignment property to TabAlignment.DECIMAL.
decode(source:String) — method, class flash.net.URLVariables
Converts the variable string to properties of the specified URLVariables object.
decodeURI(uri:String) — Package Function, Top Level
Decodes an encoded URI into a string.
decodeURIComponent(uri:String) — Package Function, Top Level
Decodes an encoded URI component into a string.
decompose(orientationStyle:String) — method, class flash.geom.Matrix3D
Returns the transformation matrix's translation, rotation, and scale settings as a Vector of three Vector3D objects.
decrementBy(a:flash.geom:Vector3D) — method, class flash.geom.Vector3D
Decrements the value of the x, y, and z elements of the current Vector3D object by the values of the x, y, and z elements of specified Vector3D object.
default — Statement
Defines the default case for a switch statement.
DEFAULT — Constant Static Property, class flash.display.ColorCorrection
Uses the host's default color correction.
DEFAULT — Constant Static Property, class flash.net.ObjectEncoding
Specifies the default (latest) format for the current player.
DEFAULT — Constant Static Property, 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, class flash.text.TextDisplayMode
Allows Flash Player to choose LCD or CRT mode.
DEFAULT — Constant Static Property, class flash.text.engine.DigitCase
Used to specify default digit case.
DEFAULT — Constant Static Property, class flash.text.engine.DigitWidth
Used to specify default digit width.
DEFAULT — Constant Static Property, class flash.text.engine.TypographicCase
Specifies default typographic case.
defaultObjectEncoding — Static Property, class flash.net.NetConnection
The default object encoding for NetConnection objects created in the SWF file.
defaultObjectEncoding — Static Property, class flash.net.SharedObject
The default object encoding (AMF version) for all local shared objects created in the SWF file.
defaultObjectEncoding — Static Property, class flash.utils.ByteArray
Denotes the default object encoding for the ByteArray class to use for a new ByteArray instance.
DEFAULT_OFF — Constant Static Property, class flash.display.ColorCorrectionSupport
Color correction is supported, but off by default.
DEFAULT_ON — Constant Static Property, class flash.display.ColorCorrectionSupport
Color correction is supported, and on by default.
defaultSettings() — Static Method , class XML
Returns an object with the following properties set to the default values: ignoreComments, ignoreProcessingInstructions, ignoreWhitespace, prettyIndent, and prettyPrinting.
defaultTextFormat — Property, class flash.text.TextField
Specifies the format applied to newly inserted text, such as text entered by a user or text inserted with the replaceSelectedText() method.
default xml namespace — Statement
The default xml namespace directive sets the default namespace to use for XML objects.
DefinitionError — Dynamic Class, Top Level
The DefinitionError class represents an error that occurs when user code attempts to define an identifier that is already defined.
DefinitionError(message:String) — Constructor, class DefinitionError
Creates a new DefinitionError object.
deflate() — method, class flash.utils.ByteArray
Compresses the byte array using the DEFLATE compression algorithm.
delay — Property, class flash.utils.Timer
The delay, in milliseconds, between timer events.
delete — Operator
Destroys the object property specified by reference; the result is true if the property does not exist after the operation completes, and false otherwise.
DELETE — Constant Static Property, class flash.ui.Keyboard
Constant associated with the key code value for the Delete key (46).
DeleteObjectSample — final class, package flash.sampler
The DeleteObjectSample class represents objects that are created within a getSamples() stream; each DeleteObjectSample object corresponds to a NewObjectSample object.
deleteProperty(name) — method, class flash.utils.Proxy
Overrides the request to delete a property.
delete (XML) — Operator
Deletes the XML elements or attributes specified by reference.
delta — Property, class flash.events.MouseEvent
Indicates how many lines should be scrolled for each unit the user rotates the mouse wheel.
deltaTransformPoint(point:flash.geom:Point) — method, class flash.geom.Matrix
Given a point in the pretransform coordinate space, returns the coordinates of that point after the transformation occurs.
deltaTransformVector(v:flash.geom:Vector3D) — method, class flash.geom.Matrix3D
Uses the transformation matrix without its translation elements to transform a Vector3D object from one space coordinate to another.
descendants(name:Object) — method, 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, 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, class Array
Specifies descending sorting for the Array class sorting methods.
descent — Property, 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.
descent — Property, class flash.text.engine.TextLine
Specifies the number of pixels from the baseline to the bottom of the lowest-descending characters in the line.
DESCENT — Constant Static Property, class flash.text.engine.TextBaseline
Specifies a descent baseline.
describeType(value) — Package Function, flash.utils
Produces an XML object that describes the ActionScript object named as the parameter of the method.
description — Property, class flash.accessibility.AccessibilityProperties
Provides a description for this display object in the accessible presentation.
description — Property, class flash.net.FileFilter
The description string for the filter.
determinant — Property, class flash.geom.Matrix3D
A Number that determines whether a matrix is invertible.
DEVICE — Constant Static Property, class flash.text.FontType
Indicates that this is a device font.
DEVICE — Constant Static Property, class flash.text.engine.FontLookup
Used to indicate device font lookup.
Dictionary — Dynamic Class, package flash.utils
The Dictionary class lets you create a dynamic collection of properties, which uses strict equality (===) for key comparison.
Dictionary(weakKeys:Boolean) — Constructor, class flash.utils.Dictionary
Creates a new Dictionary object.
DIFFERENCE — Constant Static Property, 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.
digest — Property, class flash.net.URLRequest
A string that uniquely identifies the signed Adobe platform component to be stored to (or retrieved from) the Flash Player cache.
digitCase — Property, class flash.text.engine.ElementFormat
The digit case used for this text.
DigitCase — final class, package flash.text.engine
The DigitCase class is an enumeration of constant values used in setting the digitCase property of the ElementFormat class.
digitWidth — Property, class flash.text.engine.ElementFormat
The digit width used for this text.
DigitWidth — final class, package flash.text.engine
The DigitWidth class is an enumeration of constant values used in setting the digitWidth property of the ElementFormat class.
DIRECT_CONNECTIONS — Constant Static Property, class flash.net.NetStream
Creates a peer-to-peer publisher connection.
dispatchEvent(event:flash.events:Event) — method, class flash.display.Stage
Dispatches an event into the event flow.
dispatchEvent(event:flash.events:Event) — method, class flash.events.EventDispatcher
Dispatches an event into the event flow.
dispatchEvent(event:flash.events:Event) — method, interface flash.events.IEventDispatcher
Dispatches an event into the event flow.
DisplacementMapFilter — final class, 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, class flash.filters.DisplacementMapFilter
Initializes a DisplacementMapFilter instance with the specified parameters.
DisplacementMapFilterMode — final class, package flash.filters
The DisplacementMapFilterMode class provides values for the mode property of the DisplacementMapFilter class.
DISPLAY — Constant Static Property, class flash.system.SecurityPanel
When passed to Security.showSettings(), displays the Display panel in Flash Player Settings.
displayAsPassword — Property, class flash.text.TextField
Specifies whether the text field is a password text field.
displayMode — Static Property, class flash.text.TextRenderer
Controls the rendering of advanced anti-aliased text.
DisplayObject — class, package flash.display
The DisplayObject class is the base class for all objects that can be placed on the display list.
DisplayObjectContainer — class, 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, class flash.display.DisplayObjectContainer
Calling the new DisplayObjectContainer() constructor throws an ArgumentError exception.
displayState — Property, class flash.display.Stage
A value from the StageDisplayState class that specifies which display state to use.
dispose() — method, class flash.display.BitmapData
Frees memory that is used to store the BitmapData object.
distance — Property, class flash.filters.BevelFilter
The offset distance of the bevel.
distance — Property, class flash.filters.DropShadowFilter
The offset distance for the shadow, in pixels.
distance — Property, class flash.filters.GradientBevelFilter
The offset distance.
distance — Property, class flash.filters.GradientGlowFilter
The offset distance of the glow.
distance(pt1:flash.geom:Point, pt2:flash.geom:Point) — Static Method , class flash.geom.Point
Returns the distance between pt1 and pt2.
distance(pt1:flash.geom:Vector3D, pt2:flash.geom:Vector3D) — Static Method , class flash.geom.Vector3D
Returns the distance between two Vector3D objects.
divisor — Property, class flash.filters.ConvolutionFilter
The divisor used during matrix transformation.
doConversion() — Static Method , class flash.system.IME
Instructs the IME to select the first candidate for the current composition string.
docTypeDecl — Property, class flash.xml.XMLDocument
Specifies information about the XML document's DOCTYPE declaration.
domain — Property, class flash.net.LocalConnection
A string representing the domain of the location of the current SWF file.
domainMemory — Property, class flash.system.ApplicationDomain
Gets and sets the object on which domain-global memory operations will operate within this ApplicationDomain.
dominantBaseline — Property, class flash.text.engine.ElementFormat
Specifies which of the baselines of the element snaps to the alignmentBaseline to determine the vertical position of the element on the line.
dotall — Property, class RegExp
Specifies whether the dot character (.) in a regular expression pattern matches new-line characters.
dotProduct(a:flash.geom:Vector3D) — method, class flash.geom.Vector3D
If the current Vector3D object and the one specified as the parameter are unit vertices, this method returns the cosine of the angle between the two vertices.
doubleClick — Event, 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, class flash.events.MouseEvent
Defines the value of the type property of a doubleClick event object.
doubleClickEnabled — Property, 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, 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, class flash.net.FileReference
Opens a dialog box that lets the user download a file from a remote server.
downState — Property, 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, 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, class flash.display.Graphics
Draws a circle.
drawEllipse(x:Number, y:Number, width:Number, height:Number) — method, class flash.display.Graphics
Draws an ellipse.
drawGraphicsData(graphicsData:Vector$flash.display:IGraphicsData) — method, class flash.display.Graphics
Submits a series of IGraphicsData instances for drawing.
drawPath(commands:Vector$int, data:Vector$Number, winding:String) — method, class flash.display.Graphics
Submits a series of commands for drawing.
drawRect(x:Number, y:Number, width:Number, height:Number) — method, class flash.display.Graphics
Draws a rectangle.
drawRoundRect(x:Number, y:Number, width:Number, height:Number, ellipseWidth:Number, ellipseHeight:Number) — method, class flash.display.Graphics
Draws a rounded rectangle.
drawTriangles(vertices:Vector$Number, indices:Vector$int, uvtData:Vector$Number, culling:String) — method, class flash.display.Graphics
Renders a set of triangles, typically to distort bitmaps and give them a three-dimensional appearance.
droppedFrames — Property, class flash.net.NetStreamInfo
Returns the number of video frames dropped in the current NetStream playback session.
DropShadowFilter — final class, 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, class flash.filters.DropShadowFilter
Creates a new DropShadowFilter instance with the specified parameters.
dropTarget — Property, class flash.display.Sprite
Specifies the display object over which the sprite is being dragged, or on which the sprite was dropped.
dump() — method, class flash.text.engine.TextBlock
Dumps the underlying contents of the TextBlock as an XML string.
dump() — method, class flash.text.engine.TextLine
Dumps the underlying contents of the TextLine as an XML string.
dynamic — Statement
Specifies that instances of a class may possess dynamic properties added at runtime.
DYNAMIC — Constant Static Property, class flash.text.TextFieldType
Used to specify a dynamic TextField.
dynamicPropertyWriter — Static Property, class flash.net.ObjectEncoding
Allows greater control over the serialization of dynamic properties of dynamic objects.
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