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, class flash.ui.Keyboard
Constant associated with the key code value for the Tab key (9).
TabAlignment — final class, package flash.text.engine
The TabAlignment class is an enumeration of constant values that you can use to set the tabAlignment property of the TabStop class.
tabChildren — Property, class flash.display.DisplayObjectContainer
Determines whether the children of the object are tab enabled.
tabChildren — Property, class flash.display.Stage
Determines whether the children of the object are tab enabled.
tabChildrenChange — Event, class flash.display.InteractiveObject
Dispatched when the value of the object's tabChildren flag changes.
TAB_CHILDREN_CHANGE — Constant Static Property, class flash.events.Event
Defines the value of the type property of a tabChildrenChange event object.
tabEnabled — Property, class flash.display.InteractiveObject
Specifies whether this object is in the tab order.
tabEnabledChange — Event, class flash.display.InteractiveObject
Dispatched when the object's tabEnabled flag changes.
TAB_ENABLED_CHANGE — Constant Static Property, class flash.events.Event
Defines the value of the type property of a tabEnabledChange event object.
tabIndex — Property, class flash.display.InteractiveObject
Specifies the tab ordering of objects in a SWF file.
tabIndexChange — Event, class flash.display.InteractiveObject
Dispatched when the value of the object's tabIndex property changes.
TAB_INDEX_CHANGE — Constant Static Property, class flash.events.Event
Defines the value of the type property of a tabIndexChange event object.
TabStop — final class, package flash.text.engine
The TabStop class represents the properties of a tab stop in a text block.
TabStop(alignment:String, position:Number, decimalAlignmentToken:String) — Constructor, class flash.text.engine.TabStop
Creates a new TabStop.
tabStops — Property, class flash.text.TextFormat
Specifies custom tab stops as an array of non-negative integers.
tabStops — Property, class flash.text.engine.TextBlock
Specifies the tab stops for the text in the text block, in the form of a Vector of TabStop objects.
TABULAR — Constant Static Property, class flash.text.engine.DigitWidth
Used to specify tabular digit width.
tan(angleRadians:Number) — Static Method , class Math
Computes and returns the tangent of the specified angle.
target — Property, class flash.display.ShaderJob
The object into which the result of the shader operation is written.
target — Property, class flash.events.Event
The event target.
target — Property, class flash.text.TextFormat
Indicates the target window where the hyperlink is displayed.
test(str:String) — method, class RegExp
Tests for the match of the regular expression in the given string str.
text() — method, class XML
Returns an XMLList object of all XML properties of the XML object that represent XML text nodes.
text() — method, class XMLList
Calls the text() method of each XML object and returns an XMLList object that contains the results.
text — Property, class flash.events.TextEvent
For a textInput event, the character or sequence of characters entered by the user.
text — Property, class flash.text.StaticText
Returns the current text of the static text field.
text — Property, class flash.text.TextField
A string that is the current text in the text field.
text — Property, class flash.text.engine.ContentElement
A copy of the text in the element, not including the U+FDEF characters, which represent graphic elements in the String.
text — Property, class flash.text.engine.TextElement
Receives the text that is the content of the element.
TEXT — Constant Static Property, class flash.net.URLLoaderDataFormat
Specifies that downloaded data is received as text.
TextBaseline — final class, package flash.text.engine
The TextBaseline class is an enumeration of constant values to use in setting the dominantBaseline and alignmentBaseline properties of the ElementFormat class.
textBlock — Property, class flash.text.engine.ContentElement
The TextBlock to which this element belongs.
textBlock — Property, class flash.text.engine.TextLine
The TextBlock containing this text line, or null if the validity of the line is TextLineValidity.STATIC.
TextBlock — final class, package flash.text.engine
The TextBlock class is a factory for the creation of TextLine objects, which you can render by placing them on the display list.
TextBlock(content:flash.text.engine:ContentElement, tabStops:Vector$flash.text.engine:TabStop, textJustifier:flash.text.engine:TextJustifier, lineRotation:String, baselineZero:String, bidiLevel:int, applyNonLinearFontScaling:Boolean, baselineFontDescription:flash.text.engine:FontDescription, baselineFontSize:Number) — Constructor, class flash.text.engine.TextBlock
Creates a TextBlock object
textBlockBeginIndex — Property, class flash.text.engine.ContentElement
The index in the text block of the first character of this element.
textBlockBeginIndex — Property, class flash.text.engine.TextLine
The index of the first character of the line in the raw text of the text block.
textColor — Property, class flash.text.TextField
The color of the text in a text field, in hexadecimal format.
TextColorType — final class, package flash.text
The TextColorType class provides color values for the flash.text.TextRenderer class.
TextDisplayMode — final class, package flash.text
The TextDisplayMode class contains values that control the subpixel anti-aliasing of the advanced anti-aliasing system.
TextElement — final class, package flash.text.engine
The TextElement class represents a string of formatted text.
TextElement(text:String, elementFormat:flash.text.engine:ElementFormat, eventMirror:flash.events:EventDispatcher, textRotation:String) — Constructor, class flash.text.engine.TextElement
Creates a new TextElement instance.
TextEvent — class, 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, class flash.events.TextEvent
Creates an Event object that contains information about text events.
TextField — class, package flash.text
The TextField class is used to create display objects for text display and input.
TextField() — Constructor, class flash.text.TextField
Creates a new TextField instance.
TextFieldAutoSize — final class, 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, package flash.text
The TextFieldType class is an enumeration of constant values used in setting the type property of the TextField class.
TextFormat — class, 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, class flash.text.TextFormat
Creates a TextFormat object with the specified properties.
TEXT_FORMAT — Constant Static Property, class flash.desktop.ClipboardFormats
String data.
TextFormatAlign — final class, package flash.text
The TextFormatAlign class provides values for text alignment in the TextFormat class.
textHeight — Property, class flash.text.TextField
The height of the text in pixels.
textHeight — Property, class flash.text.engine.TextLine
The logical height of the text line, which is equal to ascent + descent.
textInput — Event, 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, class flash.events.TextEvent
Defines the value of the type property of a textInput event object.
textJustifier — Property, class flash.text.engine.TextBlock
Specifies the TextJustifier to use during line creation.
TextJustifier — class, package flash.text.engine
The TextJustifier class is an abstract base class for the justifier types that you can apply to a TextBlock, specifically the EastAsianJustifier and SpaceJustifier classes.
TextJustifier(locale:String, lineJustification:String) — Constructor, class flash.text.engine.TextJustifier
Calling the new TextJustifier() constructor throws an ArgumentError exception.
textLine — Property, class flash.text.engine.TextLineMirrorRegion
The TextLine containing this mirror region.
TextLine — final class, package flash.text.engine
The TextLine class is used to display text on the display list.
textLineCreationResult — Property, class flash.text.engine.TextBlock
Indicates the result of a createTextLine() operation.
TextLineCreationResult — final class, package flash.text.engine
The TextLineCreationResult class is an enumeration of constant values used with TextBlock.textLineCreationResult.
TextLineMetrics — class, 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, class flash.text.TextLineMetrics
Creates a TextLineMetrics object.
TextLineMirrorRegion — final class, package flash.text.engine
The TextLineMirrorRegion class represents a portion of a text line wherein events are mirrored to another event dispatcher.
TextLineValidity — final class, package flash.text.engine
The TextLineValidity class is an enumeration of constant values for setting the validity property of the TextLine class.
TEXT_NODE — Constant Static Property, class flash.xml.XMLNodeType
Specifies that the node is a text node.
TextRenderer — final class, package flash.text
The TextRenderer class provides functionality for the advanced anti-aliasing capability of embedded fonts.
textRotation — Property, class flash.text.engine.ContentElement
The rotation to apply to the element as a unit.
textRotation — Property, class flash.text.engine.ElementFormat
Sets the rotation applied to individual glyphs.
TextRotation — final class, package flash.text.engine
The TextRotation class is an enumeration of constant values used with the following properties: ElementFormat.textRotation, ContentElement.textRotation, TextBlock.lineRotation, and TextLine.getAtomTextRotation().
textSnapshot — Property, class flash.display.DisplayObjectContainer
Returns a TextSnapshot object for this DisplayObjectContainer instance.
textSnapshot — Property, class flash.display.Stage
Returns a TextSnapshot object for this DisplayObjectContainer instance.
TextSnapshot — class, package flash.text
TextSnapshot objects let you work with static text in a movie clip.
textWidth — Property, class flash.text.TextField
The width of the text in pixels.
textWidth — Property, class flash.text.engine.TextLine
The logical width of the text line, which is the width that the text engine uses to lay out the line.
thickness — Property, class flash.display.GraphicsStroke
Indicates the thickness of the line in points; valid values are 0-255.
thickness — Property, 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, 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, class Date
The number of milliseconds since midnight January 1, 1970, universal time, for a Date object.
time — Property, class flash.net.NetStream
The position of the playhead, in seconds.
time — Constant Property, class flash.sampler.Sample
The microseconds that define the duration of the Sample instance.
timeout — Property, class flash.net.Socket
Indicates the number of milliseconds to wait for a connection.
timeout — Property, class flash.net.XMLSocket
Indicates the number of milliseconds to wait for a connection.
timer — Event, class flash.utils.Timer
Dispatched whenever a Timer object reaches an interval specified according to the Timer.delay property.
Timer — class, package flash.utils
The Timer class is the interface to Flash Player timers.
Timer(delay:Number, repeatCount:int) — Constructor, class flash.utils.Timer
Constructs a new Timer object with the specified delay and repeatCount states.
TIMER — Constant Static Property, class flash.events.TimerEvent
Defines the value of the type property of a timer event object.
timerComplete — Event, class flash.utils.Timer
Dispatched whenever it has completed the number of requests set by Timer.repeatCount.
TIMER_COMPLETE — Constant Static Property, class flash.events.TimerEvent
Defines the value of the type property of a timerComplete event object.
TimerEvent — class, package flash.events
Flash® Player dispatches TimerEvent objects whenever a Timer object reaches the interval specified by the Timer.delay property.
TimerEvent(type:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class flash.events.TimerEvent
Creates an Event object with specific information relevant to timer events.
timezoneOffset — Property, class Date
The difference, in minutes, between universal time (UTC) and the computer's local time.
TITLE — Constant Static Property, class flash.text.engine.TypographicCase
Specifies that uppercase characters use title glyphs on output.
toDateString() — method, class Date
Returns a string representation of the day and date only, and does not include the time or timezone.
toExponential(fractionDigits:uint) — method, class Number
Returns a string representation of the number in exponential notation.
toExponential(fractionDigits:uint) — method, class int
Returns a string representation of the number in exponential notation.
toExponential(fractionDigits:uint) — method, class uint
Returns a string representation of the number in exponential notation.
toFixed(fractionDigits:uint) — method, class Number
Returns a string representation of the number in fixed-point notation.
toFixed(fractionDigits:uint) — method, class int
Returns a string representation of the number in fixed-point notation.
toFixed(fractionDigits:uint) — method, class uint
Returns a string representation of the number in fixed-point notation.
togglePause() — method, class flash.net.NetStream
Pauses or resumes playback of a stream.
toLocaleDateString() — method, class Date
Returns a String representation of the day and date only, and does not include the time or timezone.
toLocaleLowerCase() — method, class String
Returns a copy of this string, with all uppercase characters converted to lowercase.
toLocaleString() — method, class Array
Returns a string that represents the elements in the specified array.
toLocaleString() — method, class Date
Returns a String representation of the day, date, time, given in local time.
toLocaleString() — method, class Vector
Returns a string that represents the elements in the specified Vector.
toLocaleTimeString() — method, class Date
Returns a String representation of the time only, and does not include the day, date, year, or timezone.
toLocaleUpperCase() — method, class String
Returns a copy of this string, with all lowercase characters converted to uppercase.
toLowerCase() — method, class String
Returns a copy of this string, with all uppercase characters converted to lowercase.
toMatrix3D() — method, class flash.geom.PerspectiveProjection
Returns the underlying Matrix3D object of the display object.
top — Property, class flash.geom.Rectangle
The y coordinate of the top-left corner of the rectangle.
TOP — Constant Static Property, class flash.display.StageAlign
Specifies that the Stage is aligned at the top.
topExtension — Property, class flash.filters.ShaderFilter
The growth in pixels on the top side of the target object.
topLeft — Property, 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, class flash.display.StageAlign
Specifies that the Stage is aligned in the top-left corner.
Top Level — package
The top level contains the core ActionScript classes and global functions.
toPrecision(precision:uint) — method, class Number
Returns a string representation of the number either in exponential notation or in fixed-point notation.
toPrecision(precision:uint) — method, class int
Returns a string representation of the number either in exponential notation or in fixed-point notation.
toPrecision(precision:uint) — method, class uint
Returns a string representation of the number either in exponential notation or in fixed-point notation.
TOP_RIGHT — Constant Static Property, class flash.display.StageAlign
Specifies that the Stage is aligned in the top-right corner.
toString() — method, class Array
Returns a string that represents the elements in the specified array.
toString() — method, class Boolean
Returns the string representation ("true" or "false") of the Boolean object.
toString() — method, class Date
Returns a String representation of the day, date, time, and timezone.
toString() — method, class Error
Returns the string "Error" by default or the value contained in Error.message property, if defined.
toString() — method, class Namespace
Equivalent to the Namespace.uri property.
toString(radix:Number) — method, class Number
Returns the string representation of the specified Number object (myNumber).
toString() — method, class Object
Returns the string representation of the specified object.
toString() — method, class QName
Returns a string composed of the URI, and the local name for the QName object, separated by "::".
toString() — method, class Vector
Returns a string that represents the elements in the Vector.
toString() — method, class XML
Returns a string representation of the XML object.
toString() — method, class XMLList
Returns a string representation of all the XML objects in an XMLList object.
toString(radix:uint) — method, class int
Returns the string representation of an int object.
toString(radix:uint) — method, class uint
Returns the string representation of a uint object.
toString() — method, class flash.events.ActivityEvent
Returns a string that contains all the properties of the ActivityEvent object.
toString() — method, class flash.events.AsyncErrorEvent
Returns a string that contains all the properties of the AsyncErrorEvent object.
toString() — method, class flash.events.ContextMenuEvent
Returns a string that contains all the properties of the ContextMenuEvent object.
toString() — method, class flash.events.DataEvent
Returns a string that contains all the properties of the DataEvent object.
toString() — method, class flash.events.ErrorEvent
Returns a string that contains all the properties of the ErrorEvent object.
toString() — method, class flash.events.Event
Returns a string containing all the properties of the Event object.
toString() — method, class flash.events.FocusEvent
Returns a string that contains all the properties of the FocusEvent object.
toString() — method, class flash.events.FullScreenEvent
Returns a string that contains all the properties of the FullScreenEvent object.
toString() — method, class flash.events.HTTPStatusEvent
Returns a string that contains all the properties of the HTTPStatusEvent object.
toString() — method, class flash.events.IMEEvent
Returns a string that contains all the properties of the IMEEvent object.
toString() — method, class flash.events.IOErrorEvent
Returns a string that contains all the properties of the IOErrorEvent object.
toString() — method, class flash.events.KeyboardEvent
Returns a string that contains all the properties of the KeyboardEvent object.
toString() — method, class flash.events.MouseEvent
Returns a string that contains all the properties of the MouseEvent object.
toString() — method, class flash.events.NetStatusEvent
Returns a string that contains all the properties of the NetStatusEvent object.
toString() — method, class flash.events.ProgressEvent
Returns a string that contains all the properties of the ProgressEvent object.
toString() — method, class flash.events.SampleDataEvent
Returns a string that contains all the properties of the SampleDataEvent object.
toString() — method, class flash.events.SecurityErrorEvent
Returns a string that contains all the properties of the SecurityErrorEvent object.
toString() — method, class flash.events.ShaderEvent
Returns a string that contains all the properties of the ShaderEvent object.
toString() — method, class flash.events.StatusEvent
Returns a string that contains all the properties of the StatusEvent object.
toString() — method, class flash.events.SyncEvent
Returns a string that contains all the properties of the SyncEvent object.
toString() — method, class flash.events.TextEvent
Returns a string that contains all the properties of the TextEvent object.
toString() — method, class flash.events.TimerEvent
Returns a string that contains all the properties of the TimerEvent object.
toString() — method, class flash.geom.ColorTransform
Formats and returns a string that describes all of the properties of the ColorTransform object.
toString() — method, class flash.geom.Matrix
Returns a text value listing the properties of the Matrix object.
toString() — method, class flash.geom.Point
Returns a string that contains the values of the x and y coordinates.
toString() — method, 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, class flash.geom.Vector3D
Returns a string representation of the current Vector3D object.
toString() — method, class flash.net.NetStreamInfo
Returns a text value listing the properties of the NetStreamInfo object.
toString() — method, class flash.net.URLVariables
Returns a string containing all enumerable variables, in the MIME content encoding application/x-www-form-urlencoded.
toString() — method, class flash.sampler.StackFrame
Converts the StackFrame to a string of its properties.
toString() — method, class flash.utils.ByteArray
Converts the byte array to a string.
toString() — method, class flash.xml.XMLDocument
Returns a string representation of the XML object.
toString() — method, 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, class flash.display.MovieClip
The total number of frames in the MovieClip instance.
totalMemory — Static Property, class flash.system.System
The amount of memory (in bytes) currently in use by Adobe® Flash® Player.
toTimeString() — method, class Date
Returns a String representation of the time and timezone only, and does not include the day and date.
toUpperCase() — method, class String
Returns a copy of this string, with all lowercase characters converted to uppercase.
toUTCString() — method, class Date
Returns a String representation of the day, date, and time in universal time (UTC).
toXMLString() — method, class XML
Returns a string representation of the XML object.
toXMLString() — method, class XMLList
Returns a string representation of all the XML objects in an XMLList object.
trace(... rest) — Package Function, Top Level
Displays expressions, or writes to log files, while debugging.
track — Property, class flash.media.ID3Info
The track number; corresponds to the ID3 2.0 tag TRCK.
trackAsMenu — Property, class flash.display.MovieClip
Indicates whether other display objects that are SimpleButton or MovieClip objects can receive mouse release events.
trackAsMenu — Property, class flash.display.SimpleButton
Indicates whether other display objects that are SimpleButton or MovieClip objects can receive mouse release events.
trackingLeft — Property, class flash.text.engine.ElementFormat
The tracking or manual kerning applied to the left of each glyph in pixels.
trackingRight — Property, class flash.text.engine.ElementFormat
The tracking or manual kerning applied to the right of each glyph in pixels.
transform — Property, class flash.display.DisplayObject
An object with properties pertaining to a display object's matrix, color transform, and pixel bounds.
transform(formatObject:Object) — method, class flash.text.StyleSheet
Extends the CSS parsing capability.
Transform — class, package flash.geom
The Transform class provides access to color adjustment properties and two- or three-dimensional transformation objects that can be applied to a display object.
transformPoint(point:flash.geom:Point) — method, class flash.geom.Matrix
Returns the result of applying the geometric transformation represented by the Matrix object to the specified point.
transformVector(v:flash.geom:Vector3D) — method, class flash.geom.Matrix3D
Uses the transformation matrix to transform a Vector3D object from one space coordinate to another.
transformVectors(vin:Vector$Number, vout:Vector$Number) — method, class flash.geom.Matrix3D
Uses the transformation matrix to transform a Vector of Numbers from one coordinate space to another.
transition — Property, class flash.net.NetStreamPlayOptions
The mode in which streamName is played or transitioned to.
translate(dx:Number, dy:Number) — method, class flash.geom.Matrix
Translates the matrix along the x and y axes, as specified by the dx and dy parameters.
transparent — Property, class flash.display.BitmapData
Defines whether the bitmap image supports per-pixel transparency.
transpose() — method, class flash.geom.Matrix3D
Converts the current Matrix3D object to a matrix where the rows and columns are swapped.
TriangleCulling — final class, package flash.display
Defines codes for culling algorithms that determine which triangles not to render when drawing triangle paths.
true — Statement
A Boolean value representing true.
try..catch..finally — Statement
Encloses a block of code in which an error can occur, and then responds to the error.
tx — Property, class flash.geom.Matrix
The distance by which to translate each point along the x axis.
ty — Property, class flash.geom.Matrix
The distance by which to translate each point along the y axis.
type — Property, class flash.display.GraphicsGradientFill
A value from the GradientType class that specifies which gradient type to use.
type — Property, class flash.display.ShaderParameter
The data type of the parameter as defined in the shader.
type — Property, class flash.events.Event
The type of event.
type — Property, class flash.filters.BevelFilter
The placement of the bevel on the object.
type — Property, class flash.filters.GradientBevelFilter
The placement of the bevel effect.
type — Property, class flash.filters.GradientGlowFilter
The placement of the filter effect.
type — Property, class flash.net.FileReference
The file type.
type — Constant Property, class flash.sampler.NewObjectSample
The Class object corresponding to the object created within a getSamples() stream.
type — Property, class flash.text.TextField
The type of the text field.
TypeError — Dynamic Class, Top Level
A TypeError exception is thrown when the actual type of an operand is different from the expected type.
TypeError(message:String) — Constructor, class TypeError
Creates a new TypeError object.
typeof — Operator
Evaluates expression and returns a string specifying the expression's data type.
typographicCase — Property, class flash.text.engine.ElementFormat
The typographic case used for this text.
TypographicCase — final class, package flash.text.engine
The TypographicCase class is an enumeration of constant values for setting the typographicCase property of the ElementFormat class.
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