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  
watch(name:String, callback:Function, [userData:Object]) — Method in class Object
Registers an event handler to be invoked when a specified property of an ActionScript object changes.
while — Statement
Evaluates a condition and if the condition evaluates to true , runs a statement or series of statements before looping back to evaluate the condition again.
_width — Property in class Button
The width of the button, in pixels.
width — Property in class Camera
The current capture width, in pixels.
_width — Property in class MovieClip
The width of the movie clip, in pixels.
width — Static property in class Stage
Property (read-only); indicates the current width, in pixels, of the Stage.
_width — Property in class TextField
The width of the text field, in pixels.
_width — Property in class Video
Indicates the width of the Video object, in pixels.
width — Property in class Video
An integer specifying the width of the video stream, in pixels.
width — Property in class flash.display.BitmapData
The width of the bitmap image in pixels.
width — Property in class flash.geom.Rectangle
The width of the rectangle in pixels.
with — Statement
Lets you specify an object (such as a movie clip) with the object parameter and evaluate expressions and actions inside that object with the statement(s) parameter.
wordWrap — Property in class TextField
A Boolean value that indicates if the text field has word wrap.