| 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 |
| TAB — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the Tab key (9). |
| tabChildren — Property in class flash.display.DisplayObjectContainer |
|
Determines if the children of the object are tab enabled. |
| tabChildren — Property in class flash.display.Stage |
|
Determines if the children of the object are tab enabled. |
| tabChildrenChange — Event in class flash.display.InteractiveObject |
|
Dispatched by an InteractiveObject instance when the value of the object's tabChildren flag changes. |
| TAB_CHILDREN_CHANGE — Constant static property in class flash.events.Event |
|
Dispatched by an InteractiveObject instance when the value of the object's tabChildren flag changes. |
| tabEnabled — Property in class flash.display.InteractiveObject |
|
Specifies whether this object is in the tab order. |
| tabEnabledChange — Event in class flash.display.InteractiveObject |
|
Dispatched by an InteractiveObject instance when the the object's tabEnabled flag changes. |
| TAB_ENABLED_CHANGE — Constant static property in class flash.events.Event |
|
Dispatched by an InteractiveObject instance when the the object's tabEnabled flag changes. |
| tabIndex — Property in class flash.display.InteractiveObject |
|
Specifies the tab ordering of objects in a SWF file. |
| tabIndexChange — Event in class flash.display.InteractiveObject |
|
Dispatched by an InteractiveObject instance when the
value of the object's tabIndex property changes. |
| TAB_INDEX_CHANGE — Constant static property in class flash.events.Event |
|
Dispatched by an InteractiveObject instance when the
value of the object's tabIndex property changes. |
| tabStops — Property in class flash.text.TextFormat |
|
Specifies custom tab stops as an array of non-negative integers. |
| tan(angleRadians:Number) — Static method in class Math |
|
Computes and returns the tangent of the specified angle. |
| target — Property in class flash.events.Event |
|
Indicates the event target. |
| target — Property in class flash.text.TextFormat |
|
Indicates the target window where the hyperlink is displayed. |
| test(str:String) — Method in class RegExp |
|
Tests for the match of the regular expression in the given string str. |
| text() — Method in class XML |
|
Returns an XMLList object of all XML properties of the XML object that represent XML text nodes. |
| text() — Method in class XMLList |
|
Calls the text() method of each XML
object and returns an XMLList object that contains the results. |
| text — Property in class flash.events.TextEvent |
|
For a textInput event, the character or sequence of characters
entered by the user. |
| text — Property in class flash.text.StaticText |
|
Returns the current text of the static text field. |
| text — Property in class flash.text.TextField |
|
A string that is the current text in the text field. |
| TEXT — Constant static property in class flash.net.URLLoaderDataFormat |
|
Specifies that downloaded data is received as text. |
| textColor — Property in class flash.text.TextField |
|
The color of the text in a text field, in hexadecimal format. |
| TextColorType — Final class in package flash.text |
|
The TextColorType class provides color values for the flash.text.TextRenderer class. |
| TextDisplayMode — Final class in package flash.text |
|
The TextDisplayMode class contains values that control the subpixel anti-aliasing of the FlashType system. |
| TextEvent — Class in package flash.events |
|
Flash Player dispatches TextEvent objects when a user enters text in a text field or clicks
a hyperlink in an HTML-enabled text field. |
| TextEvent(type:String, bubbles:Boolean, cancelable:Boolean, text:String) — Constructor in class flash.events.TextEvent |
|
Creates an Event object that contains information about text events. |
| TextField — Class in package flash.text |
|
The TextField class is used to create display objects for text display and input. |
| TextField() — Constructor in class flash.text.TextField |
|
Creates a new TextField instance. |
| TextFieldAutoSize — Final class in package flash.text |
|
The TextFieldAutoSize class is an enumeration of constant values used in setting the autoSize
property of the TextField class. |
| TextFieldType — Final class in package flash.text |
|
The TextFieldType class is an enumeration of constant values used in setting the type property
of the TextField class. |
| TextFormat — Class in package flash.text |
|
The TextFormat class represents character formatting information. |
| TextFormat(font:String, size:Object, color:Object, bold:Object, italic:Object, underline:Object, url:String, target:String, align:String, leftMargin:Object, rightMargin:Object, indent:Object, leading:Object) — Constructor in class flash.text.TextFormat |
|
Creates a TextFormat object with the specified properties. |
| TextFormatAlign — Final class in package flash.text |
|
The TextFormatAlign class provides values for text alignment in the TextFormat class. |
| textHeight — Property in class flash.text.TextField |
|
The height of the text in pixels. |
| textInput — Event in class flash.text.TextField |
|
Flash Player dispatches the textInput event when a user enters one or more
characters of text. |
| TEXT_INPUT — Constant static property in class flash.events.TextEvent |
|
Flash Player dispatches the textInput event when a user enters one or more
characters of text. |
| TextLineMetrics — Class in package flash.text |
|
The TextLineMetrics class contains information about the text position and measurements of a
line of text within a text field. |
| TextLineMetrics(x:Number, width:Number, height:Number, ascent:Number, descent:Number, leading:Number) — Constructor in class flash.text.TextLineMetrics |
|
Creates a TextLineMetrics object. |
| TEXT_NODE — Constant static property in class flash.xml.XMLNodeType |
|
Specifies that the node is a text node. |
| TextRenderer — Final class in package flash.text |
|
The TextRenderer class provides functionality for the advanced anti-aliasing capability of
embedded fonts. |
| textSnapshot — Property in class flash.display.DisplayObjectContainer |
|
Returns a TextSnapshot object for this DisplayObjectContainer instance. |
| textSnapshot — Property in class flash.display.Stage |
|
Returns a TextSnapshot object for this DisplayObjectContainer instance. |
| TextSnapshot — Class in package flash.text |
|
TextSnapshot objects let you work with static text in a movie clip. |
| textWidth — Property in class flash.text.TextField |
|
The width of the text in pixels. |
| thickness — Property in class flash.text.TextField |
|
The thickness of the glyph edges in this text field. |
| this — Statement |
| A reference to a method's containing object. |
| threshold(sourceBitmapData:flash.display:BitmapData, sourceRect:flash.geom:Rectangle, destPoint:flash.geom:Point, operation:String, threshold:uint, color:uint, mask:uint, copySource:Boolean) — Method in class flash.display.BitmapData |
|
Tests pixel values in an image against a specified threshold and sets pixels that pass the test to new color values. |
| throw — Statement |
| Generates, or throws , an error that can be handled, or caught , by a catch{} code block. |
| time — Property in class Date |
|
The number of milliseconds since midnight January 1, 1970, universal time,
for a Date object. |
| time — Property in class flash.net.NetStream |
|
The position of the playhead, in seconds. |
| timer — Event in class flash.utils.Timer |
|
A Timer object generates the timer event whenever it reaches an interval specified according to the Timer.delay property. |
| Timer — Class in package flash.utils |
|
The Timer class is the interface to Flash Player timers. |
| Timer(delay:Number, repeatCount:int) — Constructor in class flash.utils.Timer |
|
Constructs a new Timer object with the specified delay
and repeatCount states. |
| TIMER — Constant static property in class flash.events.TimerEvent |
|
A Timer object generates the timer event whenever it reaches an interval specified according to the Timer.delay property. |
| timerComplete — Event in class flash.utils.Timer |
|
A Timer object generates the timerComplete event whenever it has completed the number of requests set by Timer.repeatCount. |
| TIMER_COMPLETE — Constant static property in class flash.events.TimerEvent |
|
A Timer object generates the timerComplete event whenever it has completed the number of requests set by Timer.repeatCount. |
| TimerEvent — Class in package flash.events |
|
Flash Player dispatches TimerEvent objects whenever a Timer object reaches an interval
specified according to the Timer.delay property. |
| TimerEvent(type:String, bubbles:Boolean, cancelable:Boolean) — Constructor in class flash.events.TimerEvent |
|
Creates an Event object with specific information relevant to timer events. |
| timezoneOffset — Property in class Date |
|
The difference, in minutes, between the computer's local time and universal
time (UTC). |
| toDateString() — Method in class Date |
|
Returns a string representation of the day and date only, and does not include the time or timezone. |
| toExponential(fractionDigits:uint) — Method in class Number |
|
Returns a string representation of the number in exponential notation. |
| toFixed(fractionDigits:uint) — Method in class Number |
|
Returns a string representation of the number in fixed-point notation. |
| togglePause() — Method in class flash.net.NetStream |
|
Pauses or resumes playback of a stream. |
| toLocaleDateString() — Method in class Date |
|
Returns a String representation of the day and date only, and does not include the time or timezone. |
| toLocaleLowerCase() — Method in class String |
|
Returns a copy of this string, with all uppercase characters converted
to lowercase. |
| toLocaleString() — Method in class Array |
|
Returns a string value representing the elements in the specified array object. |
| toLocaleString() — Method in class Date |
|
Returns a String representation of the day, date, time, given in local time. |
| toLocaleTimeString() — Method in class Date |
|
Returns a String representation of the time only, and does not include the day, date, year or timezone. |
| toLocaleUpperCase() — Method in class String |
|
Returns a copy of this string, with all lowercase characters converted
to uppercase. |
| toLowerCase() — Method in class String |
|
Returns a copy of this string, with all uppercase characters converted
to lowercase. |
| top — Property in class flash.geom.Rectangle |
|
The y coordinate of the top-left corner of the rectangle. |
| TOP — Constant static property in class flash.display.StageAlign |
|
Specifies that the Stage is aligned at the top. |
| topLeft — Property in class flash.geom.Rectangle |
|
The location of the Rectangle object's top-left corner, determined by the x and
y coordinates of the point. |
| TOP_LEFT — Constant static property in class flash.display.StageAlign |
|
Specifies that the Stage is aligned in the top-left corner. |
| toPrecision(precision:uint) — Method in class Number |
|
Returns a string representation of the number either in exponential notation or in
fixed-point notation. |
| TOP_RIGHT — Constant static property in class flash.display.StageAlign |
|
Specifies that the Stage is aligned in the top-right corner. |
| toString() — Method in class Array |
|
Returns a string value representing the elements in the specified Array object. |
| toString() — Method in class Boolean |
|
Returns the string representation ("true" or
"false") of the Boolean object. |
| toString() — Method in class Date |
|
Returns a String representation of the day, date, time, and timezone. |
| toString() — Method in class Error |
|
Returns the string "Error" by default or the value contained in Error.message, if defined. |
| toString(radix:uint) — Method in class int |
|
Returns the string representation of an int object. |
| toString() — Method in class Namespace |
|
This function is equivalent to the Namespace.uri property. |
| toString(radix:Number) — Method in class Number |
|
Returns the string representation of the specified Number object (myNumber). |
| toString() — Method in class Object |
|
Returns the string representation of the specified object. |
| toString() — Method in class QName |
|
Returns a string composed of the URI, and the local name for the
QName object, separated by "::". |
| toString(radix:uint) — Method in class uint |
|
Returns the string representation of a uint object. |
| toString() — Method in class XML |
|
Returns a string representation of the XML object. |
| toString() — Method in class XMLList |
|
Returns a string representation of all the XML objects in an XMLList object. |
| toString() — Method in class flash.events.ActivityEvent |
|
Returns a string that contains all the properties of the ActivityEvent object. |
| toString() — Method in class flash.events.ContextMenuEvent |
|
Returns a string that contains all the properties of the ContextMenuEvent object. |
| toString() — Method in class flash.events.DataEvent |
|
Returns a string that contains all the properties of the DataEvent object. |
| toString() — Method in class flash.events.ErrorEvent |
|
Returns a string that contains all the properties of the ErrorEvent object. |
| toString() — Method in class flash.events.Event |
|
Returns a string containing all the properties of the Event object. |
| toString() — Method in class flash.events.FocusEvent |
|
Returns a string that contains all the properties of the FocusEvent object. |
| toString() — Method in class flash.events.HTTPStatusEvent |
|
Returns a string that contains all the properties of the HTTPStatusEvent object. |
| toString() — Method in class flash.events.IMEEvent |
|
Returns a string containing all the properties of the IMEEvent object. |
| toString() — Method in class flash.events.IOErrorEvent |
|
Returns a string that contains all the properties of the IOErrorEvent object. |
| toString() — Method in class flash.events.KeyboardEvent |
|
Returns a string that contains all the properties of the KeyboardEvent object. |
| toString() — Method in class flash.events.MouseEvent |
|
Returns a string that contains all the properties of the MouseEvent object. |
| toString() — Method in class flash.events.NetStatusEvent |
|
Returns a string that contains all the properties of the NetStatusEvent object. |
| toString() — Method in class flash.events.ProgressEvent |
|
Returns a string that contains all the properties of the ProgressEvent object. |
| toString() — Method in class flash.events.SecurityErrorEvent |
|
Returns a string that contains all the properties of the SecurityErrorEvent object. |
| toString() — Method in class flash.events.StatusEvent |
|
Returns a string that contains all the properties of the StatusEvent object. |
| toString() — Method in class flash.events.SyncEvent |
|
Returns a string that contains all the properties of the SyncEvent object. |
| toString() — Method in class flash.events.TextEvent |
|
Returns a string that contains all the properties of the TextEvent object. |
| toString() — Method in class flash.events.TimerEvent |
|
Returns a string containing all the properties of the TimerEvent object. |
| toString() — Method in class flash.geom.ColorTransform |
|
Formats and returns a string that describes all of the properties of the
ColorTransform object. |
| toString() — Method in class flash.geom.Matrix |
|
Returns a text value listing the properties of the Matrix object. |
| toString() — Method in class flash.geom.Point |
|
Returns a string that contains the values of the x and y coordinates. |
| toString() — Method in class flash.geom.Rectangle |
|
Builds and returns a string that lists the horizontal and vertical positions
and the width and height of the Rectangle object. |
| toString() — Method in class flash.net.URLVariables |
|
Returns a string containing all enumerable variables,
in the MIME content encoding application/x-www-form-urlencoded. |
| toString() — Method in class flash.utils.ByteArray |
|
Converts the byte array to a string. |
| toString() — Method in class flash.xml.XMLDocument |
|
Returns a string representation of the XML object. |
| toString() — Method in class flash.xml.XMLNode |
|
Evaluates the specified XMLNode object, constructs a textual representation of the XML structure,
including the node, children, and attributes, and returns the result as a string. |
| totalFrames — Property in class flash.display.MovieClip |
|
The total number of frames in the movie clip instance. |
| totalMemory — Static property in class flash.system.System |
|
The amount of memory (in bytes) currently in use by Flash Player. |
| toTimeString() — Method in class Date |
|
Returns a String representation of the time and timezone only, and does not include the day and date. |
| toUpperCase() — Method in class String |
|
Returns a copy of this string, with all lowercase characters converted
to uppercase. |
| toUTCString() — Method in class Date |
|
Returns a String representation of the day, date, and time in universal time (UTC). |
| toXMLString() — Method in class XML |
|
Returns a string representation of the XML object. |
| toXMLString() — Method in class XMLList |
|
Returns a string representation of all the XML objects in an XMLList object. |
| trace(... rest) — Package function in Top Level |
|
Displays expressions, or writes to log files, while debugging. |
| track — Property in class flash.media.ID3Info |
|
The track number; corresponds to ID3 2.0 tag TRCK. |
| trackAsMenu — Property in class flash.display.MovieClip |
|
Indicates whether other display objects that are SimpleButton or MovieClip objects can receive
mouse release events. |
| trackAsMenu — Property in class flash.display.SimpleButton |
|
Indicates whether other display objects that are SimpleButton or MovieClip objects can receive
mouse release events. |
| transform — Property in class flash.display.DisplayObject |
|
An object with properties pertaining to a display object's matrix, color transform, and pixel bounds. |
| transform(formatObject:Object) — Method in class flash.text.StyleSheet |
|
Extends the CSS parsing capability. |
| Transform — Class in package flash.geom |
|
The Transform class collects data about color transformations and coordinate transformations that
are applied to a display object. |
| transformPoint(point:flash.geom:Point) — Method in class flash.geom.Matrix |
|
Returns the result of applying the geometric transformation represented by the Matrix object to the
specified point. |
| translate(dx:Number, dy:Number) — Method in class flash.geom.Matrix |
|
Translates the matrix along the x and y axes, as specified by the dx
and dy parameters. |
| transparent — Property in class flash.display.BitmapData |
|
Defines whether the bitmap image supports per-pixel transparency. |
| true — Statement |
| A Boolean value representing true. |
| try..catch..finally — Statement |
| Enclose a block of code in which an error can occur, and then respond to the error. |
| tx — Property in class flash.geom.Matrix |
|
The distance by which to translate each point along the x axis. |
| ty — Property in class flash.geom.Matrix |
|
The distance by which to translate each point along the y axis. |
| type — Property in class flash.events.Event |
|
Indicates the type of event. |
| type — Property in class flash.filters.BevelFilter |
|
The placement of the bevel on the object. |
| type — Property in class flash.filters.GradientBevelFilter |
|
The placement of the bevel effect. |
| type — Property in class flash.filters.GradientGlowFilter |
|
The placement of the filter effect. |
| type — Property in class flash.net.FileReference |
|
The file type. |
| type — Property in class flash.text.TextField |
|
The type of the text field. |
| TypeError — Dynamic class in Top Level |
|
A TypeError exception is thrown when the actual type of an operand is different
from the expected type. |
| TypeError(message:String) — Constructor in class TypeError |
|
Creates a new TypeError object. |
| typeof — Operator |
| Evaluates the expression and returns a string specifying the expression's data type. |
|
| 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 |