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 fl.motion.BezierSegment | |
The fourth point of the Bezier curve. | |
d — Property, 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, class flash.ui.Keyboard | |
Constant associated with the key code value for the D key (68). | |
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 fl.controls.dataGridClasses.DataGridCellEditor | |
Gets or sets an Object that represents the data that is associated with a component. | |
data — Property, class fl.controls.listClasses.CellRenderer | |
Gets or sets an Object that represents the data that is associated with a component. | |
data — Property, interface fl.controls.listClasses.ICellRenderer | |
Gets or sets an Object that represents the data that is associated with a component. | |
data — Property, class fl.data.SimpleCollectionItem | |
The data property of the object. | |
data — Property, class flash.data.SQLResult | |
The data returned as a result of the statement execution, specifically when a SQL SELECT statement is executed. | |
data — Property, class flash.display.GraphicsPath | |
The Vector of Numbers containing the parameters used with the drawing commands. | |
data — Property, class flash.display.NativeMenuItem | |
An arbitrary data object associated with this menu item. | |
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 or Adobe AIR. | |
data — Property, class flash.events.SampleDataEvent | |
The data in the audio stream. | |
data — Property, class flash.net.FileReference | |
The ByteArray object representing the data from the loaded file after a successful call to the load() method. | |
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 fl.core.InvalidationType | |
The InvalidationType.DATA constant defines the value of the type property of the event object that is dispatched to indicate that the data that belongs to a component is invalid. | |
DATA — Constant Static Property, class flash.events.DataEvent | |
Defines the value of the type property of a data event object. | |
database — Property, class flash.data.SQLSchema | |
The name of the database to which this schema object belongs. | |
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. | |
dataChange — Event, class fl.data.DataProvider | |
Dispatched after the data is changed. | |
DATA_CHANGE — Constant Static Property, class fl.events.DataChangeEvent | |
Defines the value of the type property of a dataChange event object. | |
DataChangeEvent — class, package fl.events | |
The DataChangeEvent class defines the event that is dispatched when the data that is associated with a component changes. | |
DataChangeEvent(eventType:String, changeType:String, items:Array, startIndex:int, endIndex:int) — Constructor, class fl.events.DataChangeEvent | |
Creates a new DataChangeEvent object with the specified parameters. | |
DataChangeType — class, package fl.events | |
The DataChangeType class defines constants for the DataChangeEvent.changeType event. | |
DataEvent — class, 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, class flash.events.DataEvent | |
Creates an event object that contains information about data events. | |
dataField — Property, class fl.controls.dataGridClasses.DataGridColumn | |
Identifies the name of the field or property in the data provider item that is associated with the column. | |
dataField — Property, class fl.events.DataGridEvent | |
Gets or sets the name of the field or property in the data associated with the column. | |
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). | |
DataGrid — class, package fl.controls | |
The DataGrid class is a list-based component that provides a grid of rows and columns. | |
DataGrid() — Constructor, class fl.controls.DataGrid | |
Creates a new DataGrid component instance. | |
DataGridAccImpl — class, package fl.accessibility | |
The DataGridAccImpl class, also called the DataGrid Accessibility Implementation class, is used to make a DataGrid component accessible. | |
DataGridCellEditor — class, package fl.controls.dataGridClasses | |
The DataGridCellEditor class defines the default item editor for a DataGrid control. | |
DataGridCellEditor() — Constructor, class fl.controls.dataGridClasses.DataGridCellEditor | |
Creates a new DataGridCellEditor instance. | |
DataGridColumn — class, package fl.controls.dataGridClasses | |
The DataGridColumn class describes a column in a DataGrid component. | |
DataGridColumn(columnName:String) — Constructor, class fl.controls.dataGridClasses.DataGridColumn | |
Creates a new DataGridColumn instance. | |
DataGridEvent — class, package fl.events | |
The DataGridEvent class defines events that are associated with the DataGrid component. | |
DataGridEvent(type:String, bubbles:Boolean, cancelable:Boolean, columnIndex:int, rowIndex:int, itemRenderer:Object, dataField:String, reason:String) — Constructor, class fl.events.DataGridEvent | |
Creates a new DataGridEvent object with the specified parameters. | |
DataGridEventReason — final class, package fl.events | |
The DataGridEventReason class defines constants that are used for the values of the reason property of the DataGridEvent object when the value of the type property is itemEditEnd. | |
dataProvider — Property, class fl.controls.ComboBox | |
Gets or sets the data model of the list of items to be viewed. | |
dataProvider — Property, class fl.controls.SelectableList | |
Gets or sets the data model of the list of items to be viewed. | |
dataProvider — Property, class fl.controls.TileList | |
Gets or sets the data model of the list of items to be viewed. | |
DataProvider — class, package fl.data | |
The DataProvider class provides methods and properties that allow you to query and modify the data in any list-based component--for example, in a List, DataGrid, TileList, or ComboBox component. | |
DataProvider(value:Object) — Constructor, class fl.data.DataProvider | |
Creates a new DataProvider object using a list, XML instance or an array of data objects as the data source. | |
dataType — Property, class flash.data.SQLColumnSchema | |
Gets the data type of the column as a string. | |
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() — method, class fl.managers.FocusManager | |
Deactivates the FocusManager. | |
deactivate() — method, interface fl.managers.IFocusManager | |
Deactivates a focus manager. | |
deactivate — Event, class flash.desktop.NativeApplication | |
Dispatched when the desktop focus is switched to a different application. | |
deactivate — Event, class flash.display.NativeWindow | |
Dispatched by this NativeWindow object after the window has been deactivated. | |
deactivate — Event, 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, class flash.events.Event | |
The Event.DEACTIVATE constant defines the value of the type property of a deactivate event object. | |
deanalyze — Event, class flash.data.SQLConnection | |
Dispatched when a deanalyze() method call's operation completes successfully. | |
deanalyze(responder:flash.net:Responder) — method, class flash.data.SQLConnection | |
Removes all statistical information created by a call to the analyze() method. | |
DEANALYZE — Constant Static Property, class flash.errors.SQLErrorOperation | |
Indicates that the SQLConnection.deanalyze() method was called. | |
DEANALYZE — Constant Static Property, class flash.events.SQLEvent | |
The SQLEvent.DEANALYZE constant defines the value of the type property of a deanalyze 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.data.SQLColumnNameStyle | |
Indicates that column names returned from a SELECT statement use the default format. | |
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 runtime (either Flash® Player or Adobe® AIR®). | |
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. | |
defaultButton — Property, class fl.managers.FocusManager | |
Gets or sets the current default button. | |
defaultButton — Property, interface fl.managers.IFocusManager | |
Gets or sets a reference to the default button. | |
defaultButtonEnabled — Property, class fl.managers.FocusManager | |
Gets or sets a value that indicates whether the default button is enabled. | |
defaultButtonEnabled — Property, interface fl.managers.IFocusManager | |
Gets or sets a value that indicates whether the default button is enabled. | |
defaultCollationType — Property, class flash.data.SQLColumnSchema | |
Indicates the default collation sequence that is defined for this column. | |
defaultObjectEncoding — Static Property, class flash.net.NetConnection | |
The default object encoding for NetConnection objects. | |
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_TIMEOUT — Constant Property, class fl.video.NCManager | |
The default timeout in milliseconds. | |
default xml namespace — Statement | |
The default xml namespace directive sets the default namespace
to use for XML objects.
| |
DEFERRED — Constant Static Property, class flash.data.SQLTransactionLockType | |
Specifies the deferred locking transaction option. | |
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. | |
DEFLATE — Constant Static Property, class flash.utils.CompressionAlgorithm | |
Defines the string to use for the deflate compression algorithm. | |
delay — Property, class air.update.ApplicationUpdater | |
The interval, in days, between periodic checks of new updates. | |
delay — Property, class air.update.ApplicationUpdaterUI | |
The interval, in days, between periodic checks of new updates. | |
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 — Event, 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, class flash.events.SQLUpdateEvent | |
The SQLUpdateEvent.DELETE constant defines the value of the type property of a SQLConnection delete event. | |
DELETE — Constant Static Property, class flash.net.URLRequestMethod | |
Specifies that the URLRequest object is a DELETE. | |
DELETE — Constant Static Property, class flash.ui.Keyboard | |
Constant associated with the key code value for the Delete key (46). | |
DELETE_DEFAULT_PLAYER — Constant Static Property, class fl.video.VideoError | |
State variable indicating that the user cannot delete the default VideoPlayer object. | |
deleteDirectory(deleteDirectoryContents:Boolean) — method, class flash.filesystem.File | |
Deletes the directory. | |
deleteDirectoryAsync(deleteDirectoryContents:Boolean) — method, class flash.filesystem.File | |
Deletes the directory asynchronously. | |
deleteFile() — method, class flash.filesystem.File | |
Deletes the file. | |
deleteFileAsync() — method, class flash.filesystem.File | |
Deletes the file asynchronously. | |
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 fl.events.ScrollEvent | |
Gets the size of the change in scroll position, in pixels. | |
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. | |
dereference(uri:String) — method, interface flash.security.IURIDereferencer | |
Resolves and dereferences the specified URI. | |
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.TextExtent | |
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. | |
desktopDirectory — Static Property, class flash.filesystem.File | |
The user's desktop directory. | |
destroyItemEditor() — method, class fl.controls.DataGrid | |
Closes an item editor that is currently open on an item renderer. | |
detach — Event, class flash.data.SQLConnection | |
Dispatched when a detach() method call's operation completes successfully. | |
detach(name:String, responder:flash.net:Responder) — method, class flash.data.SQLConnection | |
Detaches an additional database previously attached to the SQLConnection instance using the attach() method. | |
DETACH — Constant Static Property, class flash.errors.SQLErrorOperation | |
Indicates that the SQLConnection.detach() method was called. | |
DETACH — Constant Static Property, class flash.events.SQLEvent | |
The SQLEvent.DETACH constant defines the value of the type property of a detach event object. | |
detail — Property, class flash.events.DRMStatusEvent | |
A string explaining the context of the status event. | |
detailArguments — Property, class flash.errors.SQLError | |
An array of String values that can be used to construct a locale specific detail error message. | |
detailID — Property, class flash.errors.SQLError | |
A reference number associated with the specific detail message. | |
details — Property, class air.update.events.StatusUpdateEvent | |
An array defining the details string for each of the supported languages. | |
details — Property, class flash.errors.SQLError | |
Details of the current error. | |
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. | |
digestStatus — Property, class flash.security.XMLSignatureValidator | |
The validity status of the cryptographic signature computed over the SignedInfo element. | |
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. | |
dimensions — Property, class fl.motion.Source | |
Indicates the position and size of the bounding box of the object from which the Motion instance was generated. | |
DIRECT_CONNECTIONS — Constant Static Property, class flash.net.NetStream | |
Creates a peer-to-peer publisher connection. | |
direction — Property, class fl.controls.ProgressBar | |
Indicates the fill direction for the progress bar. | |
direction — Property, class fl.controls.ScrollBar | |
Gets or sets a value that indicates whether the scroll bar scrolls horizontally or vertically. | |
direction — Property, class fl.controls.Slider | |
Sets the direction of the slider. | |
direction — Property, class fl.controls.TileList | |
Gets or sets a value that indicates whether the TileList component scrolls horizontally or vertically. | |
direction — Property, class fl.controls.UIScrollBar | |
Gets or sets a value that indicates whether the scroll bar scrolls horizontally or vertically. | |
direction — Property, class fl.events.ScrollEvent | |
Gets a constant value that indicates the direction of movement associated with the event. | |
direction — Property, class fl.transitions.Transition | |
Determines the easing direction for the Tween instance. | |
direction — Property, class flash.events.FocusEvent | |
Specifies direction of focus for a focusIn event. | |
directoryListing — Event, 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, class flash.events.FileListEvent | |
The FileListEvent.DIRECTORY_LISTING constant defines the value of the type property of the event object for a directoryListing event. | |
disabledAlpha — Style, class fl.containers.BaseScrollPane | |
When the enabled property is set to false, interaction with the component is prevented and a white overlay is displayed over the component, dimming the component contents. | |
disabledAlpha — Style, class fl.controls.SelectableList | |
The alpha value to set the list to when the enabled property is false. | |
disabledAlpha — Style, class fl.controls.ComboBox | |
The alpha value to set the list to when the enabled property is false . | |
disabledIcon — Style, class fl.controls.CheckBox | |
Name of the class to use as the icon when the button is not disabled. | |
disabledIcon — Style, class fl.controls.LabelButton | |
Name of the class to use as the icon when the button is not disabled. | |
disabledIcon — Style, class fl.controls.RadioButton | |
Name of the class to use as the icon when the button is not disabled. | |
disabledSkin — Style, class fl.containers.ScrollPane | |
The skin that shows when the scroll pane is disabled. | |
disabledSkin — Style, class fl.controls.listClasses.CellRenderer | |
Name of the class to use as the skin for the background and border when the button is not selected and is disabled. | |
disabledSkin — Style, class fl.controls.BaseButton | |
Name of the class to use as the skin for the background and border when the button is not selected and is disabled. | |
disabledSkin — Style, class fl.controls.TextArea | |
The class that provides the background for the TextArea component when its enabled property is set to false. | |
disabledSkin — Style, class fl.controls.ComboBox | |
The name of the class that provides the background that appears in the ComboBox component when the enabled property of the component is set to false. | |
disabledSkin — Style, class fl.controls.LabelButton | |
Name of the class to use as the skin for the background and border when the button is not selected and is disabled. | |
disabledSkin — Style, class fl.controls.TextInput | |
The name of the class to use as a background for the TextInput component when its enabled property is set to false. | |
disabledSkin — Style, class fl.controls.ColorPicker | |
The class that provides the skin for a disabled button in the ColorPicker. | |
disabledTextFormat — Style, class fl.controls.listClasses.CellRenderer | |
The TextFormat object to use to render the component label when the button is disabled. | |
disabledTextFormat — Style, class fl.core.UIComponent | |
The TextFormat object to use to render the component label when the button is disabled. | |
DISCONNECTED — Constant Static Property, class fl.video.VideoState | |
The video player is in the disconnected state. | |
dispatchEvent(event:flash.events:Event) — method, class flash.desktop.NativeApplication | |
Dispatches an event into the event flow. | |
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(stage:flash.display:Stage, stageX:Number, stageY:Number) — method, class flash.display.NativeMenu | |
Pops up this menu at the specified location. | |
display(stage:flash.display:Stage, stageX:Number, stageY:Number) — method, class flash.ui.ContextMenu | |
Pops up this menu at the specified location. | |
DISPLAY — Constant Static Property, class flash.system.SecurityPanel | |
When passed to Security.showSettings(), displays the Display panel in Flash Player Settings. | |
displayAsPassword — Property, class fl.controls.TextArea | |
Gets or sets a Boolean value that indicates whether the TextArea component instance is the text field for a password. | |
displayAsPassword — Property, class fl.controls.TextInput | |
Gets or sets a Boolean value that indicates whether the current TextInput component instance was created to contain a password or to contain text. | |
displayAsPassword — Property, class flash.text.TextField | |
Specifies whether the text field is a password text field. | |
displaying — Event, class flash.display.NativeMenu | |
Dispatched by this NativeMenu object immediately before the menu is to be displayed. | |
displaying — Event, class flash.display.NativeMenuItem | |
Dispatched by this NativeMenuItem object immediately before the menu containing the item is displayed. | |
DISPLAYING — Constant Static Property, class flash.events.Event | |
The Event.DISPLAYING constant defines the value of the type property of a displaying event object. | |
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.NativeWindow | |
The display state of this window. | |
displayState — Property, class flash.display.Stage | |
A value from the StageDisplayState class that specifies which display state to use. | |
displayStateChange — Event, class flash.display.NativeWindow | |
Dispatched by this NativeWindow object after the window's displayState property has changed. | |
DISPLAY_STATE_CHANGE — Constant Static Property, class flash.events.NativeWindowDisplayStateEvent | |
Defines the value of the type property of a displayStateChange event object. | |
displayStateChanging — Event, class flash.display.NativeWindow | |
Dispatched by this NativeWindow object immediately before the window changes its display state. | |
DISPLAY_STATE_CHANGING — Constant Static Property, class flash.events.NativeWindowDisplayStateEvent | |
Defines the value of the type property of a displayStateChanging event object. | |
dispose() — method, class flash.display.BitmapData | |
Frees memory that is used to store the BitmapData object. | |
disposeXML(node:XML) — Static Method , class flash.system.System | |
Makes the specified XML object immediately available for garbage collection. | |
distance — Property, class fl.ik.IKEvent | |
The distance in pixels from the original position of the joint. | |
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. | |
distanceLimit — Property, class fl.ik.IKMover | |
The maximum distance (in pixels) the IK engine should move for each iteration. | |
DISTANCE_LIMIT — Constant Static Property, class fl.ik.IKEvent | |
Defines the value of the type property of a distanceLimit event object. | |
divisor — Property, class flash.filters.ConvolutionFilter | |
The divisor used during matrix transformation. | |
DockIcon — class, package flash.desktop | |
The DockIcon class represents the MacOS X®-style dock icon. | |
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. | |
documentsDirectory — Static Property, 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 , class flash.desktop.NativeDragManager | |
Starts a drag-and-drop operation. | |
DOF_ROTATION — Static Property, class fl.ik.IKJoint | |
Static constant for the rotation degree of freedom. | |
DOF_XTRANS — Static Property, class fl.ik.IKJoint | |
Static constant for the x-translation degree of freedom. | |
DOF_YTRANS — Static Property, class fl.ik.IKJoint | |
Static constant for the y-translation degree of freedom. | |
domain — Property, class flash.events.DRMAuthenticationCompleteEvent | |
The content domain of the media rights server. | |
domain — Property, class flash.net.LocalConnection | |
A string representing the domain of the location of the current file. | |
domain — Property, class flash.net.drm.DRMContentData | |
The content domain of the media rights server to which the user must be authenticated in order to obtain the voucher for the associated content. | |
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). | |
downArrowDisabledSkin — Style, class fl.containers.BaseScrollPane | |
Name of the class to use as the skin for the down arrow button of the scroll bar when it is disabled. | |
downArrowDisabledSkin — Style, class fl.controls.ComboBox | |
Name of the class to use as the skin for the down arrow button of the scroll bar when it is disabled. | |
downArrowDisabledSkin — Style, class fl.controls.NumericStepper | |
The class that provides the skin for the down arrow when it is disabled. | |
downArrowDisabledSkin — Style, class fl.controls.ScrollBar | |
Name of the class to use as the skin for the down arrow button of the scroll bar when it is disabled. | |
downArrowDownSkin — Style, class fl.containers.BaseScrollPane | |
Name of the class to use as the skin for the down arrow button of the scroll bar when you click the arrow button. | |
downArrowDownSkin — Style, class fl.controls.ComboBox | |
Name of the class to use as the skin for the down arrow button of the scroll bar when you click the arrow button. | |
downArrowDownSkin — Style, class fl.controls.NumericStepper | |
The class that provides the skin for the down arrow when it is in a down state. | |
downArrowDownSkin — Style, class fl.controls.ScrollBar | |
Name of the class to use as the skin for the down arrow button of the scroll bar when you click the arrow button. | |
downArrowOverSkin — Style, class fl.containers.BaseScrollPane | |
Name of the class to use as the skin for the down arrow button of the scroll bar when the mouse pointer is over the arrow button. | |
downArrowOverSkin — Style, class fl.controls.ComboBox | |
Name of the class to use as the skin for the down arrow button of the scroll bar when the mouse pointer is over the arrow button. | |
downArrowOverSkin — Style, class fl.controls.NumericStepper | |
The class that provides the skin for the down arrow when the mouse is over the component. | |
downArrowOverSkin — Style, class fl.controls.ScrollBar | |
Name of the class to use as the skin for the down arrow button of the scroll bar when the mouse pointer is over the arrow button. | |
downArrowUpSkin — Style, class fl.containers.BaseScrollPane | |
Name of the class to use as the skin for the down arrow button of the scroll bar. | |
downArrowUpSkin — Style, class fl.controls.ComboBox | |
Name of the class to use as the skin for the down arrow button of the scroll bar. | |
downArrowUpSkin — Style, class fl.controls.NumericStepper | |
The class that provides the skin for the down arrow when it is in its default state. | |
downArrowUpSkin — Style, class fl.controls.ScrollBar | |
Name of the class to use as the skin for the down arrow button of the scroll bar. | |
downIcon — Style, class fl.controls.CheckBox | |
Name of the class to use as the icon when the button is not selected and the mouse button is down. | |
downIcon — Style, class fl.controls.LabelButton | |
Name of the class to use as the icon when the button is not selected and the mouse button is down. | |
downIcon — Style, class fl.controls.RadioButton | |
Name of the class to use as the icon when the button is not selected and the mouse button is down. | |
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. | |
downloadComplete — Event, class air.update.ApplicationUpdater | |
Dispatched when the download of the update file is complete. | |
downloadComplete — Event, class air.update.ApplicationUpdaterUI | |
Dispatched when the download of the update file is complete. | |
DOWNLOAD_COMPLETE — Constant Static Property, class air.update.events.UpdateEvent | |
The UpdateEvent.DOWNLOAD_COMPLETE constant defines the value of the type property of the event object for a downloadComplete event. | |
downloadError — Event, class air.update.ApplicationUpdater | |
Dispatched if there is an error while connecting or downloading the update file. | |
downloadError — Event, class air.update.ApplicationUpdaterUI | |
Dispatched if there is an error while connecting or downloading the update file. | |
DOWNLOAD_ERROR — Constant Static Property, class air.update.events.DownloadErrorEvent | |
The DownloadErrorEvent.DOWNLOAD_ERROR constant defines the value of the type property of the event object for a downloadError event. | |
DownloadErrorEvent — class, package air.update.events | |
A DownloadErrorEvent object is dispatched by an ApplicationUpdater or ApplicationUpdaterUI object when an error happens while downloading the update file. | |
DownloadErrorEvent(type:String, bubbles:Boolean, cancelable:Boolean, text:String, id:int, subErrorID:int) — Constructor, class air.update.events.DownloadErrorEvent | |
The constructor function. | |
downloadStart — Event, class air.update.ApplicationUpdater | |
Dispatched after a call to the downloadUpdate() method and the connection to the server is established. | |
downloadStart — Event, class air.update.ApplicationUpdaterUI | |
Dispatched after a call to the downloadUpdate() method and the connection to the server is established. | |
DOWNLOAD_START — Constant Static Property, class air.update.events.UpdateEvent | |
The UpdateEvent.DOWNLOAD_START constant defines the value of the type property of the event object for a downloadStart event. | |
downloadUpdate() — method, class air.update.ApplicationUpdater | |
Asynchronously downloads the update file. | |
downSkin — Style, class fl.controls.listClasses.CellRenderer | |
Name of the class to use as the skin for the background and border when the button is not selected and the mouse button is down. | |
downSkin — Style, class fl.controls.BaseButton | |
Name of the class to use as the skin for the background and border when the button is not selected and the mouse button is down. | |
downSkin — Style, class fl.controls.ComboBox | |
The name of the class that provides the background that appears in the ComboBox component when the mouse is down. | |
downSkin — Style, class fl.controls.LabelButton | |
Name of the class to use as the skin for the background and border when the button is not selected and the mouse button is down. | |
downSkin — Style, class fl.controls.ColorPicker | |
The class that provides the skin for the ColorPicker button when it is in the down position. | |
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. | |
dragInitiator — Static Property, 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, class flash.display.BitmapData | |
Draws the source display object onto the bitmap image, using the Flash Player or AIR 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. | |
drawFocus(focused:Boolean) — method, class fl.controls.CheckBox | |
Shows or hides the focus indicator around this component. | |
drawFocus(event:Boolean) — method, class fl.controls.NumericStepper | |
Shows or hides the focus indicator on this component. | |
drawFocus(focused:Boolean) — method, class fl.controls.RadioButton | |
Shows or hides the focus indicator around this component instance. | |
drawFocus(draw:Boolean) — method, class fl.controls.TextArea | |
Shows or hides the focus indicator on this component. | |
drawFocus(draw:Boolean) — method, class fl.controls.TextInput | |
Shows or hides the focus indicator on this component. | |
drawFocus(focused:Boolean) — method, class fl.core.UIComponent | |
Shows or hides the focus indicator on this component. | |
drawFocus(draw:Boolean) — method, interface fl.managers.IFocusManagerComponent | |
Draws a visual focus indicator. | |
drawGraphicsData(graphicsData:Vector$flash.display:IGraphicsData) — method, class flash.display.Graphics | |
Submits a series of IGraphicsData instances for drawing. | |
drawNow() — method, class fl.core.UIComponent | |
Initiates an immediate draw operation, without invalidating everything as invalidateNow does. | |
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. | |
drmAuthenticate — Event, class fl.video.VideoPlayer | |
drmAuthenticate event | |
drmAuthenticate — Event, 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, class flash.events.DRMAuthenticateEvent | |
The DRMAuthenticateEvent.DRM_AUTHENTICATE constant defines the value of the type property of a DRMAuthenticateEvent object. | |
DRMAuthenticateEvent — class, 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, class flash.events.DRMAuthenticateEvent | |
Creates an Event object that contains specific information about DRM authentication events. | |
DRMAuthenticationCompleteEvent — class, 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, class flash.events.DRMAuthenticationCompleteEvent | |
Creates a new instance of a DRMAuthenticationCompleteEvent object. | |
DRMAuthenticationErrorEvent — class, 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, class flash.events.DRMAuthenticationErrorEvent | |
Creates a new instance of a DRMAuthenticationErrorEvent object. | |
DRMContentData — class, package flash.net.drm | |
The DRMContentData class provides the information required to obtain the voucher necessary to view DRM-protected content. | |
drmError — Event, class fl.video.VideoPlayer | |
drmError event | |
drmError — Event, class flash.net.NetStream | |
Dispatched when a NetStream object, trying to play a digital rights management (DRM) encrypted file, encounters a DRM-related error. | |
DRM_ERROR — Constant Static Property, class flash.events.DRMErrorEvent | |
The DRMErrorEvent.DRM_ERROR constant defines the value of the type property of a drmError event object. | |
DRMErrorEvent — class, package flash.events | |
AIR dispatches a DRMErrorEvent object when a NetStream object, trying to play a digital rights management (DRM) encrypted file, encounters a DRM-related error. | |
DRMErrorEvent(type:String, bubbles:Boolean, cancelable:Boolean, inErrorDetail:String, inErrorCode:int, insubErrorID:int, inMetadata:flash.net.drm:DRMContentData) — Constructor, class flash.events.DRMErrorEvent | |
Creates an Event object that contains specific information about DRM error events. | |
DRMManager — class, package flash.net.drm | |
The DRMManager manages the retrieval and storage of the vouchers needed to view DRM-protected content. | |
DRMManagerError — class, package flash.errors | |
The DRMManager dispatches a DRMManagerError event to report errors. | |
DRMManagerError(message:String, id:int, subErrorID:int) — Constructor, class flash.errors.DRMManagerError | |
Creates a new instance of the DRMManagerError class. | |
DRMPlaybackTimeWindow — class, package flash.net.drm | |
The DRMPlaybackWindow class represents the time period in which a DRM voucher is valid. | |
drmStatus — Event, class fl.video.VideoPlayer | |
drmError event | |
drmStatus — Event, 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). | |
DRM_STATUS — Constant Static Property, class flash.events.DRMStatusEvent | |
The DRMStatusEvent.DRM_STATUS constant defines the value of the type property of a drmStatus event object. | |
DRMStatusEvent — class, 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, inPolicies:Object, inDetail:String, inAvailableOffline:Boolean, inAnonymous:Boolean, inVoucherEndDate:int, inOfflineLeasePeriod:int, inMetadata:flash.net.drm:DRMContentData, inVoucher:flash.net.drm:DRMVoucher, inLocal:Boolean) — Constructor, class flash.events.DRMStatusEvent | |
Creates an Event object that contains specific information about DRM status events. | |
DRMVoucher — class, package flash.net.drm | |
The DRMVoucher class represents a license token that allows a user to view DRM-protected content. | |
dropAction — Static Property, class flash.desktop.NativeDragManager | |
The drag action specified by the drop target. | |
dropAction — Property, class flash.events.NativeDragEvent | |
The current action. | |
dropdown — Property, class fl.controls.ComboBox | |
Gets a reference to the List component that the ComboBox component contains. | |
dropdownWidth — Property, class fl.controls.ComboBox | |
Gets or sets the maximum width of the drop-down list, in pixels. | |
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. | |
duration — Property, class fl.motion.MotionBase | |
Controls the Motion instance's length of time, measured in frames. | |
duration — Property, class fl.transitions.Transition | |
Determines the length of time for the Tween instance. | |
duration — Property, class fl.transitions.Tween | |
The duration of the tweened animation in frames or seconds. | |
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. | |
DynamicMatrix — class, package fl.motion | |
The DynamicMatrix class calculates and stores a matrix based on given values. | |
DynamicMatrix(width:int, height:int) — Constructor, class fl.motion.DynamicMatrix | |
Constructs a matrix with the given number of rows and columns. | |
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 |