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.
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.
else — Statement
Specifies the statements to run if the condition in the if statement returns false.
EMBEDDED — Constant static property in class flash.text.FontType
Indicates that this is an embedded font.
embedFonts — Property in class flash.text.TextField
Specifies whether to render by using embedded font outlines.
enabled — Property in class flash.display.MovieClip
A Boolean value that indicates whether a movie clip 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.ContextMenuItem
Indicates whether the specified menu item is enabled or disabled.
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.
END — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the End key (35).
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 flash.net.Socket
Indicates the byte order for the data; possible values are constants from the flash.utils.Endian class, BIG_ENDIAN or LITTLE_ENDIAN.
endian — Property in class flash.net.URLStream
Indicates the byte order for the data; possible values are "BIG_ENDIAN" or "LITTLE_ENDIAN".
endian — Property in class flash.utils.ByteArray
Changes or reads the byte order for the data; either "bigEndian" or "littleEndian".
endian — Property in interface flash.utils.IDataInput
The byte order for the data, either the "bigEndian" or "littleEndian" constant from the Endian class.
endian — Property in interface flash.utils.IDataOutput
The byte order for the data, either the "bigEndian" or "littleEndian" 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.
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
Dispatched when the playhead is entering a new frame.
ENTER_FRAME — Constant static property in class flash.events.Event
Dispatched when the playhead is entering a new frame.
enumerateFonts(enumerateDeviceFonts:Boolean) — Static method in class flash.text.Font
Return a list of available embedded fonts, as an array of Font objects.
EOFError — Dynamic class in package flash.errors
An EOFError exception is thrown when you attempt to read past the end of the available data.
EOFError(message:String) — Constructor in class flash.errors.EOFError
Creates a new EOFError object.
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.
ERASE — Constant static property in class flash.display.BlendMode
Erases the background based on the alpha value of the display object.
Error — Dynamic class in Top Level
Contains information about an error that occurred in a script.
Error(message:String) — Constructor in class Error
Creates a new Error object.
ERROR — Constant static property in class flash.events.ErrorEvent
Flash Player dispatches the error event when an error causes a network operation to fail.
ErrorEvent — Class in package flash.events
Flash Player dispatches ErrorEvent objects when an error causes a network operation to fail.
ErrorEvent(type:String, bubbles:Boolean, cancelable:Boolean, text:String) — Constructor in class flash.events.ErrorEvent
Creates an Event object that contains information about error events.
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.
EvalError — Dynamic class in Top Level
The EvalError class represents an error that occurs whenever user code calls the eval() function or attempts to use the new operator with a Function object.
EvalError(message:String) — Constructor in class EvalError
Creates a new EvalError object.
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 implements the IEventDispatcher interface and is the base class for the DisplayObject class.
EventDispatcher(target:flash.events:IEventDispatcher) — Constructor in class flash.events.EventDispatcher
The EventDispatcher class is generally used as a base class, which means that most users do not need to use this constructor function.
eventPhase — Property in class flash.events.Event
Indicates 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 reaching an item that returns false for the specified function.
EXACT_FIT — Constant static property in class flash.display.StageScaleMode
Specifies that the entire Flash 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 chooses the domain to use for certain Flash Player settings, including settings for camera and microphone permissions, storage quotas, and storage of persistent shared objects.
exec(str:String) — Method in class RegExp
Performs a search for the regular expression on the given string str.
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.
extended — Property in class RegExp
Specifies whether to use extended mode for the regular expression.
extends — Statement
Defines a class that is a subclass of another class.
extension — Property in class flash.net.FileFilter
A list of file extensions.
ExternalInterface — Final class in package flash.external
The ExternalInterface class is the External API, an application programming interface that enables straightforward communication between ActionScript and the Flash Player container; for example, an HTML page with JavaScript, or a desktop application with Flash Player embedded.
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