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, class Math
A mathematical constant for the base of natural logarithms, expressed as e.
EastAsianJustifier — final class, 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, class flash.text.engine.EastAsianJustifier
Creates a EastAsianJustifier object.
element — Property, class flash.text.engine.TextLineMirrorRegion
The ContentElement object from which the mirror region was derived.
elementCount — Property, class flash.text.engine.GroupElement
The number of elements in the group.
elementFormat — Property, class flash.text.engine.ContentElement
The ElementFormat object used for the element.
ElementFormat — final class, 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, class flash.text.engine.ElementFormat
Creates an ElementFormat object.
elementHeight — Property, class flash.text.engine.GraphicElement
The height in pixels to reserve for the graphic in the line.
ELEMENT_NODE — Constant Static Property, class flash.xml.XMLNodeType
Specifies that the node is an element.
elements(name:Object) — method, class XML
Lists the elements of an XML object.
elements(name:Object) — method, class XMLList
Calls the elements() method of each XML object.
elementWidth — Property, 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.
EMBEDDED — Constant Static Property, class flash.text.FontType
Indicates that this is an embedded font.
EMBEDDED_CFF — Constant Static Property, class flash.text.FontType
Indicates that this is an embedded CFF font.
EMBEDDED_CFF — Constant Static Property, class flash.text.engine.FontLookup
Used to indicate embedded CFF font lookup.
embedFonts — Property, class flash.text.TextField
Specifies whether to render by using embedded font outlines.
emBox — Property, 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, 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, class flash.display.MovieClip
A Boolean value that indicates whether a movie clip is enabled.
enabled — Property, class flash.display.SimpleButton
A Boolean value that specifies whether a button is enabled.
enabled — Static Property, class flash.system.IME
Indicates whether the system IME is enabled (true) or disabled (false).
enabled — Property, class flash.ui.ContextMenuItem
Indicates whether the specified menu item is enabled or disabled.
encodeQuality — Property, class flash.media.Microphone
The encoded speech quality when using the Speex codec.
encodeURI(uri:String) — Package Function, Top Level
Encodes a string into a valid URI (Uniform Resource Identifier).
encodeURIComponent(uri:String) — Package Function, Top Level
Encodes a string into a valid URI component.
END — Constant Static Property, class flash.text.engine.TabAlignment
Positions the end of the tabbed text at the tab stop.
END — Constant Static Property, class flash.ui.Keyboard
Constant associated with the key code value for the End key (35).
endFill() — method, 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, class flash.net.Socket
Indicates the byte order for the data; possible values are constants from the flash.utils.Endian class, Endian.BIG_ENDIAN or Endian.LITTLE_ENDIAN.
endian — Property, class flash.net.URLStream
Indicates the byte order for the data; possible values are BIG_ENDIAN or LITTLE_ENDIAN.
endian — Property, class flash.utils.ByteArray
Changes or reads the byte order for the data; either "bigEndian" or "littleEndian".
endian — Property, interface flash.utils.IDataInput
The byte order for the data, either the "bigEndian" or "littleEndian" constant from the Endian class.
endian — Property, interface flash.utils.IDataOutput
The byte order for the data, either the "bigEndian" or "littleEndian" constant from the Endian class.
Endian — final class, package flash.utils
The Endian class contains values that denote the byte order used to represent multibyte numbers.
ENTER — Constant Static Property, class flash.ui.Keyboard
Constant associated with the key code value for the Enter key (13).
enterFrame — Event, class flash.display.DisplayObject
[broadcast event] Dispatched when the playhead is entering a new frame.
ENTER_FRAME — Constant Static Property, class flash.events.Event
Defines the value of the type property of an enterFrame event object.
enumerateFonts(enumerateDeviceFonts:Boolean) — Static Method , class flash.text.Font
Specifies whether to provide a list of the currently available embedded fonts.
EOFError — Dynamic Class, package flash.errors
An EOFError exception is thrown when you attempt to read past the end of the available data.
EOFError(message:String) — Constructor, class flash.errors.EOFError
Creates a new EOFError object.
equals(toCompare:flash.geom:Point) — method, class flash.geom.Point
Determines whether two points are equal.
equals(toCompare:flash.geom:Rectangle) — method, 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, 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.
ERASE — Constant Static Property, class flash.display.BlendMode
Erases the background based on the alpha value of the display object.
error — Property, class flash.events.AsyncErrorEvent
The exception that was thrown.
Error — Dynamic Class, Top Level
The Error class contains information about an error that occurred in a script.
Error(message:String, id:int) — Constructor, class Error
Creates a new Error object.
ERROR — Constant Static Property, class flash.events.ErrorEvent
Defines the value of the type property of an error event object.
ErrorEvent — class, 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, class flash.events.ErrorEvent
Creates an Event object that contains information about error events.
errorID — Property, class Error
Contains the reference number associated with the specific error message.
escape(str:String) — Package Function, 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, class flash.ui.Keyboard
Constant associated with the key code value for the Escape key (27).
escapeMultiByte(value:String) — Package Function, 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.
EULER_ANGLES — Constant Static Property, 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.
EvalError — Dynamic Class, 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, class EvalError
Creates a new EvalError object.
EVEN_ODD — Constant Static Property, class flash.display.GraphicsPathWinding
Establishes the even-odd winding type.
Event — class, 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, class flash.events.Event
Creates an Event object to pass as a parameter to event listeners.
EventDispatcher — class, 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, class flash.events.EventDispatcher
Aggregates an instance of the EventDispatcher class.
eventMirror — Property, 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, class flash.events.Event
The current phase in the event flow.
EventPhase — final class, package flash.events
The EventPhase class provides values for the eventPhase property of the Event class.
every(callback:Function, thisObject) — method, 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, 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_FIT — Constant Static Property, 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, 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.
exec(str:String) — method, class RegExp
Performs a search for the regular expression on the given string str.
exit(code:uint) — Static Method , class flash.system.System
Closes the Flash Player.
exitFrame — Event, class flash.display.DisplayObject
[broadcast event] Dispatched when the playhead is exiting the current frame.
EXIT_FRAME — Constant Static Property, class flash.events.Event
Defines the value of the type property of an exitFrame event object.
EXOTIC — Constant Static Property, class flash.text.engine.LigatureLevel
Used to specify exotic ligatures.
exp(val:Number) — Static Method , 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, 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, class flash.net.FileFilter
A list of file extensions.
ExternalInterface — final class, 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.
extract(target:flash.utils:ByteArray, length:Number, startPosition:Number) — method, class flash.media.Sound
Extracts raw sound data from a Sound object.
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