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 that affects the positioning of pixels along the y axis when scaling or rotating an image.
D — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the D key (68).
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 air.utils.ZipEntry
The (raw/uncompressed) data contained within this zip entry.
data — Property in class flash.data.SQLResult
The data returned as a result of the statement execution, specifically when a SQL SELECT statement is executed.
data — Property in class flash.display.GraphicsPath
The Vector of Numbers containing the parameters used with the drawing commands.
data — Property in class flash.display.NativeMenuItem
An arbitrary data object associated with this menu item.
data — Property in class flash.display.Shader
Provides access to parameters, input images, and metadata for the Shader instance.
data — Property in class flash.events.DataEvent
The raw data loaded into Flash Player or Adobe AIR.
data — Property in class flash.events.DatagramSocketDataEvent
The datagram packet data.
data — Property in class flash.events.MediaEvent
The MediaPromise object for the available media file.
data — Property in class flash.events.RemoteNotificationEvent
Contains a JSON-format notification payload.
data — Property in class flash.events.SampleDataEvent
The data in the audio stream.
data — Property in class flash.events.WebSocketEvent
Retrieves the raw data from the WebSocket message.
data — Event in class flash.net.DatagramSocket
Dispatched when this socket receives a packet of data.
data — Property in class flash.net.FileReference
The ByteArray object representing the data from the loaded file after a successful call to the load() method.
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 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
Dispatched after raw data is sent or received.
data — Property in class flash.ui.MouseCursorData
A Vector of BitmapData objects containing the cursor image or images.
DATA — Constant static property in class flash.events.DataEvent
Defines the value of the type property of a data event object.
DATA — Constant static property in class flash.events.DatagramSocketDataEvent
Defines the value of the type property of a data event object.
DATA — Constant static property in class flash.events.WebSocketEvent
The event type for a WebSocket when a complete message has been received.
database — Property in class flash.data.SQLSchema
The name of the database to which this schema object belongs.
dataBufferByteLength — Property in class flash.net.NetStreamInfo
Provides the NetStream data buffer size in bytes.
dataBufferLength — Property in class flash.net.NetStreamInfo
Provides NetStream data buffer size in seconds.
dataByteCount — Property in 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 in class flash.net.NetStreamInfo
Specifies the rate at which the NetStream data buffer is filled in bytes per second.
DataEvent — Class in package flash.events
An object dispatches a DataEvent object when raw data has completed loading.
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).
DatagramSocket — Class in package flash.net
The DatagramSocket class enables code to send and receive Universal Datagram Protocol (UDP) packets.
DatagramSocket() — Constructor in class flash.net.DatagramSocket
Creates a DatagramSocket object.
DatagramSocketDataEvent — Class in package flash.events
A DatagramSocketDataEvent object is dispatched when Datagram socket has received data.
DatagramSocketDataEvent(type:String, bubbles:Boolean, cancelable:Boolean, srcAddress:String, srcPort:int, dstAddress:String, dstPort:int, data:flash.utils:ByteArray) — Constructor in class flash.events.DatagramSocketDataEvent
Creates an Event object that contains information about datagram events.
dataReliable — Property in class flash.net.NetStream
For RTMFP connections, specifies whether NetStream.send() calls are sent with full reliability.
dataType — Property in class flash.data.SQLColumnSchema
Gets the data type of the column as a string.
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.
DateTimeFormatter — Final class in package flash.globalization
The DateTimeFormatter class provides locale-sensitive formatting for Date objects and access to localized date field names.
DateTimeFormatter(requestedLocaleIDName:String, dateStyle:String, timeStyle:String) — Constructor in class flash.globalization.DateTimeFormatter
Constructs a new DateTimeFormatter object to format dates and times according to the conventions of the specified locale and the provided date and time formatting styles.
DateTimeNameContext — Final class in package flash.globalization
The DateTimeNameContext class enumerates constant values representing the formatting context in which a month name or weekday name is used.
DateTimeNameStyle — Final class in package flash.globalization
The DateTimeNameStyle class enumerates constants that control the length of the month names and weekday names that are used when formatting dates.
DateTimeStyle — Final class in package flash.globalization
Enumerates constants that determine a locale-specific date and time formatting pattern.
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.
daylightSavingsOffset — Property in class TimeZone
The offset between this time zone and UTC during daylight savings, in milliseconds.
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.desktop.NativeApplication
Dispatched when the desktop focus is switched to a different application.
deactivate — Event in class flash.display.NativeWindow
Dispatched by this NativeWindow object after the window has been deactivated.
deactivate — Event in class flash.events.EventDispatcher
[broadcast event] Dispatched when the Flash Player or AIR application operating loses system focus and is becoming inactive.
DEACTIVATE — Constant static property in class flash.events.Event
The Event.DEACTIVATE constant defines the value of the type property of a deactivate event object.
deanalyze — Event in class flash.data.SQLConnection
Dispatched when a deanalyze() method call's operation completes successfully.
deanalyze(responder:flash.net:Responder) — Method in class flash.data.SQLConnection
Removes all statistical information created by a call to the analyze() method.
DEANALYZE — Constant static property in class flash.errors.SQLErrorOperation
Indicates that the SQLConnection.deanalyze() method was called.
DEANALYZE — Constant static property in class flash.events.SQLEvent
The SQLEvent.DEANALYZE constant defines the value of the type property of a deanalyze event object.
deblocking — Property in class flash.media.Video
Indicates the type of filter applied to decoded video as part of post-processing.
deblockingFilter — Property in class flash.system.JPEGLoaderContext
Specifies the strength of the deblocking filter.
DECIMAL — Constant static property in class flash.text.SoftKeyboardType

