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 Key |
| The key code value for the Tab key (9). |
tabChildren — Property in class MovieClip |
| Determines whether the children of a movie clip are included in the automatic tab ordering. |
tabEnabled — Property in class Button |
| Specifies whether my_btn is included in automatic tab ordering. |
tabEnabled — Property in class MovieClip |
| Specifies whether the movie clip is included in automatic tab ordering. |
tabEnabled — Property in class TextField |
| Specifies whether the text field is included in automatic tab ordering. |
tabIndex — Property in class Button |
| Lets you customize the tab ordering of objects in a SWF file. |
tabIndex — Property in class MovieClip |
| Lets you customize the tab ordering of objects in a movie. |
tabIndex — Property in class TextField |
| Lets you customize the tab ordering of objects in a SWF file. |
tabStops — Property in class TextFormat |
| Specifies custom tab stops as an array of non-negative integers. |
tan(x:Number) — Static method in class Math |
| Computes and returns the tangent of the specified angle. |
_target — Property in class Button |
| Returns the target path of the button instance specified by my_btn . |
_target — Property in class MovieClip |
| Returns the target path of the movie clip instance, in slash notation. |
_target — Property in class TextField |
| The target path of the text field instance. |
target — Property in class TextFormat |
| Indicates the target window where the hyperlink is displayed. |
targetPath(targetObject:Object) — Global function |
| Returns a string containing the target path of movieClipObject .
|
tellTarget(target:String, statement(s)) — Global function |
| Deprecated since Flash Player 5 — Adobe recommends that you use dot (.) notation and the with statement.
|
text — Property in class TextField |
| Indicates the current text in the text field. |
textColor — Property in class TextField |
| Indicates the color of the text in a text field. |
TextField — Package |
| |
TextField — Dynamic class in Top Level |
| The TextField class is used to create areas for text display and input. |
TextFormat — Class in Top Level |
| The TextFormat class represents character formatting information. |
TextFormat([font:String], [size:Number], [color:Number], [bold:Boolean], [italic:Boolean], [underline:Boolean], [url:String], [target:String], [align:String], [leftMargin:Number], [rightMargin:Number], [indent:Number], [leading:Number]) — Constructor in class TextFormat |
| Creates a TextFormat object with the specified properties. |
textHeight — Property in class TextField |
| Indicates the height of the text, in pixels. |
TextRenderer — Class in package flash.text |
| The TextRenderer class provides functionality for the advanced anti-aliasing capability of embedded fonts. |
TextSnapshot — Class in Top Level |
| TextSnapshot objects let you work with static text in a movie clip. |
textWidth — Property in class TextField |
| Indicates the width of the text, in pixels. |
thickness — Property in class TextField |
| The thickness of the glyph edges in this TextField instance. |
this — Global property |
| References an object or movie clip instance. |
threshold(sourceBitmap:BitmapData, sourceRect:Rectangle, destPoint:Point, operation:String, threshold:Number, [color:Number], [mask:Number], [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 NetStream |
| The position of the playhead, in seconds. |
timeout — Property in class XMLSocket |
| The number of milliseconds to wait for a connection. |
toggleHighQuality() — Global function |
| Deprecated since Flash Player 5 — This function was deprecated in favor of _quality .
|
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. |
topLeft — Property in class flash.geom.Rectangle |
| The location of the Rectangle object's top-left corner determined by the x and y values of the point. |
Top Level — Package |
| |
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 value for the specified date object in a readable format. |
toString() — Method in class Error |
| Returns the string "Error" by default or the value contained in Error.message, if defined. |
toString() — Method in class LoadVars |
| Returns a string containing all enumerable variables in my_lv , in the MIME content encoding application/x-www-form-urlencoded. |
toString(radix:Number) — Method in class Number |
| Returns the string representation of the specified Number object (myNumber ). |
toString() — Method in class Object |
| Converts the specified object to a string and returns it. |
toString() — Method in class String |
| Returns an object's properties as strings regardless of whether the properties are strings. |
toString() — Method in class XMLNode |
| Evaluates the specified XML object, constructs a textual representation of the XML structure, including the node, children, and attributes, and returns the result as a string. |
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. |
_totalframes — Property in class MovieClip |
| The total number of frames in the movie clip instance. |
toUpperCase() — Method in class String |
| Returns a copy of this string, with all lowercase characters converted to uppercase. |
trace(expression:Object) — Global function |
| Evaluates the expression and outputs the result. |
trackAsMenu — Property in class Button |
| A Boolean value that indicates whether other buttons or movie clips can receive mouse release events. |
trackAsMenu — Property in class MovieClip |
| A Boolean value that indicates whether other buttons or movie clips can receive mouse release events. |
transform — Property in class MovieClip |
| An object with properties pertaining to a movie clip's matrix, color transform, and pixel bounds. |
transform(style:Object) — Method in class TextField.StyleSheet |
| Extends the CSS parsing capability. |
Transform — Class in package flash.geom |
| The Transform class collects data about color transformations and coordinate manipulations that are applied to a MovieClip object. |
Transform(mc:MovieClip) — Constructor in class flash.geom.Transform |
| Creates a new Transform object attached to the given MovieClip object. |
transformPoint(pt:Point) — Method in class flash.geom.Matrix |
| Applies the geometric transformation represented by the Matrix object to the specified point. |
translate(tx:Number, ty:Number) — Method in class flash.geom.Matrix |
| Modifies a Matrix object so that the effect of its transformation is to move an object along the x and y axes. |
transparent — Property in class flash.display.BitmapData |
| Defines whether the bitmap image supports per-pixel transparency. |
true — Constant property |
| A unique Boolean value that represents the opposite
of false .
|
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 TextField |
| Specifies the type of text field. |
type — Property in class flash.filters.BevelFilter |
| The type of bevel. |
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. |
typeof — Operator |
| The typeof operator evaluate the expression and returns a string specifying whether the expression is a String, MovieClip, Object, Function, Number, or Boolean value. |
|
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 |