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  
E — Constant static property in class Math
A mathematical constant for the base of natural logarithms, expressed as e.
E — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the E key (69).
EastAsianJustifier — Final class in package flash.text.engine
The EastAsianJustifier class has properties to control the justification options for text lines whose content is primarily East Asian text.
EastAsianJustifier(locale:String, lineJustification:String, justificationStyle:String) — Constructor in class flash.text.engine.EastAsianJustifier
Creates an EastAsianJustifier object.
echoPath — Property in class flash.media.MicrophoneEnhancedOptions
Specifies the echo path (in milliseconds) used for acoustic echo cancellation.
editable — Property in class flash.text.StageText
Indicates whether the user can edit the text field.
element — Property in class flash.text.engine.TextLineMirrorRegion
The ContentElement object from which the mirror region was derived.
elementCount — Property in class flash.text.engine.GroupElement
The number of elements in the group.
elementFormat — Property in class flash.text.engine.ContentElement
The ElementFormat object used for the element.
ElementFormat — Final class in package flash.text.engine
The ElementFormat class represents formatting information which can be applied to a ContentElement.
ElementFormat(fontDescription:flash.text.engine:FontDescription, fontSize:Number, color:uint, alpha:Number, textRotation:String, dominantBaseline:String, alignmentBaseline:String, baselineShift:Number, kerning:String, trackingRight:Number, trackingLeft:Number, locale:String, breakOpportunity:String, digitCase:String, digitWidth:String, ligatureLevel:String, typographicCase:String) — Constructor in class flash.text.engine.ElementFormat
Creates an ElementFormat object.
elementHeight — Property in class flash.text.engine.GraphicElement
The height in pixels to reserve for the graphic in the line.
ELEMENT_NODE — Constant static property in class flash.xml.XMLNodeType
Specifies that the node is an element.
elements(name:Object) — Method in class XML
Lists the elements of an XML object.
elements(name:Object) — Method in class XMLList
Calls the elements() method of each XML object.
elementWidth — Property in class flash.text.engine.GraphicElement
The width in pixels to reserve for the graphic in the line.
else — Statement
Specifies the statements to run if the condition in the if statement returns false.
EMAIL — Constant static property in class flash.text.SoftKeyboardType

A keyboard optimized for specifying email addresses.

EMAIL_ADDRESS — Constant static property in class flash.text.StageTextContentType

Content is an email address

