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 break or continue.
labels — Property, class flash.display.Scene
An array of FrameLabel objects for the scene.
LANDSCAPE — Constant Static Property, class flash.printing.PrintJobOrientation
The landscape (horizontal) image orientation for printing.
language — Static Property, class flash.system.Capabilities
Specifies the language code of the system on which the player is running.
lastChild — Property, class flash.xml.XMLNode
An XMLNode value that references the last child in the node's child list.
lastIndex — Property, class RegExp
Specifies the index position in the string at which to start the next search.
lastIndexOf(searchElement, fromIndex:int) — method, class Array
Searches for an item in an array, working backward from the last item, and returns the index position of the matching item using strict equality (===).
lastIndexOf(val:String, startIndex:Number) — method, class String
Searches the string from right to left and returns the index of the last occurrence of val found before startIndex.
lastIndexOf(searchElement:T, fromIndex:int) — method, class Vector
Searches for an item in the Vector, working backward from the specified index position, and returns the index position of the matching item.
lastLine — Property, class flash.text.engine.TextBlock
The last TextLine in the TextBlock, if any.
LAYER — Constant Static Property, class flash.display.BlendMode
Forces the creation of a transparency group for the display object.
LCD — Constant Static Property, class flash.text.TextDisplayMode
Forces Flash Player to use LCD subpixel anti-aliasing.
leading — Property, class flash.text.TextFormat
An integer representing the amount of vertical space (called leading) between lines.
leading — Property, class flash.text.TextLineMetrics
The leading value is the measurement of the vertical distance between the lines of text.
left — Property, class flash.geom.Rectangle
The x coordinate of the top-left corner of the rectangle.
LEFT — Constant Static Property, class flash.display.StageAlign
Specifies that the Stage is aligned on the left.
LEFT — Constant Static Property, 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, class flash.text.TextFormatAlign
Constant; aligns text to the left within the text field.
LEFT — Constant Static Property, class flash.ui.KeyLocation
Indicates the key activated is in the left key location (there is more than one possible location for this key).
LEFT — Constant Static Property, class flash.ui.Keyboard
Constant associated with the key code value for the Left Arrow key (37).
leftExtension — Property, class flash.filters.ShaderFilter
The growth in pixels on the left side of the target object.
leftMargin — Property, class flash.text.TextFormat
The left margin of the paragraph, in pixels.
leftPeak — Property, class flash.media.SoundChannel
The current amplitude (volume) of the left channel, from 0 (silent) to 1 (full amplitude).
leftToLeft — Property, 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, 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.
len — Property, class flash.net.NetStreamPlayOptions
The duration of playback, in seconds, for the stream specified in streamName.
length — Property, class Array
A non-negative integer specifying the number of elements in the array.
length — Property, class String
An integer specifying the number of characters in the specified String object.
length — Property, class Vector
The range of valid indices available in the Vector.
length() — method, class XML
For XML objects, this method always returns the integer 1.
length() — method, class XMLList
Returns the number of properties in the XMLList object.
length — Property, class arguments
The number of arguments passed to the function.
length — Property, class flash.geom.Point
The length of the line segment from (0,0) to this point.
length — Property, class flash.geom.Vector3D
The length, magnitude, of the current Vector3D object from the origin (0,0,0) to the object's x, y, and z coordinates.
length — Property, class flash.media.Sound
The length of the current sound in milliseconds.
length — Property, class flash.text.TextField
The number of characters in a text field.
length — Property, class flash.utils.ByteArray
The length of the ByteArray object, in bytes.
lengthSquared — Property, class flash.geom.Vector3D
The square of the length of the current Vector3D object, calculated using the x, y, and z properties.
letterSpacing — Property, class flash.text.TextFormat
A number representing the amount of space that is uniformly distributed between all characters.
letterSpacing — Property, class flash.text.engine.SpaceJustifier
Specifies whether to use letter spacing during justification.
level — Property, class flash.events.StatusEvent
The category of the message, such as "status", "warning" or "error".
ligatureLevel — Property, class flash.text.engine.ElementFormat
The ligature level used for this text.
LigatureLevel — final class, package flash.text.engine
The LigatureLevel class is an enumeration of constant values used in setting the ligatureLevel property of the ElementFormat class.
LIGHT_COLOR — Constant Static Property, class flash.text.TextColorType
Used in the colorType parameter in the setAdvancedAntiAliasingTable() method.
LIGHTEN — Constant Static Property, 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).
line — Constant Property, class flash.sampler.StackFrame
The line number for the function in the SWF file being debugged.
LINEAR — Constant Static Property, class flash.display.GradientType
Value used to specify a linear gradient fill.
LINEAR_RGB — Constant Static Property, class flash.display.InterpolationMethod
Specifies that the linear RGB interpolation method should be used.
lineBitmapStyle(bitmap:flash.display:BitmapData, matrix:flash.geom:Matrix, repeat:Boolean, smooth:Boolean) — method, class flash.display.Graphics
Specifies a bitmap to use for the line stroke when drawing lines.
lineGradientStyle(type:String, colors:Array, alphas:Array, ratios:Array, matrix:flash.geom:Matrix, spreadMethod:String, interpolationMethod:String, focalPointRatio:Number) — method, class flash.display.Graphics
Specifies a gradient to use for the stroke when drawing lines.
lineJustification — Property, class flash.text.engine.TextJustifier
Specifies the line justification for the text in a text block.
LineJustification — final class, package flash.text.engine
The LineJustification class is an enumeration of constant values used in setting the lineJustfication property of the TextJustifier subclasses.
lineRotation — Property, class flash.text.engine.TextBlock
Rotates the text lines in the text block as a unit.
LineScaleMode — final class, package flash.display
The LineScaleMode class provides values for the scaleMode parameter in the Graphics.lineStyle() method.
lineShaderStyle(shader:flash.display:Shader, matrix:flash.geom:Matrix) — method, class flash.display.Graphics
Specifies a shader to use for the line stroke when drawing lines.
lineStyle(thickness:Number, color:uint, alpha:Number, pixelHinting:Boolean, scaleMode:String, caps:String, joints:String, miterLimit:Number) — method, class flash.display.Graphics
Specifies a line style used for subsequent calls to Graphics methods such as the lineTo() method or the drawCircle() method.
lineTo(x:Number, y:Number) — method, 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).
lineTo(x:Number, y:Number) — method, class flash.display.GraphicsPath
Adds a new "lineTo" command to the commands vector and new coordinates to the data vector.
LINE_TO — Constant Static Property, class flash.display.GraphicsPathCommand
Specifies a drawing command that draws a line from the current drawing position to the x- and y-coordinates specified in the data vector.
LINING — Constant Static Property, class flash.text.engine.DigitCase
Used to specify lining digit case.
link — Event, class flash.text.TextField
Dispatched when a user clicks a hyperlink in an HTML-enabled text field, where the URL begins with "event:".
link — Property, class flash.ui.ContextMenu
The URLRequest of the link.
LINK — Constant Static Property, class flash.events.TextEvent
Defines the value of the type property of a link event object.
LITTLE_ENDIAN — Constant Static Property, class flash.utils.Endian
Indicates the least significant byte of the multibyte number appears first in the sequence of bytes.
liveDelay — Property, class flash.net.NetStream
The number of seconds of data in the subscribing stream's buffer in live (unbuffered) mode.
LN10 — Constant Static Property, 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, 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, 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, class flash.media.Sound
Initiates loading of an external MP3 file from the specified URL.
load() — method, class flash.net.FileReference
Starts the load of a local file selected by a user.
load(request:flash.net:URLRequest) — method, class flash.net.URLLoader
Sends and loads data from the specified URL.
load(request:flash.net:URLRequest) — method, class flash.net.URLStream
Begins downloading the URL specified in the request parameter.
loadBytes(bytes:flash.utils:ByteArray, context:flash.system:LoaderContext) — method, class flash.display.Loader
Loads from binary data stored in a ByteArray object.
loader — Property, class flash.display.LoaderInfo
The Loader object associated with this LoaderInfo object.
Loader — class, package flash.display
The Loader class is used to load SWF files or image (JPG, PNG, or GIF) files.
Loader() — Constructor, 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, package flash.system
The LoaderContext class provides options for loading SWF files and other media by using the Loader class.
LoaderContext(checkPolicyFile:Boolean, applicationDomain:flash.system:ApplicationDomain, securityDomain:flash.system:SecurityDomain) — Constructor, class flash.system.LoaderContext
Creates a new LoaderContext object, with the specified settings.
loaderInfo — Property, class flash.display.DisplayObject
Returns a LoaderInfo object containing information about loading the file to which this display object belongs.
LoaderInfo — class, package flash.display
The LoaderInfo class provides information about a loaded SWF file or a loaded image file (JPEG, GIF, or PNG).
loaderURL — Property, 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 , class flash.system.Security
Looks for a policy file at the location specified by the url parameter.
local3DToGlobal(point3d:flash.geom:Vector3D) — method, class flash.display.DisplayObject
Converts a three-dimensional point of the three-dimensional display object's (local) coordinates to a two-dimensional point in the Stage (global) coordinates.
LocalConnection — class, package flash.net
The LocalConnection class lets you create a LocalConnection object that can invoke a method in another LocalConnection object, either within a single SWF file or between multiple SWF files.
LocalConnection() — Constructor, class flash.net.LocalConnection
Creates a LocalConnection object.
locale — Property, class flash.text.engine.ElementFormat
The locale of the text.
locale — Property, class flash.text.engine.TextJustifier
Specifies the locale to determine the justification rules for the text in a text block.
localeCompare(other:String, ... rest) — method, class String
Compares the sort order of two or more strings and returns the result of the comparison as an integer.
localFileReadDisable — Static Property, class flash.system.Capabilities
Specifies whether read access to the user's hard disk has been administratively prohibited (true) or allowed (false).
localName — Property, class QName
The local name of the QName object.
localName() — method, class XML
Gives the local name portion of the qualified name of the XML object.
localName — Property, class flash.xml.XMLNode
The local name portion of the XML node's name.
LOCAL_STORAGE — Constant Static Property, 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, 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, class flash.system.Security
The file is a local file and has been trusted by the user, using either the Flash Player Settings Manager or a FlashPlayerTrust configuration file.
LOCAL_WITH_FILE — Constant Static Property, class flash.system.Security
The file is a local file, has not been trusted by the user, and was not published with a networking designation.
LOCAL_WITH_NETWORK — Constant Static Property, class flash.system.Security
The file is a local file, has not been trusted by the user, and was published with a networking designation.
localX — Property, class flash.events.MouseEvent
The horizontal coordinate at which the event occurred relative to the containing sprite.
localY — Property, class flash.events.MouseEvent
The vertical coordinate at which the event occurred relative to the containing sprite.
lock() — method, class flash.display.BitmapData
Locks an image so that any objects that reference the BitmapData object, such as Bitmap objects, are not updated when this BitmapData object changes.
locked — Property, class flash.text.engine.ElementFormat
Indicates whether the ElementFormat is locked.
locked — Property, class flash.text.engine.FontDescription
Indicates whether or not the FontDescription is locked.
log(val:Number) — Static Method , class Math
Returns the natural logarithm of the parameter val.
LOG10E — Constant Static Property, 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, 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, class flash.ui.ContextMenuBuiltInItems
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).
loopback — Property, class flash.media.Camera
Indicates whether a local view of what the camera is capturing is compressed and decompressed (true), as it would be for live transmission using Flash Media Server, or uncompressed (false).
LOW — Constant Static Property, class flash.display.StageQuality
Specifies low rendering quality: graphics are not anti-aliased, and bitmaps are not smoothed.
LOW — Constant Static Property, class flash.filters.BitmapFilterQuality
Defines the low quality filter setting.
LOWERCASE — Constant Static Property, class flash.text.engine.TypographicCase
Specifies that all characters use lowercase glyphs on output.
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