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  
label — Statement
Associates a statement with an identifier that can be referenced by a break or continue statement.
labels — Property in class flash.display.Scene
An array of FrameLabel objects for the scene.
LANDSCAPE — Constant static property in class flash.printing.PrintJobOrientation
The landscape image orientation for printing.
language — Static property in class flash.system.Capabilities
Specifies the language code of the system on which the player is running.
lastChild — Property in class flash.xml.XMLNode
An XMLNode value that references the last child in the node's child list.
lastIndex — Property in class RegExp
Specifies the index position in the string at which to start the next search.
lastIndexOf(searchElement, fromIndex:int) — Method in class Array
Searches for an item in an array, working backwards from the last item, and returns the index position of the matching item using strict equality (===).
lastIndexOf(val:String, startIndex:Number) — Method in class String
Searches the string from right to left and returns the index of the last occurrence of val found before startIndex.
LAYER — Constant static property in class flash.display.BlendMode
Forces the creation of a transparency group for the display object.
LCD — Constant static property in class flash.text.TextDisplayMode
Forces Flash Player to use LCD subpixel anti-aliasing.
leading — Property in class flash.text.TextFormat
An integer representing the amount of vertical space (called leading) between lines.
leading — Property in class flash.text.TextLineMetrics
The leading value is the measurement of the vertical distance between the lines of text.
left — Property in class flash.geom.Rectangle
The x coordinate of the top-left corner of the rectangle.
LEFT — Constant static property in class flash.display.StageAlign
Specifies that the Stage is aligned on the left.
LEFT — Constant static property in class flash.text.TextFieldAutoSize
Specifies that the text is to be treated as left-justified text, meaning that the left side of the text field remains fixed and any resizing of a single line is on the right side.
LEFT — Constant static property in class flash.text.TextFormatAlign
Constant; aligns text to the left within the text field.
LEFT — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the Left Arrow key (37).
LEFT — Constant static property in class flash.ui.KeyLocation
The key activated is in the left key location (there is more than one possible location for this key).
leftMargin — Property in class flash.text.TextFormat
The left margin of the paragraph, in pixels.
leftPeak — Property in class flash.media.SoundChannel
The current amplitude (volume) of the left channel, from 0 (silent) to 1 (full amplitude).
leftToLeft — Property in class flash.media.SoundTransform
A value, from 0 (none) to 1 (all), specifying how much of the left input is played in the left speaker.
leftToRight — Property in class flash.media.SoundTransform
A value, from 0 (none) to 1 (all), specifying how much of the left input is played in the right speaker.
length — Property in class arguments
The number of arguments passed to the function.
length — Property in class Array
A non-negative integer specifying the number of elements in the array.
length — Property in class String
An integer specifying the number of characters in the specified String object.
length() — Method in class XML
For XML objects, this method always returns the integer 1.
length() — Method in class XMLList
Returns the number of properties in the XMLList object.
length — Property in class flash.geom.Point
The length of the line segment from (0,0) to this point.
length — Property in class flash.media.Sound
The length of the current sound in milliseconds.
length — Property in class flash.text.TextField
The number of characters in a text field.
length — Property in class flash.utils.ByteArray
The length of the ByteArray object, in bytes.
letterSpacing — Property in class flash.text.TextFormat
An integer representing the amount of space that is uniformly distributed between all characters.
level — Property in class flash.events.StatusEvent
The category of the message, such as "status", "warning" or "error".
LIGHT_COLOR — Constant static property in class flash.text.TextColorType
Used in the colorType parameter in the setAdvancedAntiAliasingTable() method.
LIGHTEN — Constant static property in class flash.display.BlendMode
Selects the lighter of the constituent colors of the display object and the colors of the background (the colors with the larger values).
LINEAR — Constant static property in class flash.display.GradientType
Value used to specify a linear gradient fill.
LINEAR_RGB — Constant static property in class flash.display.InterpolationMethod
Specifies that the linear RGB interpolation method should be used.
lineGradientStyle(type:String, colors:Array, alphas:Array, ratios:Array, matrix:flash.geom:Matrix, spreadMethod:String, interpolationMethod:String, focalPointRatio:Number) — Method in class flash.display.Graphics
Specifies a gradient for the line style that Flash Player uses for subsequent calls to other Graphics methods (such as lineTo() or drawCircle()) for the object.
LineScaleMode — Final class in package flash.display
A class that provides values for the scaleMode parameter in the Graphics.lineStyle() method.
lineStyle(thickness:Number, color:uint, alpha:Number, pixelHinting:Boolean, scaleMode:String, caps:String, joints:String, miterLimit:Number) — Method in class flash.display.Graphics
Specifies a line style that Flash uses for subsequent calls to other Graphics methods (such as lineTo() or drawCircle()) for the object.
lineTo(x:Number, y:Number) — Method in class flash.display.Graphics
Draws a line using the current line style from the current drawing position to (x, y); the current drawing position is then set to (x, y).
link — Event in class flash.text.TextField
Flash Player dispatches the link event when a user clicks a hyperlink in an HTML-enabled text field, where the URL begins with "event:".
LINK — Constant static property in class flash.events.TextEvent
Flash Player dispatches the link event when a user clicks a hyperlink in an HTML-enabled text field, where the URL begins with "event:".
LITTLE_ENDIAN — Constant static property in class flash.utils.Endian
Indicates the least significant byte of the multibyte number appears first in the sequence of bytes.
liveDelay — Property in class flash.net.NetStream
The number of seconds of data in the specified subscribing stream's buffer in live (unbuffered) mode.
LN10 — Constant static property in class Math
A mathematical constant for the natural logarithm of 10, expressed as loge10, with an approximate value of 2.302585092994046.
LN2 — Constant static property in class Math
A mathematical constant for the natural logarithm of 2, expressed as loge2, with an approximate value of 0.6931471805599453.
load(request:flash.net:URLRequest, context:flash.system:LoaderContext) — Method in class flash.display.Loader
Loads a SWF, JPEG, progressive JPEG, unanimated GIF, or PNG file into an object that is a child of this Loader object.
load(stream:flash.net:URLRequest, context:flash.media:SoundLoaderContext) — Method in class flash.media.Sound
Initiates loading of an external MP3 file from the specified URL.
load(request:flash.net:URLRequest) — Method in class flash.net.URLLoader
Downloads data from the specified URL.
load(request:flash.net:URLRequest) — Method in class flash.net.URLStream
Begins downloading the URL specified in the request parameter.
loadBytes(bytes:flash.utils:ByteArray, context:flash.system:LoaderContext) — Method in class flash.display.Loader
Loads from binary data stored in a ByteArray object.
loader — Property in class flash.display.LoaderInfo
The Loader object associated with this LoaderInfo object.
Loader — Class in package flash.display
The Loader class is used to load SWF files or image (JPG, PNG, or GIF) files.
Loader() — Constructor in class flash.display.Loader
Creates a Loader object that you can use to load files, such as SWF, JPEG, GIF, or PNG files.
LoaderContext — Class in package flash.system
Provides options for loading SWF files and other media using the Loader class.
LoaderContext(checkPolicyFile:Boolean, applicationDomain:flash.system:ApplicationDomain, securityDomain:flash.system:SecurityDomain) — Constructor in class flash.system.LoaderContext
Creates a new LoaderContext object, with the specified settings.
loaderInfo — Property in class flash.display.DisplayObject
Returns a LoaderInfo object containing information about loading the file to which this display object belongs.
LoaderInfo — Class in package flash.display
The LoaderInfo class provides information about a loaded SWF file or an image file (JPEG, GIF, or PNG).
loaderURL — Property in class flash.display.LoaderInfo
The URL of the SWF file that initiated the loading of the media described by this LoaderInfo object.
loadPolicyFile(url:String) — Static method in class flash.system.Security
Loads a cross-domain policy file from a location specified by the url parameter.
LocalConnection — Class in package flash.net
The LocalConnection class lets you develop SWF files that can send instructions to each other without the use of fscommand() or JavaScript.
LocalConnection() — Constructor in class flash.net.LocalConnection
Creates a LocalConnection object.
localeCompare(other:String, ... rest) — Method in class String
Compares the sort order of two or more strings and returns the result of the compare as an integer.
localFileReadDisable — Static property in class flash.system.Capabilities
Specifies whether read access to the user's hard disk has been administratively prohibited (true) or allowed (false).
localName — Property in class QName
The local name of the QName object.
localName() — Method in class XML
Gives the local name portion of the qualified name of the XML object.
localName — Property in class flash.xml.XMLNode
The local name portion of the XML node's name.
LOCAL_STORAGE — Constant static property in class flash.system.SecurityPanel
When passed to Security.showSettings(), displays the Local Storage Settings panel in Flash Player Settings.
localToGlobal(point:flash.geom:Point) — Method in class flash.display.DisplayObject
Converts the point object from the display object's (local) coordinates to the Stage (global) coordinates.
LOCAL_TRUSTED — Constant static property in class flash.system.Security
LOCAL_WITH_FILE — Constant static property in class flash.system.Security
LOCAL_WITH_NETWORK — Constant static property in class flash.system.Security
localX — Property in class flash.events.MouseEvent
The horizontal coordinate at which the event occurred relative to the containing sprite.
localY — Property in class flash.events.MouseEvent
The vertical coordinate at which the event occurred relative to the containing sprite.
lock() — Method in class flash.display.BitmapData
Locks an image so that any objects that reference the BitmapData, such as Bitmap objects, are not updated when this BitmapData changes.
log(val:Number) — Static method in class Math
Returns the natural logarithm of parameter val.
LOG10E — Constant static property in class Math
A mathematical constant for the base-10 logarithm of the constant e (Math.E), expressed as log10e, with an approximate value of 0.4342944819032518.
LOG2E — Constant static property in class Math
A mathematical constant for the base-2 logarithm of the constant e, expressed as log2e, with an approximate value of 1.442695040888963387.
loop — Property in class flash.ui.ContextMenuBuiltInItems
The Loop menu item lets the user set a SWF file to start over automatically when it reaches the final frame (does not appear for a single-frame SWF file).
LOW — Constant static property in class flash.display.StageQuality
Specifies low rendering quality: graphics are not anti-aliased, and bitmaps are not smoothed.
LOW — Constant static property in class flash.filters.BitmapFilterQuality
Defines the low quality filter setting.
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