EMBEDDED — Constant static property in class flash.text.FontType
Indicates that this is an embedded font.
EMBEDDED_CFF — Constant static property in class flash.text.FontType
Indicates that this is an embedded CFF font.
EMBEDDED_CFF — Constant static property in class flash.text.engine.FontLookup
Used to indicate embedded CFF (Compact Font Format) font lookup.
embedFonts — Property in class flash.text.TextField
Specifies whether to render by using embedded font outlines.
emBox — Property in class flash.text.engine.FontMetrics
The emBox value represents the design space of the font and is used to place Chinese, Korean, or Japanese glyphs relative to the Roman baseline.
EMERGENCY — Constant static property in class flash.text.engine.TextLineCreationResult
Indicates the line was created with an emergency break because no break opportunity was available in the specified width.
enabled — Property in class flash.display.MovieClip
A Boolean value that indicates whether a movie clip is enabled.
enabled — Property in class flash.display.NativeMenuItem
Controls whether this menu item is enabled.
enabled — Property in class flash.display.SimpleButton
A Boolean value that specifies whether a button is enabled.
enabled — Static property in class flash.system.IME
Indicates whether the system IME is enabled (true) or disabled (false).
enabled — Property in class flash.ui.GameInputDevice
Enables or disables this device.
enableErrorChecking — Property in class flash.display3D.Context3D
Specifies whether errors encountered by the renderer are reported to the application.
enableVAD — Property in class flash.media.Microphone
Enable Speex voice activity detection.
encode(rect:flash.geom:Rectangle, compressor:Object, byteArray:flash.utils:ByteArray) — Method in class flash.display.BitmapData
Compresses this BitmapData object using the selected compressor algorithm and returns a new ByteArray object.
encodeBootstrapPeerIDSpec(peerID:String) — Static method in class flash.net.GroupSpecifier
Encodes and returns a string that represents a bootstrap peerID.
encoded — Property in class flash.security.X509Certificate
Provides the whole certificate in encoded form.
encodeIPMulticastAddressSpec(address:String, port, source:String) — Static method in class flash.net.GroupSpecifier
Encodes and returns a string that represents an IP multicast socket address.
encodePostingAuthorization(password:String) — Static method in class flash.net.GroupSpecifier
Encodes and returns a string that represents a posting password.
encodePublishAuthorization(password:String) — Static method in class flash.net.GroupSpecifier
Encodes and returns a string that represents a multicast publishing password.
encodeQuality — Property in class flash.media.Microphone
The encoded speech quality when using the Speex codec.
encodeURI(uri) — Package function in Top Level
Encodes a string into a valid URI (Uniform Resource Identifier).
encodeURIComponent(uri) — Package function in Top Level
Encodes a string into a valid URI component.
encrypt(data:flash.utils:ByteArray, key:flash.utils:ByteArray, iv:flash.utils:ByteArray) — Static method in class air.security.Encryption
A utility function for encrypting an arbitrary amount of data.
EncryptedLocalStore — Class in package flash.data
The EncryptedLocalStore class (ELS) provides an encrypted local storage mechanism that can be used as a small cache for an application's private data.
Encryption — Class in package air.security
The Encryption class is used to encrypt and decrypt ByteArray objects using industry-standard AES-CBC algorithms.
END — Constant static property in class flash.events.GesturePhase
The completion of a gesture (such as lifting a finger off a touch enabled screen).
END — Constant static property in class flash.text.TextFormatAlign
Constant; aligns text to the end edge of a line.
END — Constant static property in class flash.text.engine.TabAlignment
Positions the end of the tabbed text at the tab stop.
END — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the End key (35).
endDate — Property in class flash.net.drm.DRMPlaybackTimeWindow
The end date for the period of time during which a DRM voucher is valid (the playback window).
endFill() — Method in class flash.display.Graphics
Applies a fill to the lines and curves that were added since the last call to the beginFill(), beginGradientFill(), or beginBitmapFill() method.
endian — Property in class air.security.Digest
The byte order for the data, either the BIG_ENDIAN or LITTLE_ENDIAN constant from the Endian class.
endian — Property in class flash.filesystem.FileStream
The byte order for the data, either the BIG_ENDIAN or LITTLE_ENDIAN constant from the Endian class.
endian — Property in class flash.net.Socket
Indicates the byte order for the data.
endian — Property in class flash.net.URLStream
Indicates the byte order for the data.
endian — Property in class flash.utils.ByteArray
Changes or reads the byte order for the data; either Endian.BIG_ENDIAN or Endian.LITTLE_ENDIAN.
endian — Property in interface flash.utils.IDataInput
The byte order for the data, either the BIG_ENDIAN or LITTLE_ENDIAN constant from the Endian class.
endian — Property in interface flash.utils.IDataOutput
The byte order for the data, either the BIG_ENDIAN or LITTLE_ENDIAN constant from the Endian class.
Endian — Final class in package flash.utils
The Endian class contains values that denote the byte order used to represent multibyte numbers.
endIndex — Property in class flash.globalization.NumberParseResult
The index of the character after the last character of the numeric portion of the input string.
END_SEQUENCE — Constant static property in class flash.net.NetStreamAppendBytesAction
Indicates that the media stream data is complete.
endsWith(other:String) — Method in class String
Checks whether this String object ends with the string that is passed in.
ENHANCED — Constant static property in class flash.display3D.Context3DProfile
Use enhanced profile to target GPUs which support AGAL4.
enhancedOptions — Property in class flash.media.Microphone
Controls enhanced microphone options.
ENTER — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the Enter key (13).
enterFrame — Event in class flash.display.DisplayObject
[broadcast event] Dispatched when the playhead is entering a new frame.
ENTER_FRAME — Constant static property in class flash.events.Event
The Event.ENTER_FRAME constant defines the value of the type property of an enterFrame event object.
ENTERPRISE — Constant static property in class air.system.License
Definition for an Enterprise license level
entries — Property in class air.utils.ZipArchive
The entries within this zip archive.
enumerateFonts(enumerateDeviceFonts:Boolean) — Static method in class flash.text.Font
Specifies whether to provide a list of the currently available embedded fonts.
ENV_10 — Constant static property in class flash.printing.PaperSize
Legal envelope
ENV_B5 — Constant static property in class flash.printing.PaperSize
B5 envelope
ENV_C5 — Constant static property in class flash.printing.PaperSize
C5 envelope
ENV_DL — Constant static property in class flash.printing.PaperSize
DL envelope
ENV_MONARCH — Constant static property in class flash.printing.PaperSize
Monarch envelope
ENV_PERSONAL — Constant static property in class flash.printing.PaperSize
Personal envelope
EQUAL — Constant static property in class flash.display3D.Context3DCompareMode
Equal (==).
EQUAL — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the = key (187).
equals(toCompare:flash.geom:Point) — Method in class flash.geom.Point
Determines whether two points are equal.
equals(toCompare:flash.geom:Rectangle) — Method in class flash.geom.Rectangle
Determines whether the object specified in the toCompare parameter is equal to this Rectangle object.
equals(toCompare:flash.geom:Vector3D, allFour:Boolean) — Method in class flash.geom.Vector3D
Determines whether two Vector3D objects are equal by comparing the x, y, and z elements of the current Vector3D object with a specified Vector3D object.
equals(string1:String, string2:String) — Method in class flash.globalization.Collator
Compares two strings and returns a Boolean value indicating whether the strings are equal.
ERASE — Constant static property in class flash.display.BlendMode
Erases the background based on the alpha value of the display object.
ERASER — Constant static property in class flash.events.TouchEventIntent
The touch event is generated by an eraser tool, the eraser end of an active stylus, or the like.
errno — Property in class flash.accessibility.AccessibilityImplementation
Indicates an error code.
error — Event in class flash.data.SQLConnection
Dispatched when any of the SQLConnection object's asynchronous operations results in an error.
error — Event in class flash.data.SQLStatement
Dispatched when an error occurs during an operation.
error — Event in class flash.display.Stage3D
Dispatched when a request for a rendering context fails.
error — Property in class flash.events.AsyncErrorEvent
The exception that was thrown.
error — Property in class flash.events.SQLErrorEvent
A SQLError object containing detailed information about the cause of the error.
error — Property in class flash.events.UncaughtErrorEvent
The error object associated with the uncaught error.
error — Event in class flash.media.CameraRoll
The error event is dispatched when an error occurs.
error — Event in class flash.media.CameraUI
The error event is dispatched when the default camera cannot be opened.
error — Event in class flash.media.StageWebView
Signals that an error has occurred.
error — Event in class flash.net.dns.DNSResolver
Dispatched when an error occurred during a DNS lookup.
error — Event in class flash.security.XMLSignatureValidator
Dispatched if verification cannot complete because of errors.
error(errString:String) — Static method in class flash.system.System
Output a string to the console via 'stderr'.
Error — Dynamic class in Top Level
The Error class contains information about an error that occurred in a script.
Error(message:String, id:int) — Constructor in class Error
Creates a new Error object.
ERROR — Constant static property in class flash.events.ErrorEvent
Defines the value of the type property of an error event object.
ERROR — Constant static property in class flash.events.SQLErrorEvent
The SQLErrorEvent.ERROR constant defines the value of the type property of an error event dispatched when a call to a method of a SQLConnection or SQLStatement instance completes with an error.
ERROR — Constant static property in class flash.net.NetGroupSendResult
Indicates an error occurred (such as no permission) when using a Directed Routing method.
ERROR_CANNOT_LOAD_READER — Constant static property in class flash.html.HTMLPDFCapability
An error was returned by the OS when trying to load the Adobe Reader or Acrobat application or one of its necessary libraries.
ERROR_CODE_UNKNOWN — Constant static property in class flash.globalization.LastOperationStatus
Indicates that the return error code is not known.
ErrorEvent — Class in package flash.events
An object dispatches an ErrorEvent object when an error causes an asynchronous operation to fail.
ErrorEvent(type:String, bubbles:Boolean, cancelable:Boolean, text:String, id:int) — Constructor in class flash.events.ErrorEvent
Creates an Event object that contains information about error events.
errorID — Property in class Error
Contains the reference number associated with the specific error message.
errorID — Property in class flash.events.ErrorEvent
Contains the reference number associated with the specific error.
ERROR_INSTALLED_PLAYER_NOT_FOUND — Constant static property in class flash.html.HTMLSWFCapability
No version of Adobe Flash Player is detected.
ERROR_INSTALLED_PLAYER_TOO_OLD — Constant static property in class flash.html.HTMLSWFCapability
Adobe Flash Player is detected, but the version is too old.
ERROR_INSTALLED_READER_NOT_FOUND — Constant static property in class flash.html.HTMLPDFCapability
No version of Adobe Reader is detected.
ERROR_INSTALLED_READER_TOO_OLD — Constant static property in class flash.html.HTMLPDFCapability
Adobe Reader is detected, but the version is too old.
ERROR_PREFERRED_READER_TOO_OLD — Constant static property in class flash.html.HTMLPDFCapability
A sufficient version (8.1 or later) of Adobe Reader or Acrobat is detected, but the the version of Adobe Reader that is set up to handle PDF content is older than Adobe Reader or Acrobat 8.1.
escape(str) — Package function in Top Level
Converts the parameter to a string and encodes it in a URL-encoded format, where most nonalphanumeric characters are replaced with % hexadecimal sequences.
ESCAPE — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the Escape key (27).
escapeMultiByte(value) — Package function in flash.utils
Returns an escaped copy of the input string encoded as either UTF-8 or system code page, depending on the value of System.useCodePage.
estimatedMemberCount — Property in class flash.net.NetGroup
Specifies the estimated number of members of the group, based on local neighbor density and assuming an even distribution of group addresses.
EULER_ANGLES — Constant static property in class flash.geom.Orientation3D
Euler angles, the default orientation for decompose() and recompose() methods, defines the orientation with three separate angles of rotation for each axis.
EUROPEAN — Constant static property in class flash.globalization.NationalDigitsType
Represents the Unicode value for the zero digit of the Latin-1 (European) digit set.
EvalError — Dynamic class in Top Level
The EvalError class represents an error that occurs when user code calls the eval() function or attempts to use the new operator with the Function object.
EvalError(message:String) — Constructor in class EvalError
Creates a new EvalError object.
EVEN_ODD — Constant static property in class flash.display.GraphicsPathWinding
Establishes the even-odd winding type.
Event — Class in package flash.events
The Event class is used as the base class for the creation of Event objects, which are passed as parameters to event listeners when an event occurs.
Event(type:String, bubbles:Boolean, cancelable:Boolean) — Constructor in class flash.events.Event
Creates an Event object to pass as a parameter to event listeners.
EventDispatcher — Class in package flash.events
The EventDispatcher class is the base class for all runtime classes that dispatch events.
EventDispatcher(target:flash.events:IEventDispatcher) — Constructor in class flash.events.EventDispatcher
Aggregates an instance of the EventDispatcher class.
eventListener(e:flash.events:Event) — Static method in class flash.external.HostObject
Register this method as an event listener to have the host application process a Flex event.
eventMirror — Property in class flash.text.engine.ContentElement
The EventDispatcher object that receives copies of every event dispatched to valid text lines based on this content element.
eventPhase — Property in class flash.events.Event
The current phase in the event flow.
EventPhase — Final class in package flash.events
The EventPhase class provides values for the eventPhase property of the Event class.
every(callback:Function, thisObject) — Method in class Array
Executes a test function on each item in the array until an item is reached that returns false for the specified function.
every(callback:Function, thisObject:Object) — Method in class Vector
Executes a test function on each item in the Vector until an item is reached that returns false for the specified function.
EXACT — Constant static property in class flash.net.NetGroupReceiveMode
Specifies that this node accepts local messages from neighbors only if the address the neighbor uses matches this node's address exactly.
EXACT_FIT — Constant static property in class flash.display.StageScaleMode
Specifies that the entire application be visible in the specified area without trying to preserve the original aspect ratio.
exactSettings — Static property in class flash.system.Security
Determines how Flash Player or AIR chooses the domain to use for certain content settings, including settings for camera and microphone permissions, storage quotas, and storage of persistent shared objects.
exceptionValue — Property in class flash.events.HTMLUncaughtScriptExceptionEvent
The result of evaluating the expression in the throw statement that resulted in the uncaught exception.
exchange — Property in class flash.net.dns.MXRecord
The host name of a mail exchange service.
EXCLUSIVE — Constant static property in class flash.data.SQLTransactionLockType
Specifies the exclusive locking transaction option.
exec(str:String) — Method in class RegExp
Performs a search for the regular expression on the given string str.
executable — Property in class flash.desktop.NativeProcessStartupInfo
The File object that references an executable on the host operating system.
execute(prefetch:int, responder:flash.net:Responder) — Method in class flash.data.SQLStatement
Executes the SQL in the text property against the database that is connected to the SQLConnection object in the sqlConnection property.
EXECUTE — Constant static property in class flash.errors.SQLErrorOperation
Indicates that either the SQLStatement.execute() method or the SQLStatement.next() method was called.
executeInBackground — Property in class flash.desktop.NativeApplication
Specifies whether the application will run in background or not.
executing — Property in class flash.data.SQLStatement
Indicates whether the statement is currently executing.
EXECUTIVE — Constant static property in class flash.printing.PaperSize
Executive size
exists — Property in class flash.filesystem.File
Indicates whether the referenced file or directory exists.
exit(errorCode:int) — Method in class flash.desktop.NativeApplication
Terminates this application.
exit — Event in class flash.desktop.NativeProcess
Signals the native process has exited.
exit(force:Boolean) — Method in class flash.desktop.NativeProcess
Attempts to exit the native process.
exit(code:uint) — Static method in class flash.system.System
Closes Flash Player.
EXIT — Constant static property in class flash.events.NativeProcessExitEvent
Defines the value of the type property of a exit event object.
EXIT — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the button for exiting the current application mode.
exitCode — Property in class flash.events.NativeProcessExitEvent
The exit code that the native process returned to the host operating system when exiting.
exitFrame — Event in class flash.display.DisplayObject
[broadcast event] Dispatched when the playhead is exiting the current frame.
EXIT_FRAME — Constant static property in class flash.events.Event
The Event.EXIT_FRAME constant defines the value of the type property of an exitFrame event object.
exiting — Event in class flash.desktop.NativeApplication
Dispatched when the application exit sequence is started.
EXITING — Constant static property in class flash.events.Event
The Event.EXITING constant defines the value of the type property of an exiting event object.
EXOTIC — Constant static property in class flash.text.engine.LigatureLevel
Used to specify exotic ligatures.
exp(val:Number) — Static method in class Math
Returns the value of the base of the natural logarithm (e), to the power of the exponent specified in the parameter x.
EXPIRED — Constant static property in class flash.security.CertificateStatus
The certificate is outside its valid period.
expiryDate — Property in class air.system.License
Expiry date of a license that was loaded from a file.
extended — Property in class RegExp
Specifies whether to use extended mode for the regular expression.
EXTENDED_ARABIC_INDIC — Constant static property in class flash.globalization.NationalDigitsType
Represents the Unicode value for the zero digit of the Extended Arabic-Indic digit set.
extends — Statement
Defines a class that is a subclass of another class.
extension — Property in class flash.net.FileFilter
A list of file extensions.
extension — Property in class flash.net.FileReference
The filename extension.
ExtensionContext — Final class in package flash.external

The ExtensionContext class also provides a static method getExtensionDirectory() for accessing the directory in which the extension is installed on the device.

extensionID — Property in class flash.external.ExtensionInfo
Returns the identifier for this extension.
ExtensionInfo — Final class in package flash.external
The ExtensionInfo class provides details about a particular AIR Native Extension.
extensions — Static property in class flash.external.HostObject
Retrieve a list of the package names of all registered object model extensions.
ExternalInterface — Final class in package flash.external
The ExternalInterface class is an application programming interface that enables straightforward communication between ActionScript and the SWF container– for example, an HTML page with JavaScript or a desktop application that uses Flash Player to display a SWF file.
extract(target:flash.utils:ByteArray, length:Number, startPosition:Number) — Method in class flash.media.Sound
Extracts raw sound data from a Sound object.
extractFiles(folder:flash.filesystem:File) — Method in class air.utils.ZipArchive
Extracts all of the entries from this zip archive onto the file system within the given folder.
extractFilesAsync(folder:flash.filesystem:File) — Method in class air.utils.ZipArchive
Extracts all of the entries from this zip archive onto the file system within the given folder.
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