A keyboard optimized for entering numbers along with a decimal.

DECIMAL — Constant static property in class flash.text.engine.TabAlignment
Positions the alignment token of the tabbed text at the tab stop.
decimalAlignmentToken — Property in class flash.text.engine.TabStop
Specifies the alignment token to use when you set the alignment property to TabAlignment.DECIMAL.
decimalSeparator — Property in class flash.globalization.CurrencyFormatter
The decimal separator character used for formatting or parsing currency amounts that have a decimal part.
decimalSeparator — Property in class flash.globalization.NumberFormatter
The decimal separator character used for formatting or parsing numbers that have a decimal part.
declaration — Property in class Function
Returns a string representing the function declaration from the source code.
decode(data:flash.utils:ByteArray) — Static method in class flash.display.BitmapData
Decompresses encoded image data (PNG/GIF89a/JPEG) into a new BitmapData object using data provided in a ByteArray.
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.
decompose(orientationStyle:String) — Method in class flash.geom.Matrix3D
Returns the transformation matrix's translation, rotation, and scale settings as a Vector of three Vector3D objects.
decomposeToOutput(orientationStyle:String, output) — Method in 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 in 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.
DECREMENT_SATURATE — Constant static property in class flash.display3D.Context3DStencilAction
Decrement the stencil buffer value, clamping at 0, the minimum value.
DECREMENT_WRAP — Constant static property in class flash.display3D.Context3DStencilAction
Decrement the stencil buffer value.
decrypt(data:flash.utils:ByteArray, key:flash.utils:ByteArray, iv:flash.utils:ByteArray) — Static method in class air.security.Encryption
A utility function for decrypting an arbitrary amount of data.
decryptBlob(data:Class, key:String) — Static method in class flash.system.System
Decrypts a built-in BinaryData blob into a byte array object.
default — Statement
Defines the default case for a switch statement.
DEFAULT — Constant static property in class flash.data.SQLColumnNameStyle
Indicates that column names returned from a SELECT statement use the default format.
DEFAULT — Constant static property in class flash.display.ColorCorrection
Uses the host's default color correction.
DEFAULT — Constant static property in class flash.display.StageOrientation
Specifies that the stage is currently in the default orientation of the device (right-side up).
DEFAULT — Constant static property in class flash.globalization.LocaleID
Indicates that the user's default linguistic preferences should be used, as specified in the user's operating system settings.
DEFAULT — Constant static property in class flash.net.ObjectEncoding
Specifies the default (latest) format for the current runtime (either Flash Player or AIR).
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.ReturnKeyLabel
Use the default label.
DEFAULT — Constant static property in class flash.text.SoftKeyboardType

Default keyboard for the current input method.

