| 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 |
| L — class Keyboard |
|
Constant associated with the key code value for the L key (76). |
| label — class LabelButton |
|
Gets or sets the text label for the component. |
| label — class ListData |
|
The label to be displayed in the cell. |
| label — class SimpleCollectionItem |
|
The label property of the object. |
| label — class TileListCollectionItem |
|
The label property of the object. |
| label — class Keyframe |
|
A string used to describe the keyframe. |
| label — class NativeMenuItem |
|
The display string of this menu item. |
| label — Statement |
| Associates a statement with an identifier that can be referenced by break or continue. |
| Label — class, package window.runtime.fl.controls |
|
A Label component displays one or more lines of plain or
HTML-formatted text that can be formatted for alignment and
size. |
| Label() — Constructor, class Label |
|
Creates a new Label component instance. |
| LabelButton — class, package window.runtime.fl.controls |
|
The LabelButton class is an abstract class that extends the
BaseButton class by adding a label, an icon, and toggle functionality. |
| LabelButton() — Constructor, class LabelButton |
|
Creates a new LabelButton component instance. |
| LabelButtonAccImpl — class, package window.runtime.fl.accessibility |
|
The LabelButtonAccImpl class, also called the LabelButton Accessibility Implementation class,
is used to make a LabelButton component accessible. |
| labelChange — Event, class LabelButton |
|
Dispatched after the label value changes. |
| LABEL_CHANGE — class ComponentEvent |
|
Defines the value of the type property of a labelChange
event object. |
| labelField — class ComboBox |
|
Gets or sets the name of the field in the dataProvider object
to be displayed as the label for the TextInput field and drop-down list. |
| labelField — class List |
|
Gets or sets the name of the field in the dataProvider object
to be displayed as the label for the TextInput field and drop-down list. |
| labelField — class TileList |
|
Gets or sets a field in each item that contains a label for each tile. |
| labelFunction — class ComboBox |
|
Gets or sets the function to be used to obtain the label for the item. |
| labelFunction — class DataGrid |
|
Gets or sets a function that determines which fields of each
item to use for the label text. |
| labelFunction — class List |
|
Gets or sets the function to be used to obtain the label for the item. |
| labelFunction — class TileList |
|
Gets a function that indicates the fields of an item that provide the label text for a tile. |
| labelFunction — class DataGridColumn |
|
A function that determines the text to be displayed in this column. |
| labelPlacement — class LabelButton |
|
Position of the label in relation to a specified icon. |
| labels — class Scene |
|
An array of FrameLabel objects for the scene. |
| LANDSCAPE — class PrintJobOrientation |
|
The landscape (horizontal) image orientation for printing. |
| language — class Capabilities |
|
Specifies the language code of the system on which the content is running. |
| languageCodeArray — class Locale |
|
An array containing language codes for the languages that have been specified or loaded into the FLA file. |
| languages — class Capabilities |
|
An array of strings that contain information about the user's preferred user interface languages, as set
through the operating system. |
| lastChild — class XMLNode |
|
An XMLNode value that references the last child in the node's child list. |
| lastIndex — class RegExp |
|
Specifies the index position in the string at which to start the next search. |
| lastIndexOf(, ) — 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(, ) — method, class String |
|
Searches the string from right to left and returns the index of the last occurrence
of val found before startIndex. |
| lastInsertRowID — class SQLConnection |
|
The last generated row identifier created by a SQL INSERT
statement. |
| lastInsertRowID — class SQLResult |
|
The last generated row identifier generated by a SQL INSERT
statement. |
| lastStatusUpdate — class ServiceMonitor |
|
The time of the last status update. |
| LAYER — class BlendMode |
|
Forces the creation of a transparency group for the display object. |
| layout — Event, class FLVPlayback |
|
Dispatched when the video player is resized or laid out. |
| layout — Event, class VideoPlayer |
|
Dispatched when the video player is resized or laid out. |
| LAYOUT — class LayoutEvent |
|
Defines the value of the type
property of a layout event object. |
| LayoutEvent — class, package window.runtime.fl.video |
|
Event dispatched when the video player is resized and/or laid out. |
| LayoutEvent(, , , , ) — Constructor, class LayoutEvent |
|
Creates an Event object that contains information about layout events. |
| LCD — class TextDisplayMode |
|
Forces Flash Player to use LCD subpixel anti-aliasing. |
| leading — class TextFormat |
|
An integer representing the amount of vertical space (called leading)
between lines. |
| leading — class TextLineMetrics |
|
The leading value is the measurement of the vertical distance between the lines of text. |
| left — class Rectangle |
|
The x coordinate of the top-left corner of the rectangle. |
| LEFT — class ButtonLabelPlacement |
|
The label appears to the left of the icon. |
| LEFT — class ProgressBarDirection |
|
Fill the progress bar from right to left. |
| LEFT — class VideoAlign |
|
Specifies that the video is aligned on the left. |
| LEFT — class NativeWindowResize |
|
The left edge of the window. |
| LEFT — class StageAlign |
|
Specifies that the Stage is aligned on the left. |
| LEFT — class 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 — class TextFormatAlign |
|
Constant; aligns text to the left within the text field. |
| LEFT — class KeyLocation |
|
Indicates the key activated is in the left key location (there is more than one possible location for this
key). |
| LEFT — class Keyboard |
|
Constant associated with the key code value for the Left Arrow key (37). |
| LEFTBRACKET — class Keyboard |
|
Constant associated with the key code value for the [ key (219). |
| leftMargin — class TextFormat |
|
The left margin of the paragraph, in pixels. |
| leftPeak — class SoundChannel |
|
The current amplitude (volume) of the left channel, from 0 (silent) to 1 (full amplitude). |
| leftToLeft — class SoundTransform |
|
A value, from 0 (none) to 1 (all), specifying how much of the left input is played in the
left speaker. |
| leftToRight — class SoundTransform |
|
A value, from 0 (none) to 1 (all), specifying how much of the left input is played in the
right speaker. |
| length — class Array |
|
A non-negative integer specifying the number of elements in the array. |
| length — class String |
|
An integer specifying the number of characters in the specified String object. |
| 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 — class arguments |
|
The number of arguments passed to the function. |
| length — class ComboBox |
|
Gets the number of items in the list. |
| length — class SelectableList |
|
Gets the number of items in the data provider. |
| length — class TextArea |
|
Gets the count of characters that the TextArea component contains. |
| length — class TextInput |
|
Gets the number of characters in a TextInput component. |
| length — class DataProvider |
|
The number of items that the data provider contains. |
| length — class Point |
|
The length of the line segment from (0,0) to this point. |
| length — class Sound |
|
The length of the current sound in milliseconds. |
| length — class TextField |
|
The number of characters in a text field. |
| length — class ByteArray |
|
The length of the ByteArray object, in bytes. |
| letterSpacing — class TextFormat |
|
A number representing the amount of space that is uniformly distributed between all characters. |
| level — class StatusEvent |
|
The category of the message, such as "status", "warning" or "error". |
| LIGHT_COLOR — class TextColorType |
|
Used in the colorType parameter in the setAdvancedAntiAliasingTable() method. |
| LIGHTEN — class BlendMode |
|
Selects the lighter of the constituent colors of the display object and the colors of the background (the
colors with the larger values). |
| LIGHTWEIGHT — class NativeWindowType |
|
A minimal window. |
| line — class StackFrame |
|
The line number for the function in the SWF file being debugged. |
| Linear — class, package window.runtime.fl.motion.easing |
|
The Linear class defines easing functions to implement
non-accelerated motion with ActionScript animations. |
| LINEAR — class GradientType |
|
Value used to specify a linear gradient fill. |
| LINEAR_RGB — class InterpolationMethod |
|
Specifies that the linear RGB interpolation method should be used. |
| lineEnding — class File |
|
The line-ending character sequence used by the host operating system. |
| lineGradientStyle(, , , , , , , ) — method, class Graphics |
|
Specifies a gradient for the line style that subsequent calls to other
Graphics methods (such as lineTo() or drawCircle()) use for drawing. |
| LineScaleMode — final class, package window.runtime.flash.display |
|
The LineScaleMode class provides values for the scaleMode
parameter in the Graphics.lineStyle() method. |
| lineScrollSize — class ScrollBar |
|
Gets or sets a value that represents the increment by which to scroll the page
when the scroll bar track is pressed. |
| lineStyle(, , , , , , , ) — method, class Graphics |
|
Specifies a line style that Flash uses for subsequent calls to other
Graphics methods (such as lineTo() or drawCircle()) for the object. |
| lineTo(, ) — method, class 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, class TextField |
|
Dispatched when a user clicks a hyperlink in an
HTML-enabled text field, where the URL begins with "event:". |
| LINK — class NativeDragActions |
|
Defines the string to use for the link action. |
| LINK — class TextEvent |
|
Defines the value of the type property of a link event object. |
| linkageID — class Source |
|
Indicates the library linkage identifier for the symbol from which the Motion instance was generated. |
| List — class, package window.runtime.fl.controls |
|
The List component displays list-based information and is ideally suited
for the display of arrays of information. |
| List() — Constructor, class List |
|
Creates a new List component instance. |
| ListAccImpl — class, package window.runtime.fl.accessibility |
|
The ListAccImpl class, also called the List Accessiblity Implementation class,
is used to make a List component accessible. |
| listData — class DataGridCellEditor |
|
Gets or sets the list properties that are applied to the cell--for example,
the index and selected values. |
| listData — class CellRenderer |
|
Gets or sets the list properties that are applied to the cell--for example,
the index and selected values. |
| listData — interface ICellRenderer |
|
Gets or sets the list properties that are applied to the cell--for example,
the index and selected values. |
| listData — class ImageCell |
|
Gets or sets the list properties that are applied to the cell, for example,
the index and selected values. |
| ListData — class, package window.runtime.fl.controls.listClasses |
|
ListData is a messenger class that holds information relevant to a specific
cell in a list-based component. |
| ListData(, , , , , ) — Constructor, class ListData |
|
Creates a new instance of the ListData class as specified by its parameters. |
| ListEvent — class, package window.runtime.fl.events |
|
The ListEvent class defines events for list-based components including the List, DataGrid, TileList, and ComboBox components. |
| ListEvent(, , , , , , ) — Constructor, class ListEvent |
|
Creates a new ListEvent object with the specified parameters. |
| LITTLE_ENDIAN — class Endian |
|
Indicates the least significant byte of the multibyte number appears first in the sequence of bytes. |
| liveDelay — class NetStream |
|
The number of seconds of data in the subscribing stream's
buffer in live (unbuffered) mode. |
| liveDragging — class Slider |
|
Gets or sets a Boolean value that indicates whether the SliderEvent.CHANGE
event is dispatched continuously as the user moves the slider thumb. |
| LivePreviewParent — class, package window.runtime.fl.livepreview |
|
The LivePreviewParent class provides the timeline for a SWC file
or for a compiled clip that is being exported when ActionScript 3.0
is selected. |
| LivePreviewParent() — Constructor, class LivePreviewParent |
|
Initializes the scale and align modes of the Stage, sets the
myInstance property, resizes myInstance to
the proper size and uses the ExternalInterface class to expose
functions to Flash. |
| LN10 — class Math |
|
A mathematical constant for the natural logarithm of 10, expressed as loge10,
with an approximate value of 2.302585092994046. |
| LN2 — class Math |
|
A mathematical constant for the natural logarithm of 2, expressed as loge2,
with an approximate value of 0.6931471805599453. |
| load(, ) — method, class ScrollPane |
|
The request parameter of this method accepts only a URLRequest object
whose source property contains a string, a class, or a
URLRequest object. |
| load(, ) — method, class UILoader |
|
Loads the specified content or, if no content is specified, loads the
content from the location identified by the source property. |
| load(, , ) — method, class FLVPlayback |
|
Begins loading the FLV file and provides a shortcut for setting the
autoPlay property to false and setting the
source, totalTime, and isLive
properties, if given. |
| load(, , ) — method, class VideoPlayer |
|
Similar to the play() method, but causes the FLV file
to load without playing. |
| load(, ) — method, class Loader |
|
Loads a SWF, JPEG, progressive JPEG, unanimated GIF, or PNG file into an object that is a child of
this Loader object. |
| load() — method, class HTMLLoader |
|
Loads the HTMLLoader object with data from the site specified by the urlRequestToLoad parameter. |
| load(, ) — method, class Sound |
|
Initiates loading of an external MP3 file from the specified URL. |
| load() — method, class URLLoader |
|
Sends and loads data from the specified URL. |
| load() — method, class URLStream |
|
Begins downloading the URL specified in the request parameter. |
| loadBytes(, ) — method, class UILoader |
|
Loads binary data that is stored in a ByteArray object. |
| loadBytes(, ) — method, class Loader |
|
Loads from binary data stored in a ByteArray object. |
| loaded — class HTMLLoader |
|
Indicates whether the JavaScript load event corresponding to the previous call to the
load() or loadString() method has been delivered to
the HTML DOM in the HTMLLoader object. |
| loader — class LoaderInfo |
|
The Loader object associated with this LoaderInfo object. |
| Loader — class, package window.runtime.flash.display |
|
The Loader class is used to load SWF files or image (JPG, PNG, or GIF) files. |
| Loader() — Constructor, class Loader |
|
Creates a Loader object that you can use to load files, such as SWF, JPEG, GIF, or PNG files. |
| LoaderContext — class, package window.runtime.flash.system |
|
The LoaderContext class provides options for loading SWF files and other media by using the Loader class. |
| LoaderContext(, , ) — Constructor, class LoaderContext |
|
Creates a new LoaderContext object, with the specified settings. |
| loaderInfo — class DisplayObject |
|
Returns a LoaderInfo object containing information about loading the file
to which this display object belongs. |
| LoaderInfo — class, package window.runtime.flash.display |
|
The LoaderInfo class provides information about a loaded SWF file or a loaded image file
(JPEG, GIF, or PNG). |
| loaderURL — class LoaderInfo |
|
The URL of the SWF file that initiated the loading of the media
described by this LoaderInfo object. |
| LOADING — class VideoState |
|
The video player is in the loading state. |
| loadLanguageXML(, ) — Static Method , class Locale |
|
Loads the specified XML language file. |
| loadPolicyFile() — Static Method , class Security |
|
Loads a cross-domain policy file from a location specified by the url
parameter. |
| loadSchema(, , , , ) — method, class SQLConnection |
|
Loads schema information from the connected database or any attached databases. |
| loadString() — Static Method , class Locale |
|
Returns the string value associated with the given string ID in the current language. |
| loadString() — method, class HTMLLoader |
|
Loads the HTMLLoader object with the HTML content contained in the HTML string. |
| loadStringEx(, ) — Static Method , class Locale |
|
Returns the string value associated with the given string ID and language code. |
| LocalConnection — class, package window.runtime.flash.net |
|
The LocalConnection class lets you create a LocalConnection object that can invoke a method in another
LocalConnection object. |
| LocalConnection() — Constructor, class LocalConnection |
|
Creates a LocalConnection object. |
| Locale — class, package window.runtime.fl.lang |
|
The fl.lang.Locale class allows you to control how multilanguage text is displayed in a SWF file. |
| localeCompare(, ) — method, class String |
|
Compares the sort order of two or more strings and returns the result of the comparison as an integer. |
| localFileReadDisable — class Capabilities |
|
Specifies whether read access to the user's hard disk has been
administratively prohibited (true) or allowed
(false). |
| localName — 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 — class XMLNode |
|
The local name portion of the XML node's name. |
| LOCAL_STORAGE — class SecurityPanel |
|
When passed to Security.showSettings(), displays the
Local Storage Settings panel in Flash Player Settings. |
| localToGlobal() — method, class DisplayObject |
|
Converts the point object from the display object's (local) coordinates to the
Stage (global) coordinates. |
| LOCAL_TRUSTED — class 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 — class Security |
|
The file is a local file, has not been trusted by the user,
and it is not a SWF file that was published with a networking designation. |
| LOCAL_WITH_NETWORK — class Security |
|
The file is a local file, has not been trusted by the user, and it is a SWF
file that was published with a networking designation. |
| localX — class MouseEvent |
|
The horizontal coordinate at which the event occurred relative to the containing sprite. |
| localY — class MouseEvent |
|
The vertical coordinate at which the event occurred relative to the containing sprite. |
| location — class HTMLLoader |
|
The URL for the content loaded in the HTMLLoader object. |
| locationBarVisible — class HTMLWindowCreateOptions |
|
Whether a location bar should be displayed. |
| locationChange — Event, class HTMLLoader |
|
Signals that the location property of the HTMLLoader object has changed. |
| LOCATION_CHANGE — class Event |
|
The Event.LOCATION_CHANGE constant defines the value of the type property of a locationChange event object. |
| lock() — method, class 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. |
| log() — Static Method , class Math |
|
Returns the natural logarithm of the parameter val. |
| LOG10E — 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 — class Math |
|
A mathematical constant for the base-2 logarithm of the constant e, expressed
as log2e, with an approximate value of 1.442695040888963387. |
| LONG — class SQLColumnNameStyle |
|
Indicates that column names returned from a SELECT statement use
long-column-name format. |
| loop — class Keyframe |
|
Stores the value of the Loop checkbox for motion tweens, which affects graphic symbols only. |
| loop — class 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 — class 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). |
| looping — class Tween |
|
Indicates whether the tween will loop. |
| LOW — class StageQuality |
|
Specifies low rendering quality: graphics are not anti-aliased, and bitmaps are not smoothed. |
| LOW — class 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 |