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  
language — Static property in class System.capabilities
Indicates the language of the system on which the player is running.
languageCodeArray — Static property in class mx.lang.Locale
An array containing language codes for the languages that have been specified or loaded into the FLA file.
lastChild — Property in class XMLNode
An XMLNode value that references the last child in the node's child list.
lastIndexOf(value:String, [startIndex:Number]) — Method in class String
Searches the string from right to left and returns the index of the last occurrence of value found before startIndex within the calling string.
leading — Property in class TextFormat
An integer that represents the amount of vertical space in pixels (called leading) between lines.
left — Property in class flash.geom.Rectangle
The x coordinate of the top-left corner of the rectangle.
LEFT — Constant static property in class Key
The key code value for the Left Arrow key (37).
leftMargin — Property in class TextFormat
The left margin of the paragraph, in points.
le (less than or equal to (strings)) — Operator
Deprecated since Flash Player 5 — This operator was deprecated in Flash 5 in favor of the <= (less than or equal to) operator.
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(expression:String, variable:Object) — Global function
Deprecated since Flash Player 5 — This function, along with all the string functions, has been deprecated. Macromedia recommends that you use the methods of the String class and the String.length property to perform the same operations.
length — Property in class String
An integer specifying the number of characters in the specified String object.
length — Property in class TextField
Indicates the number of characters in a text field.
length — Property in class flash.geom.Point
The length of the line segment from (0,0) to this point.
letterSpacing — Property in class TextFormat
The amount of space that is uniformly distributed between characters.
_level — Global property
A reference to the root Timeline of _level N.
lineGradientStyle(fillType:String, colors:Array, alphas:Array, ratios:Array, matrix:Object, [spreadMethod:String], [interpolationMethod:String], [focalPointRatio:Number]) — Method in class MovieClip
Specifies a line style that Flash uses for subsequent calls to the lineTo() and curveTo() methods until you call the lineStyle() method or the lineGradientStyle() method with different parameters.
lineStyle(thickness:Number, rgb:Number, alpha:Number, pixelHinting:Boolean, noScale:String, capsStyle:String, jointStyle:String, miterLimit:Number) — Method in class MovieClip
Specifies a line style that Flash uses for subsequent calls to the lineTo() and curveTo() methods until you call the lineStyle() method with different parameters.
lineTo(x:Number, y:Number) — Method in class MovieClip
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).
list() — Static method in class CustomActions
Returns an Array object containing the names of all the custom actions that are registered with the Flash authoring tool.
_listeners — Property in class AsBroadcaster
A list of references to all registered listener objects.
_listeners — Static property in class Key
A list of references to all listener objects that are registered with the Key object.
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(url:String) — Method in class LoadVars
Downloads variables from the specified URL, parses the variable data, and places the resulting variables in my_lv.
load(url:String) — Method in class XML
Loads an XML document from the specified URL, and replaces the contents of the specified XML object with the downloaded XML data.
load(url:String) — Method in class TextField.StyleSheet
Starts loading the CSS file into the StyleSheet.
loadBitmap(id:String) — Static method in class flash.display.BitmapData
Returns a new BitmapData object that contains a bitmap image representation of the symbol that is identified by a specified linkage ID in the library.
loadClip(url:String, target:Object) — Method in class MovieClipLoader
Loads a SWF, JPEG, progressive JPEG, unanimated GIF, or PNG file into a movie clip in Flash Player while the original movie is playing.
loaded — Property in class LoadVars
A Boolean value that indicates whether a load or sendAndLoad operation has completed, undefined by default.
loaded — Property in class XML
The property that indicates whether the XML document has successfully loaded.
loadLanguageXML(xmlLanguageCode:String, customXmlCompleteCallback:Function) — Static method in class mx.lang.Locale
Loads the specified XML language file.
loadMovie(url:String, target:Object, [method:String]) — Global function
Loads a SWF or JPEG file into Flash Player while the original SWF file plays.
loadMovie(url:String, [method:String]) — Method in class MovieClip
Loads a SWF, JPEG, GIF, or PNG file into a movie clip in Flash Player while the original SWF file is playing.
loadMovieNum(url:String, level:Number, [method:String]) — Global function
Loads a SWF or JPEG file into a level in Flash Player while the originally loaded SWF file plays.
loadPolicyFile(url:String) — Static method in class System.security
Loads a cross-domain policy file from a location specified by the url parameter.
loadSound(url:String, isStreaming:Boolean) — Method in class Sound
Loads an MP3 file into a Sound object.
loadString(id:String) — Static method in class mx.lang.Locale
Returns the string value associated with the given string ID in the current language.
loadStringEx(stringID:String, languageCode:String) — Static method in class mx.lang.Locale
Returns the string value associated with the given string ID and language code.
loadVariables(url:String, target:Object, [method:String]) — Global function
Reads data from an external file, such as a text file or text generated by ColdFusion, a CGI script, Active Server Pages (ASP), PHP, or Perl script, and sets the values for variables in a target movie clip.
loadVariables(url:String, [method:String]) — Method in class MovieClip
Reads data from an external file and sets the values for variables in the movie clip.
loadVariablesNum(url:String, level:Number, [method:String]) — Global function
Reads data from an external file, such as a text file or text generated by a ColdFusion, CGI script, ASP, PHP, or Perl script, and sets the values for variables in a Flash Player level.
LoadVars — Dynamic class in Top Level
You can use the LoadVars class to obtain verification of successful data loading and to monitor download progress.
LoadVars() — Constructor in class LoadVars
Creates a LoadVars object.
LocalConnection — Dynamic class in Top Level
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 LocalConnection
Creates a LocalConnection object.
Locale — Class in package mx.lang
The mx.lang.Locale class allows you to control how multilanguage text is displayed in a SWF file.
localFileReadDisable — Static property in class System.capabilities
A Boolean value that indicates whether read access to the user's hard disk has been administratively prohibited (true) or allowed (false).
localName — Property in class XMLNode
The local name portion of the XML node's name.
localToGlobal(pt:Object) — Method in class MovieClip
Converts the pt object from the movie clip's (local) coordinates to the Stage (global) coordinates.
_lockroot — Property in class MovieClip
A Boolean value that specifies what _root refers to when a SWF file is loaded into a movie clip.
log(x:Number) — Static method in class Math
Returns the natural logarithm of parameter x.
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 (Math.E), expressed as log2e, with an approximate value of 1.442695040888963387.
lt (less than (strings)) — Operator
Deprecated since Flash Player 5 — This operator was deprecated in favor of the < (less than) operator.