DEFAULT — Constant static property in class flash.text.TextDisplayMode
Allows Flash Player to choose LCD or CRT mode.
DEFAULT — Constant static property in class flash.text.engine.DigitCase
Used to specify default digit case.
DEFAULT — Constant static property in class flash.text.engine.DigitWidth
Used to specify default digit width.
DEFAULT — Constant static property in class flash.text.engine.TypographicCase
Specifies default typographic case.
defaultCollationType — Property in class flash.data.SQLColumnSchema
Indicates the default collation sequence that is defined for this column.
defaultObjectEncoding — Static property in class flash.net.NetConnection
The default object encoding for NetConnection objects.
defaultObjectEncoding — Static property in class flash.net.SharedObject
The default object encoding (AMF version) for all local shared objects created in the SWF file.
defaultObjectEncoding — Static property in 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 in class flash.display.ColorCorrectionSupport
Color correction is supported, but off by default.
DEFAULT_ON — Constant static property in class flash.display.ColorCorrectionSupport
Color correction is supported, and on by default.
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 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.
DEFERRED — Constant static property in class flash.data.SQLTransactionLockType
Specifies the deferred locking transaction option.
DefinitionError — Dynamic class in 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 in class DefinitionError
Creates a new DefinitionError object.
deflate() — Method in class flash.utils.ByteArray
Compresses the byte array using the deflate compression algorithm.
DEFLATE — Constant static property in class flash.utils.CompressionAlgorithm
Defines the string to use for the deflate compression algorithm.
delay — Property in 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 — Event in class flash.data.SQLConnection
Dispatched when data in any table in any of the connected databases changes as a result of a SQL DELETE command.
DELETE — Constant static property in class flash.events.SQLUpdateEvent
The SQLUpdateEvent.DELETE constant defines the value of the type property of a SQLConnection delete event.
DELETE — Constant static property in class flash.net.URLRequestMethod
Specifies that the URLRequest object is a DELETE.
DELETE — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the Delete key (46).
deleteDirectory(deleteDirectoryContents:Boolean) — Method in class flash.filesystem.File
Deletes the directory.
deleteDirectoryAsync(deleteDirectoryContents:Boolean) — Method in class flash.filesystem.File
Deletes the directory asynchronously.
deleteFile() — Method in class flash.filesystem.File
Deletes the file.
deleteFileAsync() — Method in class flash.filesystem.File
Deletes the file asynchronously.
deleteProperty(name) — Method in class flash.utils.Proxy
delete (XML) — Operator
Deletes the XML elements or attributes specified by reference.
delta — Property in 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 in class flash.geom.Matrix
Given a point in the pretransform coordinate space, returns the coordinates of that point after the transformation occurs.
deltaTransformPointToOutput(point:flash.geom:Point, output: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.
deltaTransformVector(v:flash.geom:Vector3D) — Method in class flash.geom.Matrix3D
Uses the transformation matrix without its translation elements to transform a Vector3D object from one space coordinate to another.
deltaTransformVectorToOutput(v:flash.geom:Vector3D, output:flash.geom:Vector3D) — Method in class flash.geom.Matrix3D
Uses the transformation matrix to transform a Vector3D object from one space coordinate to another.
DENIED — Constant static property in class flash.permissions.PermissionStatus
Specifies that the permission has been denied.
denyRequestedObject(requestID:int) — Method in class flash.net.NetGroup
Denies a request received in a NetStatusEvent NetGroup.Replication.Request for an object previously advertised with addHaveObjects().
depth — Property in class flash.media.StageVideo
The depth level of a StageVideo object relative to other StageVideo objects.
DEPTH — Constant static property in class flash.display3D.Context3DClearMask
Clear only the depth buffer.
dereference(uri:String) — Method in interface flash.security.IURIDereferencer
Resolves and dereferences the specified URI.
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
Specifies descending sorting for the Array class sorting methods.
descent — Property in class flash.text.TextExtent
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.
descent — Property in 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 in class flash.text.engine.TextBaseline
Specifies a descent baseline.
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.external.ExtensionInfo
The extension description, as provided in the extension's XML descriptor file.
description — Property in class flash.net.FileFilter
The description string for the filter.
desiredAccuracy — Property in class flash.sensors.Geolocation
This property determines the accuracy of the geolocation data on iOS.
desktopDirectory — Static property in class flash.filesystem.File
The user's desktop directory.
DESTINATION_ALPHA — Constant static property in class flash.display3D.Context3DBlendFactor
The blend factor is (Da,Da,Da,Da), where Da is the alpha component of the fragment color computed by the pixel program.
DESTINATION_COLOR — Constant static property in class flash.display3D.Context3DBlendFactor
The blend factor is (Dr,Dg,Db,Da), where Dr/g/b/a is the corresponding component of the current color in the color buffer.
detach — Event in class flash.data.SQLConnection
Dispatched when a detach() method call's operation completes successfully.
detach(name:String, responder:flash.net:Responder) — Method in class flash.data.SQLConnection
Detaches an additional database previously attached to the SQLConnection instance using the attach() method.
DETACH — Constant static property in class flash.errors.SQLErrorOperation
Indicates that the SQLConnection.detach() method was called.
DETACH — Constant static property in class flash.events.SQLEvent
The SQLEvent.DETACH constant defines the value of the type property of a detach event object.
detail — Property in class flash.events.DRMStatusEvent
A string explaining the context of the status event.
detailArguments — Property in class flash.errors.SQLError
An array of String values that can be used to construct a locale specific detail error message.
detailID — Property in class flash.errors.SQLError
A reference number associated with the specific detail message.
details — Property in class flash.errors.SQLError
Details of the current error.
determinant — Property in class flash.geom.Matrix3D
A Number that determines whether a matrix is invertible.
determinePreferredLocales(want, have, keyword:String) — Static method in class flash.globalization.LocaleID
Returns a list of acceptable locales based on a list of desired locales and a list of the locales that are currently available.
DEVANAGARI — Constant static property in class flash.globalization.NationalDigitsType
Represents the Unicode value for the zero digit of the Devanagari digit set.
developerID — Property in class air.system.License
Developer ID for this license
device — Property in class flash.events.GameInputEvent
Returns a reference to the device that was added or removed.
device — Property in class flash.ui.GameInputControl
Returns the GameInputDevice object that contains this control.
DEVICE — Constant static property in class flash.text.FontType
Indicates that this is a device font.
DEVICE — Constant static property in class flash.text.engine.FontLookup
Used to indicate device font lookup.
deviceAdded — Event in class flash.ui.GameInput
Dispatched when a game input device is connected to your platform, or when an already connected device is switched on.
DEVICE_ADDED — Constant static property in class flash.events.GameInputEvent
Indicates that a compatible device has been connected or turned on.
DEVICE_CHANGE — Constant static property in class flash.media.AudioOutputChangeReason
Audio Output is changed because system device has been added or removed.
deviceGroup — Property in class flash.events.DRMDeviceGroupErrorEvent
deviceGroup — Property in class flash.events.DRMDeviceGroupEvent
deviceGroup — Property in class flash.net.drm.VoucherAccessInfo
deviceNames — Property in class flash.media.AudioDeviceManager
An array of strings containing the names of all available audio output devices.
deviceOrientation — Property in class flash.display.Stage
The physical orientation of the device.
deviceRemoved — Event in class flash.ui.GameInput
Dispatched when a game input device is removed from your platform, or when a connected device is switched off.
DEVICE_REMOVED — Constant static property in class flash.events.GameInputEvent
Indicates that one of the enumerated devices has been disconnected or turned off.
DeviceRotation — Class in package flash.sensors
The DeviceRotation class dispatches events based on activity detected by the device's acceletometer, gyroscope sensors.
DeviceRotation() — Constructor in class flash.sensors.DeviceRotation
Creates a new DeviceRotation instance.
DeviceRotationEvent — Class in package flash.events
The DeviceRotation class dispatches DeviceRotationEvent and returns roll, yaw, pitch and quaternion data when DeviceRotation updates are obtained from the combined readings from Accelerometer and Gyroscope sensors' readings installed on the device.
DeviceRotationEvent(type:String, bubbles:Boolean, cancelable:Boolean, timestamp:Number, roll:Number, pitch:Number, yaw:Number, quaternion:Array) — Constructor in class flash.events.DeviceRotationEvent
Creates an DeviceRotationEvent object that contains information about roll, yaw, pitch along the three dimensional axis.
deviceUnusable — Event in class flash.ui.GameInput
Dispatched when a game input device is connected but is not usable.
DEVICE_UNUSABLE — Constant static property in class flash.events.GameInputEvent
Dispatched when a game input device is connected but is not usable.
Dictionary — Dynamic class in 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 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.
digest() — Method in class air.security.Digest
Generates the digest for data that has been passed into this object
digest — Property in 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.
Digest — Class in package air.security
The Digest class is used to generate a digest, or hash, of some data.
Digest(algorithm:String) — Constructor in class air.security.Digest
Creates a Digest object using the requested algorithm
digestStatus — Property in class flash.security.XMLSignatureValidator
The validity status of the cryptographic signature computed over the signature SignedInfo element.
digitCase — Property in class flash.text.engine.ElementFormat
The digit case used for this text.
DigitCase — Final class in package flash.text.engine
The DigitCase class is an enumeration of constant values used in setting the digitCase property of the ElementFormat class.
digitsType — Property in class flash.globalization.CurrencyFormatter
Defines the set of digit characters used when formatting currency amounts.
digitsType — Property in class flash.globalization.NumberFormatter
Defines the set of digit characters to be used when formatting numbers.
digitWidth — Property in class flash.text.engine.ElementFormat
The digit width used for this text.
DigitWidth — Final class in package flash.text.engine
The DigitWidth class is an enumeration of constant values used in setting the digitWidth property of the ElementFormat class.
DIRECT — Constant static property in class flash.display.NativeWindowRenderMode
A direct mode window.
DIRECT_CONNECTIONS — Constant static property in class flash.net.NetStream
Creates a peer-to-peer publisher connection.
direction — Property in class flash.events.FocusEvent
Specifies direction of focus for a focusIn event.
DIRECTORY — Constant static property in class air.utils.ZipEntry
Flag value for a directory entry
directoryListing — Event in class flash.filesystem.File
Dispatched when a directory list is available as a result of a call to the getDirectoryListingAsync() method.
DIRECTORY_LISTING — Constant static property in class flash.events.FileListEvent
The FileListEvent.DIRECTORY_LISTING constant defines the value of the type property of the event object for a directoryListing event.
disableNetworkChanges — Property in class flash.net.NetworkInfo
Disables the network change detection within AIR.
disablePageRange — Property in class flash.printing.PrintUIOptions
Specifies whether the page range in the print dialog is disabled (true) or the user can edit it (false).
dispatchEvent(event:flash.events:Event) — Method in class flash.desktop.NativeApplication
Dispatches an event into the event flow.
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
Dispatches 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.
display(stage:flash.display:Stage, stageX:Number, stageY:Number) — Method in class flash.display.NativeMenu
Pops up this menu at the specified location.
display(stage:flash.display:Stage, stageX:Number, stageY:Number) — Method in class flash.ui.ContextMenu
Pops up this menu at the specified location.
DISPLAY — Constant static property in class flash.system.SecurityPanel
When passed to Security.showSettings(), displays the Display panel in Flash Player Settings.
displayAsPassword — Property in class flash.text.StageText
Indicates whether the text field is a password text field.
displayAsPassword — Property in class flash.text.TextField
Specifies whether the text field is a password text field.
displaying — Event in class flash.display.NativeMenu
Dispatched by this NativeMenu object immediately before the menu is displayed.
displaying — Event in class flash.display.NativeMenuItem
Dispatched by this NativeMenuItem object immediately before the menu containing the item is displayed.
DISPLAYING — Constant static property in class flash.events.Event
The Event.DISPLAYING constant defines the value of the type property of a displaying event object.
displayMode — Static property in class flash.text.TextRenderer
Controls the rendering of advanced anti-aliased text.
displayName — Property in class TimeZone
The display name of this time zone.
displayName — Property in class flash.net.NetworkInterface
The display name of this network interface.
displayName — Property in class flash.net.drm.VoucherAccessInfo
A user-friendly string that you can use to refer to the specified VoucherAccessInfo object in the user interface.
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 throws an ArgumentError exception.
displayState — Property in class flash.display.NativeWindow
The display state of this window.
displayState — Property in class flash.display.Stage
A value from the StageDisplayState class that specifies which display state to use.
displayStateChange — Event in class flash.display.NativeWindow
Dispatched by this NativeWindow object after the window's displayState property has changed.
DISPLAY_STATE_CHANGE — Constant static property in class flash.events.NativeWindowDisplayStateEvent
Defines the value of the type property of a displayStateChange event object.
displayStateChanging — Event in class flash.display.NativeWindow
Dispatched by this NativeWindow object immediately before the window changes its display state.
DISPLAY_STATE_CHANGING — Constant static property in class flash.events.NativeWindowDisplayStateEvent
Defines the value of the type property of a displayStateChanging event object.
dispose() — Method in class flash.display.BitmapData
Frees memory that is used to store the BitmapData object.
dispose(recreate:Boolean) — Method in class flash.display3D.Context3D
Frees all resources and internal storage associated with this Context3D.
dispose() — Method in class flash.display3D.IndexBuffer3D
Free all native GPU resources associated with this object.
dispose() — Method in class flash.display3D.Program3D
Frees all resources associated with this object.
dispose() — Method in class flash.display3D.VertexBuffer3D
Frees all resources associated with this object.
dispose() — Method in class flash.display3D.textures.TextureBase
Frees all GPU resources associated with this texture.
dispose() — Method in class flash.external.ExtensionContext
Disposes of this ExtensionContext instance.
dispose() — Method in class flash.media.StageWebView
Disposes of this StageWebView object.
dispose() — Method in class flash.net.NetStream
Releases all the resources held by the NetStream object.
dispose() — Method in class flash.text.StageText
Disposes of the StageText object.
disposeXML(node:XML) — Static method in class flash.system.System
Makes the specified XML object immediately available for garbage collection.
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.
distance(pt1:flash.geom:Vector3D, pt2:flash.geom:Vector3D) — Static method in class flash.geom.Vector3D
Returns the distance between two Vector3D objects.
divisor — Property in class flash.filters.ConvolutionFilter
The divisor used during matrix transformation.
DNSResolver — Class in package flash.net.dns
The DNSResolver class lets you lookup Domain Name System (DNS) resource records.
DNSResolver() — Constructor in class flash.net.dns.DNSResolver
Creates a DNSResolver object.
DNSResolverEvent — Class in package flash.events
The DNSResolverEvent class represents the results of a Domain Name System (DNS) lookup operation.
DNSResolverEvent(type:String, bubbles:Boolean, cancelable:Boolean, host:String, resourceRecords:Array) — Constructor in class flash.events.DNSResolverEvent
Creates an DNSResolverEvent object that contains the results of a DNS lookup operation.
DOB — Constant static property in class flash.text.StageTextContentType

Content is a date of birth

DockIcon — Class in package flash.desktop
The DockIcon class represents the Mac OS X®-style dock icon.
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.
documentsDirectory — Static property in class flash.filesystem.File
The user's documents directory.
doDrag(dragInitiator:flash.display:InteractiveObject, clipboard:flash.desktop:Clipboard, dragImage:flash.display:BitmapData, offset:flash.geom:Point, allowedActions:flash.desktop:NativeDragOptions) — Static method in class flash.desktop.NativeDragManager
Starts a drag-and-drop operation.
DOLBY_DIGITAL — Constant static property in class flash.media.AudioDecoder
Dolby Digital Audio, which is also known as AC-3.
DOLBY_DIGITAL_PLUS — Constant static property in class flash.media.AudioDecoder
Dolby Digital Plus Audio, which is also known as Enhanced AC-3 and Enhanced Dolby Digital.
domain — Property in class flash.events.DRMAuthenticationCompleteEvent
The content domain of the media rights server.
domain — Property in class flash.events.DRMAuthenticationErrorEvent
The content domain of the media rights server.
domain — Property in class flash.net.LocalConnection
A string representing the domain of the location of the current file.
domain — Property in class flash.net.drm.DRMContentData
The content domain of the media rights server to which the user must be authenticated to obtain the voucher for the associated content.
domain — Property in class flash.net.drm.DRMDeviceGroup
The content domain of the device group registration server to which the user must be authenticated before registering to this device group.
domain — Property in class flash.net.drm.VoucherAccessInfo
The content domain of the media rights server to which the user must be authenticated to obtain the voucher for the associated content.
domainMemory — Property in class flash.system.ApplicationDomain
Gets and sets the object on which domain-global memory operations will operate within this ApplicationDomain.
dominantBaseline — Property in class flash.text.engine.ElementFormat
Specifies the type of baseline to use as the dominant baseline.
DONE — Constant static property in class flash.text.ReturnKeyLabel
Use the label, "Done".
dotall — Property in class RegExp
Specifies whether the dot character (.) in a regular expression pattern matches new-line characters.
dotProduct(a:flash.geom:Vector3D) — Method in 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 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
Defines the value of the type property of a doubleClick event object.
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.
downloaded — Property in class flash.filesystem.File
Indicates whether the referenced file or directory was downloaded (from the internet) or not.
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 selects the hitTestState object.
D_PAD — Constant static property in class flash.ui.KeyLocation
Indicates the key activation originated on a directional pad of input device.
dragInitiator — Static property in class flash.desktop.NativeDragManager
The interactive object passed to the NativeDragManager.doDrag() call that initiated the drag operation.
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 runtime 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.
drawGraphicsData(graphicsData) — Method in class flash.display.Graphics
Submits a series of IGraphicsData instances for drawing.
drawPath(commands, data, winding:String) — Method in class flash.display.Graphics
Submits a series of commands for drawing.
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.
drawToBitmapData(destination:flash.display:BitmapData, srcRect:flash.geom:Rectangle, destPoint:flash.geom:Point) — Method in class flash.display3D.Context3D
Draws the current render buffer to a bitmap.
drawToBitmapData(destination:flash.display:BitmapData) — Method in class flash.media.Camera
Copies the last frame to a bitmap.
drawTriangles(vertices, indices, uvtData, culling:String) — Method in class flash.display.Graphics
Renders a set of triangles, typically to distort bitmaps and give them a three-dimensional appearance.
drawTriangles(indexBuffer:flash.display3D:IndexBuffer3D, firstIndex:int, numTriangles:int) — Method in class flash.display3D.Context3D
Render the specified triangles using the current buffers and state of this Context3D object.
drawTrianglesInstanced(indexBuffer:flash.display3D:IndexBuffer3D, numInstances:int, firstIndex:int, numTriangles:int) — Method in class flash.display3D.Context3D
Render the specified instanced triangles using the current buffers and state of this Context3D object.
drawViewPortAsync(target:Object) — Method in class flash.media.StageWebView
Draws the StageWebView's view port to a bitmap or image.
drawViewPortToBitmapData(bitmap:flash.display:BitmapData) — Method in class flash.media.StageWebView
Draws the StageWebView's view port to a bitmap.
drawViewPortToBitmapData(bitmap:flash.display:BitmapData) — Method in class flash.text.StageText
Draws the StageText's view port to a bitmap.
drawWithQuality(source:flash.display:IBitmapDrawable, matrix:flash.geom:Matrix, colorTransform:flash.geom:ColorTransform, blendMode:String, clipRect:flash.geom:Rectangle, smoothing:Boolean, quality:String) — Method in class flash.display.BitmapData
Draws the source display object onto the bitmap image, using the Flash runtime vector renderer.
drive — Property in class flash.filesystem.StorageVolume
The volume drive letter on Windows.
driver — Constant property in class flash.events.StageVideoAvailabilityEvent
driverInfo — Property in class flash.display3D.Context3D
The type of graphics library driver used by this rendering context.
DRIVER_TOO_OLD — Constant static property in class flash.media.StageVideoAvailabilityReason
Stage video is not currently available, the driver is too old or black listed
DRM — Constant static property in class flash.system.SystemUpdaterType
Updates the DRM module.
drmAuthenticate — Event in class flash.net.NetStream
Dispatched when a NetStream object tries to play a digital rights management (DRM) encrypted content that requires a user credential for authentication before playing.
DRM_AUTHENTICATE — Constant static property in class flash.events.DRMAuthenticateEvent
The DRMAuthenticateEvent.DRM_AUTHENTICATE constant defines the value of the type property of a DRMAuthenticateEvent object.
DRMAuthenticateEvent — Class in package flash.events
A NetStream object dispatchs a DRMAuthenticateEvent object when attempting to play digital rights management (DRM) encrypted content that requires a user credential for authentication.
DRMAuthenticateEvent(type:String, bubbles:Boolean, cancelable:Boolean, header:String, userPrompt:String, passPrompt:String, urlPrompt:String, authenticationType:String, netstream:flash.net:NetStream) — Constructor in class flash.events.DRMAuthenticateEvent
Creates an Event object that contains specific information about DRM authentication events.
DRMAuthenticationCompleteEvent — Class in package flash.events
The DRMManager dispatches a DRMAuthenticationCompleteEvent object when a call to the authenticate() method of the DRMManager object succeeds.
DRMAuthenticationCompleteEvent(type:String, bubbles:Boolean, cancelable:Boolean, inServerURL:String, inDomain:String, inToken:flash.utils:ByteArray) — Constructor in class flash.events.DRMAuthenticationCompleteEvent
Creates a new instance of a DRMAuthenticationCompleteEvent object.
DRMAuthenticationErrorEvent — Class in package flash.events
The DRMManager dispatches a DRMAuthenticationErrorEvent object when a call to the authenticate() method of the DRMManager object fails.
DRMAuthenticationErrorEvent(type:String, bubbles:Boolean, cancelable:Boolean, inDetail:String, inErrorID:int, inSubErrorID:int, inServerURL:String, inDomain:String) — Constructor in class flash.events.DRMAuthenticationErrorEvent
Creates a new instance of a DRMAuthenticationErrorEvent object.
DRMContentData — Class in package flash.net.drm
The DRMContentData class provides the information required to obtain the voucher necessary to view DRM-protected content.
DRMContentData(rawData:flash.utils:ByteArray) — Constructor in class flash.net.drm.DRMContentData
Constructor.
DRMDeviceGroup — Final class in package flash.net.drm
A device group signifies a group of playback devices that shares protected-content playback rights.
DRMDeviceGroupErrorEvent — Class in package flash.events

Issued by the DRMManager when any error occurs during any device group related calls.

It is the application's responsibility to explicitly handle the error events.These events include cases where the user inputs valid credentials, but the voucher protecting the encrypted content restricts the access to the content.

DRMDeviceGroupErrorEvent(type:String, bubbles:Boolean, cancelable:Boolean, errorDetail:String, errorCode:int, subErrorID:int, deviceGroup:flash.net.drm:DRMDeviceGroup, systemUpdateNeeded:Boolean, drmUpdateNeeded:Boolean) — Constructor in class flash.events.DRMDeviceGroupErrorEvent
DRMDeviceGroupEvent — Class in package flash.events

Issued by the DRMManager when a device group related call successfully completes.

DRMDeviceGroupEvent(type:String, bubbles:Boolean, cancelable:Boolean, deviceGroup:flash.net.drm:DRMDeviceGroup) — Constructor in class flash.events.DRMDeviceGroupEvent
drmError — Event in class flash.net.NetStream
Dispatched when a NetStream object, trying to play a digital rights management (DRM) encrypted file, encounters a DRM-related error.
drmError — Event in class flash.net.drm.DRMManager
The DRMManager dispatches a DRMErrorEvent object when a requested voucher cannot be obtained from the media rights server.
DRM_ERROR — Constant static property in class flash.events.DRMErrorEvent
The DRMErrorEvent.DRM_ERROR constant defines the value of the type property of a drmError event object.
DRMErrorEvent — Class in package flash.events
The DRMErrorEvent class provides information about errors that occur when playing digital rights management (DRM) encrypted files.
DRMErrorEvent(type:String, bubbles:Boolean, cancelable:Boolean, inErrorDetail:String, inErrorCode:int, insubErrorID:int, inMetadata:flash.net.drm:DRMContentData, inSystemUpdateNeeded:Boolean, inDrmUpdateNeeded:Boolean) — Constructor in class flash.events.DRMErrorEvent
Creates an Event object that contains specific information about DRM error events.
DRMLicenseRequestEvent — Class in package flash.events
The DRMManager dispatches a DRMLicenseRequestEvent object before each call to the loadVoucher() or loadPreviewVoucher() methods of the DRMManager object succeeds.
DRMLicenseRequestEvent(type:String, bubbles:Boolean, cancelable:Boolean, inServerURL:String) — Constructor in class flash.events.DRMLicenseRequestEvent
Creates a new instance of a DRMLicenseRequestEvent object.
DRM_LOAD_DEVICEID_ERROR — Constant static property in class flash.events.DRMErrorEvent
DRMManager — Class in package flash.net.drm
The DRMManager manages the retrieval and storage of the vouchers needed to view DRM-protected content.
DRMManagerError — Class in package flash.errors
The DRMManager dispatches a DRMManagerError event to report errors.
DRMManagerError(message:String, id:int, subErrorID:int) — Constructor in class flash.errors.DRMManagerError
Creates a new instance of the DRMManagerError class.
DRMPlaybackTimeWindow — Class in package flash.net.drm
The DRMPlaybackTimeWindow class represents the period of time during which a DRM voucher is valid.
DRMReturnVoucherCompleteEvent — Class in package flash.events
The DRMManager dispatches a DRMVoucherReturnCompleteEvent object when a call to the returnVoucher() method of the DRMManager object succeeds.
DRMReturnVoucherCompleteEvent(type:String, bubbles:Boolean, cancelable:Boolean, inServerURL:String, inLicenseID:String, inPolicyID:String, inNumberOfVouchersReturned:int) — Constructor in class flash.events.DRMReturnVoucherCompleteEvent
Creates a new instance of a DRMReturnVoucherCompleteEvent object.
DRMReturnVoucherErrorEvent — Class in package flash.events
The DRMManager dispatches a DRMReturnVoucherErrorEvent object when a call to the returnVoucher() method of the DRMManager object fails.
DRMReturnVoucherErrorEvent(type:String, bubbles:Boolean, cancelable:Boolean, inDetail:String, inErrorID:int, inSubErrorID:int, inServerURL:String, inLicenseID:String, inPolicyID:String) — Constructor in class flash.events.DRMReturnVoucherErrorEvent
Creates a new instance of a DRMReturnVoucherErrorEvent object.
drmStatus — Event in class flash.net.NetStream
Dispatched when the digital rights management (DRM) encrypted content begins playing (when the user is authenticated and authorized to play the content).
drmStatus — Event in class flash.net.drm.DRMManager
The DRMManager dispatches a DRMStatusEvent object when a requested voucher is obtained from the media rights server.
DRM_STATUS — Constant static property in class flash.events.DRMStatusEvent
The DRMStatusEvent.DRM_STATUS constant defines the value of the type property of a drmStatus event object.
DRMStatusEvent — Class in package flash.events
A NetStream object dispatches a DRMStatusEvent object when the content protected using digital rights management (DRM) begins playing successfully (when the voucher is verified, and when the user is authenticated and authorized to view the content).
DRMStatusEvent(type:String, bubbles:Boolean, cancelable:Boolean, inMetadata:flash.net.drm:DRMContentData, inVoucher:flash.net.drm:DRMVoucher, inLocal:Boolean) — Constructor in class flash.events.DRMStatusEvent
Creates an Event object that contains specific information about DRM status events.
drmUpdateNeeded — Property in class flash.events.DRMDeviceGroupErrorEvent
drmUpdateNeeded — Property in class flash.events.DRMErrorEvent
Indicates whether a DRM update is needed to play the DRM-protected content.
DRMVoucher — Class in package flash.net.drm
The DRMVoucher class is a handle to the license token that allows a user to view DRM-protected content.
dropAction — Static property in class flash.desktop.NativeDragManager
The drag action specified by the drop target.
dropAction — Property in class flash.events.NativeDragEvent
The current action.
droppedFrames — Property in class flash.net.NetStreamInfo
Returns the number of video frames dropped in the current NetStream playback session.
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 display object over which the sprite is being dragged, or on which the sprite was dropped.
dstAddress — Property in class flash.events.DatagramSocketDataEvent
The IP address of the DatagramSocket object that dispatched this event.
dstPort — Property in class flash.events.DatagramSocketDataEvent
The port of the DatagramSocket object that dispatched this event.
DTS — Constant static property in class flash.media.AudioDecoder
DTS Audio, which is also known as DTS Coherent Acoustics, DTS Digital Surround, and DTS core.
DTS_EXPRESS — Constant static property in class flash.media.AudioDecoder
DTS Express Audio, which is also known as DTS Low Bit Rate (LBR).
DTS_HD_HIGH_RESOLUTION_AUDIO — Constant static property in class flash.media.AudioDecoder
DTS-HD High Resolution Audio, which is also known as DTS-HD HR.
DTS_HD_MASTER_AUDIO — Constant static property in class flash.media.AudioDecoder
DTS-HD Master Audio, which is also known as DTS-HD MA.
dump() — Method in class flash.text.engine.TextBlock
Dumps the underlying contents of the TextBlock as an XML string.
dump() — Method in class flash.text.engine.TextLine
Dumps the underlying contents of the TextLine as an XML string.
DVR — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the button for engaging DVR application mode.
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.
DYNAMIC_DRAW — Constant static property in class flash.display3D.Context3DBufferUsage
Indicates the buffer will be used for drawing and be updated frequently
dynamicPropertyWriter — Static property in 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