| 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 |
| c — Property in class fl.motion.BezierSegment |
|
The third point of the Bezier curve. |
| c — Property in class flash.geom.Matrix |
|
The value in the second row and first column of the Matrix object, which affects the positioning of pixels
along the x axis when rotating or skewing an image. |
| cacheAsBitmap — Property in class fl.motion.Keyframe |
|
If set to true, Flash Player caches an internal bitmap representation of the display object. |
| cacheAsBitmap — Property in class flash.display.DisplayObject |
|
If set to true, Flash Player caches an internal bitmap representation of the
display object. |
| call(thisObject:Object, parameter1:String) — Method in class Function |
|
Invokes the function represented by a Function object. |
| call(functionName:String, ... rest) — Static method in class flash.external.ExternalInterface |
|
Calls a function exposed by the Flash Player container, passing zero or
more arguments. |
| call(command:String, responder:flash.net:Responder, ... rest) — Method in class flash.net.NetConnection |
|
Invokes a command or method on Flash Media Server or on an application server running Flash Remoting. |
| callee — Property in class arguments |
|
A reference to the currently executing function. |
| callProperty(name, ... rest) — Method in class flash.utils.Proxy |
|
Overrides the behavior of an object property that can be called as a function. |
| Camera — Final class in package flash.media |
|
Use the Camera class to capture video from a camera attached to a computer running Flash Player. |
| CAMERA — Constant static property in class flash.system.SecurityPanel |
|
When passed to Security.showSettings(), displays the
Camera panel in Flash Player Settings. |
| cancel() — Static method in class adobe.utils.XMLUI |
|
Makes the current XMLUI dialog box close with a "cancel" state. |
| cancel — Event in class flash.net.FileReference |
|
Dispatched when a file upload or download is canceled through the file-browsing dialog
box by the user. |
| cancel() — Method in class flash.net.FileReference |
|
Cancels any ongoing upload or download operation on this FileReference object. |
| cancel — Event in class flash.net.FileReferenceList |
|
Dispatched when the user dismisses the file-browsing dialog box. |
| CANCEL — Constant static property in class flash.events.Event |
|
Defines the value of the type property of a cancel event object. |
| cancelable — Property in class flash.events.Event |
|
Indicates whether the behavior associated with the event can be prevented. |
| CANCELLED — Constant static property in class fl.events.DataGridEventReason |
|
The user canceled editing and does not want to save the edited
data. |
| Capabilities — Final class in package flash.system |
|
The Capabilities class provides properties that describe the system and player
that are hosting a SWF file. |
| capsLock — Static property in class flash.ui.Keyboard |
|
Specifies whether the Caps Lock key is activated (true) or not (false). |
| CAPS_LOCK — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the Caps Lock key (20). |
| CapsStyle — Final class in package flash.display |
|
The CapsStyle class is an enumeration of constant values that specify the caps style to use in drawing lines. |
| caption — Property in class flash.ui.ContextMenuItem |
|
Specifies the menu item caption (text) displayed in the context menu. |
| captionButton — Property in class fl.video.FLVPlaybackCaptioning |
|
Defines the captionButton FLVPlayback custom UI component instance
which provides toggle capabilities to turn captioning on and off. |
| captionChange — Event in class fl.video.FLVPlaybackCaptioning |
|
Dispatched when a caption is added or removed from the caption target
text field. |
| CAPTION_CHANGE — Constant static property in class fl.video.CaptionChangeEvent |
|
Defines the value of the
type property of a captionChange event object. |
| CaptionChangeEvent — Class in package fl.video |
|
The CaptionChangeEvent is dispatched any time a caption is added or removed from the caption target text field. |
| CaptionChangeEvent(type:String, bubbles:Boolean, cancelable:Boolean, added:Boolean, captionCuePointObject:Object) — Constructor in class fl.video.CaptionChangeEvent |
|
Creates an Event object that contains information about captionChange events. |
| captionCuePointObject — Property in class fl.video.CaptionChangeEvent |
|
The cue point object for the caption that was added or removed. |
| captionTarget — Property in class fl.video.CaptionTargetEvent |
|
The caption target from the FLVPlaybackCaptioning instance property of the
same name. |
| captionTarget — Property in class fl.video.FLVPlaybackCaptioning |
|
Sets the DisplayObject instance in which to display captions. |
| captionTargetCreated — Event in class fl.video.FLVPlaybackCaptioning |
|
Dispatched after the captionTarget property is created,
but before any captions are added (the captionTarget property
is empty). |
| CAPTION_TARGET_CREATED — Constant static property in class fl.video.CaptionTargetEvent |
|
The CaptionTargetEvent.CAPTION_TARGET_CREATED constant defines the value of the
type property of a captionTargetCreated event object. |
| CaptionTargetEvent — Class in package fl.video |
|
Type for the captionTargetCreated event, dispatched after the
captionTargetCreated event is created automatically and before any captions
have been added to it. |
| CaptionTargetEvent(type:String, bubbles:Boolean, cancelable:Boolean, captionTarget:flash.display:DisplayObject) — Constructor in class fl.video.CaptionTargetEvent |
|
Creates an Event object that contains information about caption target events. |
| captionTargetName — Property in class fl.video.FLVPlaybackCaptioning |
|
The instance name of the TextField object or MovieClip enclosing a Textfield object
that contains the captions. |
| CAPTURING_PHASE — Constant static property in class flash.events.EventPhase |
|
The capturing phase, which is the first phase of the event flow. |
| caretIndex — Property in class flash.text.TextField |
|
The index of the insertion point (caret) position. |
| case — Statement |
| Defines a jump target for the switch statement. |
| CASEINSENSITIVE — Constant static property in class Array |
|
Specifies case-insensitive sorting for the Array class sorting methods. |
| CCW — Constant static property in class fl.motion.RotateDirection |
|
Ensures that the object rotates counterclockwise during a tween
to match the rotation of the object in the following keyframe. |
| ceil(val:Number) — Static method in class Math |
|
Returns the ceiling of the specified number or expression. |
| cellRenderer — Style in class fl.controls.TileList
|
| The cell renderer to be used to render each item in the TileList component. |
| |
| cellRenderer — Style in class fl.controls.ComboBox
|
| The class that provides the cell renderer for each item in the component. |
| |
| cellRenderer — Style in class fl.controls.SelectableList
|
| The class that provides the cell renderer for each item in the component. |
| |
| cellRenderer — Property in class fl.controls.dataGridClasses.DataGridColumn |
|
The class that is used to render the items in this column. |
| CellRenderer — Class in package fl.controls.listClasses |
|
The CellRenderer class defines methods and properties for
list-based components to use to manipulate and display custom
cell content in each of their rows. |
| CellRenderer() — Constructor in class fl.controls.listClasses.CellRenderer |
|
Creates a new CellRenderer instance. |
| CENTER — Constant static property in class fl.video.VideoAlign |
|
Specifies that the video is aligned in the center. |
| CENTER — Constant static property in class flash.text.TextFieldAutoSize |
|
Specifies that the text is to be treated as center-justified text. |
| CENTER — Constant static property in class flash.text.TextFormatAlign |
|
Constant; centers the text in the text field. |
| change — Event in class fl.controls.BaseButton |
|
Dispatched when the value of the selected property
of a toggle Button component changes. |
| change — Event in class fl.controls.ColorPicker |
|
Dispatched when the user clicks a color in the palette. |
| change — Event in class fl.controls.ComboBox |
|
Dispatched when the user changes the selection in the ComboBox component or, if
the ComboBox component is editable, each time the user enters a keystroke in the
text field. |
| change — Event in class fl.controls.NumericStepper |
|
Dispatched when the user changes the value of the NumericStepper component. |
| change — Event in class fl.controls.RadioButton |
|
Dispatched when the radio button instance's selected property changes. |
| change — Event in class fl.controls.RadioButtonGroup |
|
Dispatched when the selected RadioButton instance in a group changes. |
| change — Event in class fl.controls.SelectableList |
|
Dispatched when a different item is selected in the list. |
| change — Event in class fl.controls.Slider |
|
Dispatched when the value of the Slider component changes as a result of mouse or keyboard
interaction. |
| change — Event in class fl.controls.TextArea |
|
Dispatched when the text in the TextArea component changes. |
| change — Event in class fl.controls.TextInput |
|
Dispatched when user input changes text in the TextInput component. |
| change — Event in class flash.text.TextField |
|
Dispatched after a control's value is modified. |
| CHANGE — Constant static property in class fl.events.ColorPickerEvent |
|
Defines the value of the type property of the change
event object. |
| CHANGE — Constant static property in class fl.events.DataChangeType |
|
A change was made to the component data. |
| CHANGE — Constant static property in class fl.events.SliderEvent |
|
Defines the value of the type property of a change event object. |
| CHANGE — Constant static property in class flash.events.Event |
|
Defines the value of the type property of a change event object. |
| changeList — Property in class flash.events.SyncEvent |
|
An array of objects; each object contains properties that describe the changed members of a remote shared object. |
| changeType — Property in class fl.events.DataChangeEvent |
|
Gets the type of the change that triggered the event. |
| charAt(index:Number) — Method in class String |
|
Returns the character in the position specified by the index parameter. |
| charCode — Property in class flash.events.KeyboardEvent |
|
Contains the character code value of the key pressed or released. |
| charCodeAt(index:Number) — Method in class String |
|
Returns the numeric Unicode character code of the character at the specified
index. |
| charCount — Property in class flash.text.TextSnapshot |
|
The number of characters in a TextSnapshot object. |
| CheckBox — Class in package fl.controls |
|
The CheckBox component displays a small box that can contain
a check mark. |
| CheckBox() — Constructor in class fl.controls.CheckBox |
|
Creates a new CheckBox component instance. |
| CheckBoxAccImpl — Class in package fl.accessibility |
|
The CheckBoxAccImpl class, also called the CheckBox Accessibility Implementation class,
is used to make a CheckBox component accessible. |
| checkPolicyFile — Property in class flash.media.SoundLoaderContext |
|
Specifies whether Flash Player should try to download a cross-domain policy file from the
loaded sound's server before beginning to load the sound. |
| checkPolicyFile — Property in class flash.net.NetStream |
|
Specifies whether Flash Player should try to download a cross-domain policy file from the
loaded video file's server before beginning to load the video file. |
| checkPolicyFile — Property in class flash.system.LoaderContext |
|
Specifies whether Flash Player should attempt to download a cross-domain policy file from the
loaded object's server before beginning to load the object itself. |
| checkXMLStatus() — Static method in class fl.lang.Locale |
|
Returns true if the XML file is loaded; false otherwise. |
| child(propertyName:Object) — Method in class XML |
|
Lists the children of an XML object. |
| child(propertyName:Object) — Method in class XMLList |
|
Calls the child() method of each XML object and returns an XMLList object that
contains the results in order. |
| childAllowsParent — Property in class flash.display.LoaderInfo |
|
Expresses the trust relationship from content (child) to the Loader (parent). |
| childIndex() — Method in class XML |
|
Identifies the zero-indexed position of this XML object within the context of its parent. |
| childNodes — Property in class flash.xml.XMLNode |
|
An array of the specified XMLNode object's children. |
| children() — Method in class XML |
|
Lists the children of the XML object in the sequence in which they appear. |
| children() — Method in class XMLList |
|
Calls the children() method of each XML object and
returns an XMLList object that contains the results. |
| CHINESE — Constant static property in class flash.system.IMEConversionMode |
|
The string "CHINESE", for use with the
IME.conversionMode property. |
| CIRCLE — Constant static property in class fl.transitions.Iris |
|
Used to specify a circle mask shape for the transition effect. |
| Circular — Class in package fl.motion.easing |
|
The Circular class defines three easing functions to implement
motion with ActionScript animation. |
| clamp — Property in class flash.filters.ConvolutionFilter |
|
Indicates whether the image should be clamped. |
| CLAMP — Constant static property in class flash.filters.DisplacementMapFilterMode |
|
Clamps the displacement value to the edge of the source image. |
| class — Statement |
| Defines a class, which lets you instantiate objects that share methods and properties that you define. |
| Class — Dynamic class in Top Level |
|
A Class object is created for each class definition in a program. |
| clear() — Method in class flash.display.Graphics |
|
Clears the graphics that were drawn to this Graphics object, and resets fill and
line style settings. |
| clear() — Method in class flash.media.Video |
|
Clears the image currently displayed in the Video object. |
| clear() — Method in class flash.net.SharedObject |
|
For local shared objects, purges all of the data and deletes the shared object from the disk. |
| clear() — Method in class flash.text.StyleSheet |
|
Removes all styles from the style sheet object. |
| clearComponentStyle(component:Object, name:String) — Static method in class fl.managers.StyleManager |
|
Removes a style from the specified component. |
| clearInterval(id:uint) — Package function in flash.utils |
|
Cancels a specified setInterval() call. |
| clearRendererStyle(name:String, column:int) — Method in class fl.controls.SelectableList |
|
Clears a style that is set on the renderers in the list. |
| clearSelection() — Method in class fl.controls.SelectableList |
|
Clears the currently selected item in the list and sets the selectedIndex property to -1. |
| clearStyle(style:String) — Method in class fl.core.UIComponent |
|
Deletes a style property from this component instance. |
| clearStyle(name:String) — Static method in class fl.managers.StyleManager |
|
Removes a global style from all user interface components in a document. |
| clearTimeout(id:uint) — Package function in flash.utils |
|
Cancels a specified setTimeout() call. |
| click — Event in class fl.controls.LabelButton |
|
Dispatched after the toggle button receives input from
a mouse device or from the spacebar. |
| click — Event in class fl.controls.RadioButton |
|
Dispatched when the user clicks the radio button with the mouse or spacebar. |
| click — Event in class fl.controls.RadioButtonGroup |
|
Dispatched when a RadioButton instance is clicked. |
| click — Event in class flash.display.InteractiveObject |
|
Dispatched when a user presses and releases the main button of the user's
pointing device over the same InteractiveObject. |
| CLICK — Constant static property in class flash.events.MouseEvent |
|
Defines the value of the type property of a click event object. |
| clickTarget — Property in class fl.events.SliderEvent |
|
Gets a string that indicates whether the slider thumb or a slider track was pressed. |
| client — Property in class flash.net.LocalConnection |
|
Indicates the object on which callback methods are invoked. |
| client — Property in class flash.net.NetConnection |
|
Indicates the object on which callback methods should be invoked. |
| client — Property in class flash.net.NetStream |
|
Specifies the object on which callback methods are invoked. |
| client — Property in class flash.net.SharedObject |
|
Indicates the object on which
callback methods are invoked. |
| clone() — Method in class fl.data.DataProvider |
|
Creates a copy of the current DataProvider object. |
| clone() — Method in class fl.events.ColorPickerEvent |
|
Creates a copy of the ColorPickerEvent object and sets the value of each parameter to match
the original. |
| clone() — Method in class fl.events.ComponentEvent |
|
Creates a copy of the ComponentEvent object and sets the value of each parameter to
match the original. |
| clone() — Method in class fl.events.DataChangeEvent |
|
Creates a copy of the DataEvent object and sets the value of each parameter to match
that of the original. |
| clone() — Method in class fl.events.DataGridEvent |
|
Creates a copy of the DataGridEvent object and sets the value of each
property to match the original. |
| clone() — Method in class fl.events.ListEvent |
|
Creates a copy of the ListEvent object and sets the value of each parameter to match
the original. |
| clone() — Method in class fl.events.ScrollEvent |
|
Creates a copy of the ScrollEvent object and sets the value of each parameter to
match the original. |
| clone() — Method in class fl.events.SliderEvent |
|
Creates a copy of the SliderEvent object and sets the value of each parameter to match
the original. |
| clone() — Method in class flash.display.BitmapData |
|
Returns a new BitmapData object that is a clone of the original instance
with an exact copy of the contained bitmap. |
| clone() — Method in class flash.events.ActivityEvent |
|
Creates a copy of an ActivityEvent object and sets the value of each property to match that of
the original. |
| clone() — Method in class flash.events.AsyncErrorEvent |
|
Creates a copy of the AsyncErrorEvent object and sets the value of each property to match
that of the original. |
| clone() — Method in class flash.events.ContextMenuEvent |
|
Creates a copy of the ContextMenuEvent object and sets the value of each property to match that of the original. |
| clone() — Method in class flash.events.DataEvent |
|
Creates a copy of the DataEvent object and sets the value of each property to match that of the
original. |
| clone() — Method in class flash.events.ErrorEvent |
|
Creates a copy of the ErrorEvent object and sets the value of each property to match that of the original. |
| clone() — Method in class flash.events.Event |
|
Duplicates an instance of an Event subclass. |
| clone() — Method in class flash.events.FocusEvent |
|
Creates a copy of the FocusEvent object and sets the value of each property to match that of the original. |
| clone() — Method in class flash.events.FullScreenEvent |
|
Creates a copy of a FullScreenEvent object and sets the value of each property to match that of
the original. |
| clone() — Method in class flash.events.HTTPStatusEvent |
|
Creates a copy of the HTTPStatusEvent object and sets the value of each property to match that of the original. |
| clone() — Method in class flash.events.IMEEvent |
|
Creates a copy of the IMEEvent object and sets the value of each property to match that of the original. |
| clone() — Method in class flash.events.IOErrorEvent |
|
Creates a copy of the IOErrorEvent object and sets the value of each property to match that of the original. |
| clone() — Method in class flash.events.KeyboardEvent |
|
Creates a copy of the KeyboardEvent object and sets the value of each property to match that of the original. |
| clone() — Method in class flash.events.MouseEvent |
|
Creates a copy of the MouseEvent object and sets the value of each property to match that of the original. |
| clone() — Method in class flash.events.NetStatusEvent |
|
Creates a copy of the NetStatusEvent object and sets the value of each property to match that of the original. |
| clone() — Method in class flash.events.ProgressEvent |
|
Creates a copy of the ProgressEvent object and sets each property's value to match that of the original. |
| clone() — Method in class flash.events.SecurityErrorEvent |
|
Creates a copy of the SecurityErrorEvent object and sets the value of each property to match that of the original. |
| clone() — Method in class flash.events.StatusEvent |
|
Creates a copy of the StatusEvent object and sets the value of each property to match that of the original. |
| clone() — Method in class flash.events.SyncEvent |
|
Creates a copy of the SyncEvent object and sets the value of each property to match that of the original. |
| clone() — Method in class flash.events.TextEvent |
|
Creates a copy of the TextEvent object and sets the value of each property to match that of the original. |
| clone() — Method in class flash.events.TimerEvent |
|
Creates a copy of the TimerEvent object and sets each property's value to match that of the original. |
| clone() — Method in class flash.filters.BevelFilter |
|
Returns a copy of this filter object. |
| clone() — Method in class flash.filters.BitmapFilter |
|
Returns a BitmapFilter object that is an exact copy of the original
BitmapFilter object. |
| clone() — Method in class flash.filters.BlurFilter |
|
Returns a copy of this filter object. |
| clone() — Method in class flash.filters.ColorMatrixFilter |
|
Returns a copy of this filter object. |
| clone() — Method in class flash.filters.ConvolutionFilter |
|
Returns a copy of this filter object. |
| clone() — Method in class flash.filters.DisplacementMapFilter |
|
Returns a copy of this filter object. |
| clone() — Method in class flash.filters.DropShadowFilter |
|
Returns a copy of this filter object. |
| clone() — Method in class flash.filters.GlowFilter |
|
Returns a copy of this filter object. |
| clone() — Method in class flash.filters.GradientBevelFilter |
|
Returns a copy of this filter object. |
| clone() — Method in class flash.filters.GradientGlowFilter |
|
Returns a copy of this filter object. |
| clone() — Method in class flash.geom.Matrix |
|
Returns a new Matrix object that is a clone of this
matrix, with an exact copy of the contained object. |
| clone() — Method in class flash.geom.Point |
|
Creates a copy of this Point object. |
| clone() — Method in class flash.geom.Rectangle |
|
Returns a new Rectangle object with the same values for the x, y,
width, and height properties as the original Rectangle object. |
| clone() — Method in class flash.ui.ContextMenu |
|
Creates a copy of the specified ContextMenu object. |
| clone() — Method in class flash.ui.ContextMenuItem |
|
Creates and returns a copy of the specified ContextMenuItem object. |
| cloneNode(deep:Boolean) — Method in class flash.xml.XMLNode |
|
Constructs and returns a new XML node of the same type, name, value, and attributes as the
specified XML object. |
| close() — Method in class fl.containers.UILoader |
|
Cancels a load() method operation that is currently in progress for the
Loader instance. |
| close — Event in class fl.controls.ColorPicker |
|
Dispatched when the user closes the color palette. |
| close() — Method in class fl.controls.ColorPicker |
|
Hides the color palette. |
| close — Event in class fl.controls.ComboBox |
|
Dispatched when the drop-down list is dismissed for any reason. |
| close() — Method in class fl.controls.ComboBox |
|
Closes the drop-down list. |
| close — Event in class fl.video.FLVPlayback |
|
Dispatched when the event object closes the NetConnection,
by timing out or through a call to the closeVideoPlayer() method or when
you call the load() or play() methods or set the
source property and cause the RTMP connection
to close as a result. |
| close() — Method in interface fl.video.INCManager |
|
Closes the NetConnection. |
| close() — Method in class fl.video.NCManager |
|
Closes the NetConnection. |
| close — Event in class fl.video.VideoPlayer |
|
Dispatched by the VideoPlayer instance when it closes the NetConnection
by timing out or through a call to the close() method, or when
you call the load() or play() methods or set the
source property and cause the RTMP connection
to close as a result. |
| close() — Method in class fl.video.VideoPlayer |
|
Forces the video stream and Flash Media Server connection to close. |
| close() — Method in class flash.display.Loader |
|
Cancels a load() method operation that is currently in progress for the Loader instance. |
| close() — Method in class flash.media.Sound |
|
Closes the stream, causing any download of data to cease. |
| close() — Method in class flash.net.LocalConnection |
|
Closes (disconnects) a LocalConnection object. |
| close() — Method in class flash.net.NetConnection |
|
Closes the connection that was opened locally or to the server and dispatches
a netStatus event
with a code property of NetConnection.Connect.Closed. |
| close() — Method in class flash.net.NetStream |
|
Stops playing all data on the stream, sets the time property to 0,
and makes the stream available for another use. |
| close() — Method in class flash.net.SharedObject |
|
Closes the connection between a remote shared object and the server. |
| close — Event in class flash.net.Socket |
|
Dispatched when the server closes the socket connection. |
| close() — Method in class flash.net.Socket |
|
Closes the socket. |
| close() — Method in class flash.net.URLLoader |
|
Closes the load operation in progress. |
| close() — Method in class flash.net.URLStream |
|
Immediately closes the stream and
cancels the download operation. |
| close — Event in class flash.net.XMLSocket |
|
Dispatched when the server closes the socket connection. |
| close() — Method in class flash.net.XMLSocket |
|
Closes the connection specified by the XMLSocket object. |
| CLOSE — Constant static property in class fl.video.VideoEvent |
|
Defines the value of the type property of a close
event object. |
| CLOSE — Constant static property in class flash.events.Event |
|
Defines the value of the type property of a close event object. |
| closeVideoPlayer(index:uint) — Method in class fl.video.FLVPlayback |
|
Closes NetStream and deletes the video player specified by the index
parameter. |
| code — Property in class fl.video.VideoError |
|
The code that corresponds to the error. |
| code — Property in class flash.events.StatusEvent |
|
A description of the object's status. |
| color — Property in class fl.events.ColorPickerEvent |
|
Gets the color value that is associated with the event. |
| color — Property in class fl.motion.Keyframe |
|
A color object that adjusts the color transform in the target object. |
| color — Property in class flash.filters.ConvolutionFilter |
|
The hexadecimal color to substitute for pixels that are off the source image. |
| color — Property in class flash.filters.DisplacementMapFilter |
|
Specifies what color to use for out-of-bounds displacements. |
| color — Property in class flash.filters.DropShadowFilter |
|
The color of the shadow. |
| color — Property in class flash.filters.GlowFilter |
|
The color of the glow. |
| color — Property in class flash.geom.ColorTransform |
|
The RGB color value for a ColorTransform object. |
| color — Property in class flash.text.TextFormat |
|
Indicates the color of the text. |
| Color — Class in package fl.motion |
|
The Color class extends the Flash Player ColorTransform class,
adding the ability to control brightness and tint. |
| Color(redMultiplier:Number, greenMultiplier:Number, blueMultiplier:Number, alphaMultiplier:Number, redOffset:Number, greenOffset:Number, blueOffset:Number, alphaOffset:Number) — Constructor in class fl.motion.Color |
|
Constructor for Color instances. |
| COLOR — Constant static property in class flash.filters.DisplacementMapFilterMode |
|
If the displacement value is outside the image, substitutes the values in
the color and alpha properties. |
| ColorMatrixFilter — Final class in package flash.filters |
|
The ColorMatrixFilter class lets you apply a 4 x 5 matrix transformation on the RGBA color and alpha values
of every pixel in the input image to produce a result with a new set of RGBA color and alpha values. |
| ColorMatrixFilter(matrix:Array) — Constructor in class flash.filters.ColorMatrixFilter |
|
Initializes a new ColorMatrixFilter instance with the specified parameters. |
| ColorPicker — Class in package fl.controls |
|
The ColorPicker component displays a list of one or more swatches
from which the user can select a color. |
| ColorPicker() — Constructor in class fl.controls.ColorPicker |
|
Creates an instance of the ColorPicker class. |
| ColorPickerEvent — Class in package fl.events |
|
The ColorPickerEvent class defines events that are associated with the ColorPicker component. |
| ColorPickerEvent(type:String, color:uint) — Constructor in class fl.events.ColorPickerEvent |
|
Creates a new ColorPickerEvent object. |
| colors — Property in class fl.controls.ColorPicker |
|
Gets or sets the array of custom colors that the ColorPicker component
provides. |
| colors — Property in class flash.filters.GradientBevelFilter |
|
An array of RGB hexadecimal color values to use in the gradient. |
| colors — Property in class flash.filters.GradientGlowFilter |
|
An array of colors that defines a gradient. |
| colorTransform(rect:flash.geom:Rectangle, colorTransform:flash.geom:ColorTransform) — Method in class flash.display.BitmapData |
|
Adjusts the color values in a specified area of a bitmap image by using a
ColorTransform object. |
| colorTransform — Property in class flash.geom.Transform |
|
A ColorTransform object containing values that universally adjust the colors in
the display object. |
| ColorTransform — Class in package flash.geom |
|
The ColorTransform class lets you adjust the color values in a display object. |
| ColorTransform(redMultiplier:Number, greenMultiplier:Number, blueMultiplier:Number, alphaMultiplier:Number, redOffset:Number, greenOffset:Number, blueOffset:Number, alphaOffset:Number) — Constructor in class flash.geom.ColorTransform |
|
Creates a ColorTransform object for a display object with the specified
color channel values and alpha values. |
| colorWell — Style in class fl.controls.ColorPicker
|
| The class that provides the skin for the color well when it is filled with a color. |
| |
| column — Property in class fl.controls.dataGridClasses.HeaderRenderer |
|
The index of the column that belongs to this HeaderRenderer instance. |
| column — Property in class fl.controls.listClasses.ListData |
|
The column in which the data item is displayed. |
| columnCount — Style in class fl.controls.ColorPicker
|
| The number of columns to be drawn in the ColorPicker color palette. |
| |
| columnCount — Property in class fl.controls.TileList |
|
Gets or sets the number of columns that are at least partially visible in the
list. |
| columnDividerSkin — Style in class fl.controls.DataGrid
|
| The name of the class that provides the divider that appears between columns. |
| |
| columnIndex — Property in class fl.events.ListEvent |
|
Gets the column index of the item that is associated with this event. |
| columns — Property in class fl.controls.DataGrid |
|
Gets or sets an array of DataGridColumn objects, one for each column that can be displayed. |
| columnStretch — Event in class fl.controls.DataGrid |
|
Dispatched after a user expands a column horizontally. |
| COLUMN_STRETCH — Constant static property in class fl.events.DataGridEvent |
|
The DataGridEvent.COLUMN_STRETCH constant defines the value of the type property
of a columnStretch event object. |
| columnStretchCursorSkin — Style in class fl.controls.DataGrid
|
| The name of the class that provides the cursor that is used when the mouse is between two column headers and the resizableColumns property is set to true. |
| |
| columnWidth — Property in class fl.controls.TileList |
|
Gets or sets the width that is applied to a column in the list, in pixels. |
| ComboBox — Class in package fl.controls |
|
The ComboBox component contains a drop-down list from which the
user can select one value. |
| ComboBox() — Constructor in class fl.controls.ComboBox |
|
Creates a new ComboBox component instance. |
| ComboBoxAccImpl — Class in package fl.accessibility |
|
The ComboBoxAccImpl class, also called the ComboBox Accessibility Implementation class,
is used to make a ComboBox component accessible. |
| comment — Property in class flash.media.ID3Info |
|
A comment about the recording; corresponds to the ID3 2.0 tag COMM. |
| comments() — Method in class XML |
|
Lists the properties of the XML object that contain XML comments. |
| comments() — Method in class XMLList |
|
Calls the comments() method of each XML object and returns
an XMLList of comments. |
| compare(otherBitmapData:flash.display:BitmapData) — Method in class flash.display.BitmapData |
|
Compares two BitmapData objects. |
| complete — Event in class fl.containers.ScrollPane |
|
Dispatched when content has finished loading. |
| complete — Event in class fl.containers.UILoader |
|
Dispatched when content loading is complete. |
| complete — Event in class fl.controls.ProgressBar |
|
Dispatched when the load operation completes. |
| complete — Event in class fl.video.FLVPlayback |
|
Dispatched when playing completes because the player reached the end of the FLV file. |
| complete — Event in class fl.video.FLVPlaybackCaptioning |
|
Dispatched after all of the Timed Text XML data is loaded. |
| complete — Event in class fl.video.VideoPlayer |
|
Dispatched when playing completes because the player reached the end of the FLV file. |
| complete — Event in class flash.display.LoaderInfo |
|
Dispatched when data has loaded successfully. |
| complete — Event in class flash.media.Sound |
|
Dispatched when data has loaded successfully. |
| complete — Event in class flash.net.FileReference |
|
Dispatched when download is complete or when upload generates an HTTP status code of 200. |
| complete — Event in class flash.net.URLLoader |
|
Dispatched after all the received data is decoded and
placed in the data property of the URLLoader object. |
| complete — Event in class flash.net.URLStream |
|
Dispatched when data has loaded successfully. |
| COMPLETE — Constant static property in class fl.video.VideoEvent |
|
Defines the value of the type property of a complete event object. |
| COMPLETE — Constant static property in class flash.events.Event |
|
Defines the value of the type property of a complete event object. |
| ComponentEvent — Class in package fl.events |
|
The ComponentEvent class defines events that are associated with the UIComponent class. |
| ComponentEvent(type:String, bubbles:Boolean, cancelable:Boolean) — Constructor in class fl.events.ComponentEvent |
|
Creates a new ComponentEvent object that contains information about a component
event. |
| componentX — Property in class flash.filters.DisplacementMapFilter |
|
Describes which color channel to use in the map image to displace the x result. |
| componentY — Property in class flash.filters.DisplacementMapFilter |
|
Describes which color channel to use in the map image to displace the y result. |
| compress() — Method in class flash.utils.ByteArray |
|
Compresses the byte array using the zlib compressed data format. |
| computeSpectrum(outputArray:flash.utils:ByteArray, FFTMode:Boolean, stretchFactor:int) — Static method in class flash.media.SoundMixer |
|
Takes a snapshot of the current sound wave and places it into the specified ByteArray object. |
| concat(... rest) — Method in class Array |
|
Concatenates the elements specified in the parameters with the elements in an array and creates a new array. |
| concat(... rest) — Method in class String |
|
Appends the supplied arguments to the end of the String object, converting them to strings if
necessary, and returns the resulting string. |
| concat(items:Object) — Method in class fl.data.DataProvider |
|
Concatenates the specified items to the end of the current data provider. |
| concat(second:flash.geom:ColorTransform) — Method in class flash.geom.ColorTransform |
| Concatenates the ColorTranform object specified by the second parameter
with the current ColorTransform object and sets the
current object as the result, which is an additive combination of the two color transformations. |
| concat(m:flash.geom:Matrix) — Method in class flash.geom.Matrix |
|
Concatenates a matrix with the current matrix, effectively combining the
geometric effects of the two. |
| concatenatedColorTransform — Property in class flash.geom.Transform |
|
A ColorTransform object representing the combined color transformations applied to the display object
and all of its parent objects, back to the root level. |
| concatenatedMatrix — Property in class flash.geom.Transform |
|
A Matrix object representing the combined transformation matrixes of the
display object and all of its parent objects, back to the root level. |
| condenseWhite — Property in class fl.controls.Label |
|
Gets or sets a value that indicates whether extra white space such as spaces
and line breaks should be removed from a Label component that contains HTML text. |
| condenseWhite — Property in class fl.controls.TextArea |
|
Gets or sets a Boolean value that indicates whether extra white space
is removed from a TextArea component that contains HTML text. |
| condenseWhite — Property in class fl.controls.TextInput |
|
Gets or sets a Boolean value that indicates whether extra white space is
removed from a TextInput component that contains HTML text. |
| condenseWhite — Property in class flash.text.TextField |
|
A Boolean value that specifies whether extra white space (spaces, line breaks, and so on)
in a text field with HTML text should be removed. |
| connect(connectionName:String) — Method in class flash.net.LocalConnection |
|
Prepares a LocalConnection object to receive commands from a send() command
(called the sending LocalConnection object). |
| connect(command:String, ... rest) — Method in class flash.net.NetConnection |
|
Creates a bidirectional connection between Flash Player and a Flash Media Server application. |
| connect(myConnection:flash.net:NetConnection, params:String) — Method in class flash.net.SharedObject |
|
Connects to a remote shared object on a server through a specified NetConnection object. |
| connect — Event in class flash.net.Socket |
|
Dispatched when a network connection has been established. |
| connect(host:String, port:int) — Method in class flash.net.Socket |
|
Connects the socket to the specified host and port. |
| connect — Event in class flash.net.XMLSocket |
|
Dispatched after a successful call to the XMLSocket.connect() method. |
| connect(host:String, port:int) — Method in class flash.net.XMLSocket |
|
Establishes a connection to the specified Internet host using the specified TCP port. |
| CONNECT — Constant static property in class flash.events.Event |
|
Defines the value of the type property of a connect event object. |
| connectAgain() — Method in interface fl.video.INCManager |
|
Called by the VideoPlayer object if the connection is
successfully made but the stream is not found. |
| connectAgain() — Method in class fl.video.NCManager |
|
Called by the VideoPlayer object if the connection is
successfully made but the stream is not found. |
| connected — Property in class flash.net.NetConnection |
|
Indicates whether Flash Player is connected to a server through
a persistent RTMP connection (true) or not (false). |
| connected — Property in class flash.net.Socket |
|
Indicates whether this Socket object is currently connected. |
| connected — Property in class flash.net.URLStream |
|
Indicates whether this URLStream object is
currently connected. |
| connected — Property in class flash.net.XMLSocket |
|
Indicates whether this XMLSocket object is currently connected. |
| connectedProxyType — Property in class flash.net.NetConnection |
|
The proxy type used to make a successful NetConnection.connect() call to Flash Media Server:
"none", "HTTP", "HTTPS", or "CONNECT". |
| CONNECTION_ERROR — Constant static property in class fl.video.VideoState |
|
The video player is in the connection error state. |
| connectToURL(url:String) — Method in interface fl.video.INCManager |
|
Called by the VideoPlayer object to ask for a connection to the
URL. |
| connectToURL(url:String) — Method in class fl.video.NCManager |
|
Called by the VideoPlayer object to ask for a connection to the
URL. |
| const — Statement |
| Specifies a constant, which is a variable that can be assigned a value only once. |
| constructor — Property in class Object |
|
A reference to the class object or constructor function for a given object instance. |
| contains(value:XML) — Method in class XML |
|
Compares the XML object against the given value parameter. |
| contains(value:XML) — Method in class XMLList |
|
Checks whether the XMLList object contains an XML object that is equal to the given
value parameter. |
| contains(child:flash.display:DisplayObject) — Method in class flash.display.DisplayObjectContainer |
|
Determines whether the specified display object is a child of the DisplayObjectContainer instance or
the instance itself. |
| contains(x:Number, y:Number) — Method in class flash.geom.Rectangle |
|
Determines whether the specified point is contained within the rectangular region defined
by this Rectangle object. |
| containsPoint(point:flash.geom:Point) — Method in class flash.geom.Rectangle |
|
Determines whether the specified point is contained within the rectangular region defined
by this Rectangle object. |
| containsRect(rect:flash.geom:Rectangle) — Method in class flash.geom.Rectangle |
|
Determines whether the Rectangle object specified by the rect parameter is contained
within this Rectangle object. |
| content — Property in class fl.containers.ScrollPane |
|
Gets a reference to the content loaded into the scroll pane. |
| content — Property in class fl.containers.UILoader |
|
Contains the root display object of the SWF file or image file (a JPEG, PNG, or GIF format file)
that was loaded by using the load() method or setting the source property. |
| content — Property in class fl.transitions.TransitionManager |
|
The movie clip instance to which TransitionManager is to apply a transition. |
| content — Property in class flash.display.Loader |
|
Contains the root display object of the SWF file or image (JPG, PNG, or GIF)
file that was loaded by using the load() or loadBytes() methods. |
| content — Property in class flash.display.LoaderInfo |
|
The loaded object associated with this LoaderInfo object. |
| contentAppearance — Property in class fl.transitions.TransitionManager |
|
An object that contains the saved visual properties of the content (target movie clip)
to which the transitions will be applied. |
| contentLoaderInfo — Property in class flash.display.Loader |
|
Returns a LoaderInfo object corresponding to the object being loaded. |
| contentPadding — Style in class fl.containers.BaseScrollPane
|
| Padding between the content (the component and scroll bar), and the outside edge of the background, in pixels. |
| |
| contentPadding — Style in class fl.containers.ScrollPane
|
| The amount of padding to put around the content in the scroll pane, in pixels. |
| |
| contentPadding — Style in class fl.controls.ComboBox
|
| Padding between the content (the component and scroll bar), and the outside edge of the background, in pixels. |
| |
| contentPadding — Style in class fl.controls.SelectableList
|
| The padding that separates the border of the list from its contents, in pixels. |
| |
| contentType — Property in class flash.display.LoaderInfo |
|
The MIME type of the loaded file. |
| contentType — Property in class flash.net.URLRequest |
|
The MIME content type of any POST data. |
| contextMenu — Property in class flash.display.InteractiveObject |
|
Specifies the context menu associated with this object. |
| ContextMenu — Final class in package flash.ui |
|
The ContextMenu class provides control over the items in the Flash Player context menu. |
| ContextMenu() — Constructor in class flash.ui.ContextMenu |
|
Creates a ContextMenu object. |
| ContextMenuBuiltInItems — Final class in package flash.ui |
|
The ContextMenuBuiltInItems class describes the items that are built in to a context menu. |
| ContextMenuBuiltInItems() — Constructor in class flash.ui.ContextMenuBuiltInItems |
|
Creates a new ContextMenuBuiltInItems object so that you can set the properties for Flash Player to display or hide each menu item. |
| ContextMenuEvent — Class in package flash.events |
|
Flash® Player dispatches ContextMenuEvent objects when a user generates or interacts with
the context menu. |
| ContextMenuEvent(type:String, bubbles:Boolean, cancelable:Boolean, mouseTarget:flash.display:InteractiveObject, contextMenuOwner:flash.display:InteractiveObject) — Constructor in class flash.events.ContextMenuEvent |
|
Creates an Event object that contains specific information about menu events. |
| ContextMenuItem — Final class in package flash.ui |
|
Use the ContextMenuItem class to create custom menu items to display in the Flash Player context
menu. |
| ContextMenuItem(caption:String, separatorBefore:Boolean, enabled:Boolean, visible:Boolean) — Constructor in class flash.ui.ContextMenuItem |
|
Creates a new ContextMenuItem object that can be added to the ContextMenu.customItems
array. |
| contextMenuOwner — Property in class flash.events.ContextMenuEvent |
|
The display list object to which the menu is attached. |
| continue — Statement |
| Jumps past all remaining statements in the innermost loop and starts the next iteration of the loop as if control had passed through to the end of the loop normally. |
| continueTo(finish:Number, duration:Number) — Method in class fl.transitions.Tween |
|
Instructs the tweened animation to continue tweening from its current animation point to
a new finish and duration point. |
| CONTROL — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the Control key (17). |
| conversionMode — Static property in class flash.system.IME |
|
The conversion mode of the current IME. |
| ConvolutionFilter — Class in package flash.filters |
|
The ConvolutionFilter class applies a matrix convolution filter effect. |
| ConvolutionFilter(matrixX:Number, matrixY:Number, matrix:Array, divisor:Number, bias:Number, preserveAlpha:Boolean, clamp:Boolean, color:uint, alpha:Number) — Constructor in class flash.filters.ConvolutionFilter |
|
Initializes a ConvolutionFilter instance with the specified parameters. |
| copy() — Method in class XML |
|
Returns a copy of the given XML object. |
| copy() — Method in class XMLList |
|
Returns a copy of the given XMLList object. |
| copyChannel(sourceBitmapData:flash.display:BitmapData, sourceRect:flash.geom:Rectangle, destPoint:flash.geom:Point, sourceChannel:uint, destChannel:uint) — Method in class flash.display.BitmapData |
|
Transfers data from one channel of another BitmapData object or the current
BitmapData object into a channel of the current BitmapData object. |
| copyPixels(sourceBitmapData:flash.display:BitmapData, sourceRect:flash.geom:Rectangle, destPoint:flash.geom:Point, alphaBitmapData:flash.display:BitmapData, alphaPoint:flash.geom:Point, mergeAlpha:Boolean) — Method in class flash.display.BitmapData |
|
Provides a fast routine to perform pixel manipulation
between images with no stretching, rotation, or color effects. |
| cos(angleRadians:Number) — Static method in class Math |
|
Computes and returns the cosine of the specified angle in radians. |
| createBox(scaleX:Number, scaleY:Number, rotation:Number, tx:Number, ty:Number) — Method in class flash.geom.Matrix |
|
Includes parameters for scaling,
rotation, and translation. |
| createElement(name:String) — Method in class flash.xml.XMLDocument |
|
Creates a new XMLNode object with the name specified in the parameter. |
| createGradientBox(width:Number, height:Number, rotation:Number, tx:Number, ty:Number) — Method in class flash.geom.Matrix |
|
Creates the specific style of matrix expected by the beginGradientFill() and
lineGradientStyle() methods of the Graphics class. |
| createItemEditor(colIndex:uint, rowIndex:uint) — Method in class fl.controls.DataGrid |
|
Uses the editor specified by the itemEditor property to
create an item editor for the item renderer at the column and row index
identified by the editedItemPosition property. |
| createTextNode(text:String) — Method in class flash.xml.XMLDocument |
|
Creates a new XML text node with the specified text. |
| creationDate — Property in class flash.net.FileReference |
|
The creation date of the file on the local disk. |
| creator — Property in class flash.net.FileReference |
|
The Macintosh creator type of the file. |
| CRT — Constant static property in class flash.text.TextDisplayMode |
|
Forces Flash Player to display grayscale anti-aliasing. |
| CSMSettings — Final class in package flash.text |
|
The CSMSettings class contains properties for use with the
TextRenderer.setAdvancedAntiAliasingTable() method
to provide continuous stroke modulation (CSM). |
| CSMSettings(fontSize:Number, insideCutoff:Number, outsideCutoff:Number) — Constructor in class flash.text.CSMSettings |
|
Creates a new CSMSettings object which stores stroke values for custom anti-aliasing settings. |
| ctrlKey — Property in class flash.events.KeyboardEvent |
|
Indicates whether the Control key is active (true) or inactive
(false). |
| ctrlKey — Property in class flash.events.MouseEvent |
|
Indicates whether the Control key is active (true) or inactive (false). |
| Cubic — Class in package fl.motion.easing |
|
The Cubic class defines three easing functions to implement
motion with ActionScript animation. |
| cuePoint — Event in class fl.video.FLVPlayback |
|
Dispatched when a cue point is reached. |
| cuePoint — Event in class fl.video.VideoPlayer |
|
Dispatched when a cue point is reached. |
| CUE_POINT — Constant static property in class fl.video.MetadataEvent |
|
Defines the value of the
type property of a cuePoint event object. |
| cuePoints — Property in class fl.video.FLVPlayback |
|
An array that describes ActionScript cue points and disabled embedded
FLV file cue points. |
| CuePointType — Final class in package fl.video |
|
The CuePointType class provides constant values for the
type property on the info object of a
MetadataEvent instance of type CUE_POINT. |
| currentCount — Property in class flash.utils.Timer |
|
The total number of times the timer has fired since it started
at zero. |
| currentDomain — Static property in class flash.system.ApplicationDomain |
|
Gets the current application domain in which your code is executing. |
| currentDomain — Static property in class flash.system.SecurityDomain |
|
Gets the current security domain. |
| currentFPS — Property in class flash.media.Camera |
|
The rate at which the camera is capturing data, in frames per second. |
| currentFPS — Property in class flash.net.NetStream |
|
The number of frames per second being displayed. |
| currentFrame — Property in class flash.display.MovieClip |
|
Specifies the number of the frame in which the playhead is located in the timeline of
the MovieClip instance. |
| currentLabel — Property in class flash.display.MovieClip |
|
The current label in which the playhead is located in the timeline of the MovieClip instance. |
| currentLabels — Property in class flash.display.MovieClip |
|
Returns an array of FrameLabel objects from the current scene. |
| currentScene — Property in class flash.display.MovieClip |
|
The current scene in which the playhead is located in the timeline of the MovieClip instance. |
| currentTarget — Property in class flash.events.Event |
|
The object that is actively processing the Event object with an event listener. |
| curveTo(controlX:Number, controlY:Number, anchorX:Number, anchorY:Number) — Method in class flash.display.Graphics |
|
Draws a curve using the current line style from the current drawing position
to (anchorX, anchorY) and using the control point that (controlX,
controlY) specifies. |
| CustomActions — Final class in package adobe.utils |
|
The methods of the CustomActions class allow a SWF file playing in the Flash authoring
tool to manage any custom actions that are registered with the authoring tool. |
| CustomEase — Class in package fl.motion |
|
The CustomEase class is used to modify specific properties of the easing behavior of a motion tween as
the tween progresses over time. |
| CustomEase(xml:XML) — Constructor in class fl.motion.CustomEase |
|
Constructor for CustomEase instances. |
| customItems — Property in class flash.ui.ContextMenu |
|
An array of ContextMenuItem objects. |
| CW — Constant static property in class fl.motion.RotateDirection |
|
Ensures that the object rotates clockwise during a tween
to match the rotation of the object in the following keyframe. |
|
| 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 |