| 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, class fl.motion.BezierSegment |
|
The third point of the Bezier curve. |
| c — Property, class flash.geom.Matrix |
|
The value that affects the positioning of pixels
along the x axis when rotating or skewing an image. |
| C — Constant Static Property, class flash.ui.Keyboard |
|
Constant associated with the key code value for the C key (67). |
| cacheAsBitmap — Property, class fl.motion.Keyframe |
|
If set to true, Flash Player caches an internal bitmap representation of the display object. |
| cacheAsBitmap — Property, class flash.display.DisplayObject |
|
If set to true, Flash Player or Adobe AIR caches an internal bitmap representation of the
display object. |
| cacheResponse — Property, class flash.html.HTMLLoader |
|
Specifies whether successful response data should be cached for HTTP requests issued by this object. |
| cacheResponse — Property, class flash.net.URLRequest |
|
Specifies whether successful response data should be cached for this request. |
| cacheResponse — Static Property, class flash.net.URLRequestDefaults |
|
The default setting for the cacheResponse property of URLRequest objects. |
| cacheSize — Property, class flash.data.SQLConnection |
|
Provides access to the cache size for this connection, which represents the maximum number
of database disk pages that are held in memory at one time. |
| call(thisArg, ... rest) — method, class Function |
|
Invokes the function represented by a Function object. |
| call(functionName:String, ... rest) — Static Method , 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, class flash.net.NetConnection |
|
Invokes a command or method on Flash Media Server or on an application server running Flash Remoting. |
| callee — Property, class arguments |
|
A reference to the currently executing function. |
| callProperty(name, ... rest) — method, class flash.utils.Proxy |
|
Overrides the behavior of an object property that can be called as a function. |
| Camera — final class, package flash.media |
|
Use the Camera class to capture video from a camera attached to a computer running Flash Player. |
| CAMERA — Constant Static Property, class flash.system.SecurityPanel |
|
When passed to Security.showSettings(), displays the
Camera panel in Flash Player Settings. |
| cancel() — Static Method , class adobe.utils.XMLUI |
|
Makes the current XMLUI dialog box close with a "cancel" state. |
| cancel — Event, class flash.data.SQLConnection |
|
Dispatched when a cancel() method call's operation completes
successfully. |
| cancel(responder:flash.net:Responder) — method, class flash.data.SQLConnection |
|
Aborts all SQL statements that are currently executing on databases connected to the SQLConnection
instance. |
| cancel() — method, class flash.data.SQLStatement |
|
Cancels execution of this statement. |
| cancel — Event, class flash.filesystem.File |
|
Dispatched when a pending asynchronous operation is canceled. |
| cancel() — method, class flash.filesystem.File |
|
Cancels any pending asynchronous operation. |
| cancel — Event, class flash.net.FileReference |
|
Dispatched when a file upload or download is canceled through the file-browsing dialog
box by the user. |
| cancel() — method, class flash.net.FileReference |
|
Cancels any ongoing upload or download operation on this FileReference object. |
| cancel — Event, class flash.net.FileReferenceList |
|
Dispatched when the user dismisses the file-browsing dialog box. |
| CANCEL — Constant Static Property, class flash.events.Event |
|
The Event.CANCEL constant defines the value of the type property of a cancel event object. |
| CANCEL — Constant Static Property, class flash.events.SQLEvent |
|
The SQLEvent.CANCEL constant defines the value of the
type property of a cancel event object. |
| cancelable — Property, class flash.events.Event |
|
Indicates whether the behavior associated with the event can be prevented. |
| CANCELLED — Constant Static Property, class fl.events.DataGridEventReason |
|
The user canceled editing and does not want to save the edited
data. |
| cancelLoad() — method, class flash.html.HTMLLoader |
|
Cancels any load operation in progress. |
| canonicalize() — method, class flash.filesystem.File |
|
Canonicalizes the File path. |
| Capabilities — final class, package flash.system |
|
The Capabilities class provides properties that
describe the system and player that are hosting a SWF file. |
| capsLock — Static Property, class flash.ui.Keyboard |
|
Specifies whether the Caps Lock key is activated (true) or not (false). |
| CAPS_LOCK — Constant Static Property, class flash.ui.Keyboard |
|
Constant associated with the key code value for the Caps Lock key (20). |
| CapsStyle — final class, package flash.display |
|
The CapsStyle class is an enumeration of constant values that specify the caps style to use in drawing lines. |
| caption — Property, class flash.ui.ContextMenuItem |
|
Specifies the menu item caption (text) displayed in the context menu. |
| captionButton — Property, class fl.video.FLVPlaybackCaptioning |
|
Defines the captionButton FLVPlayback custom UI component instance
which provides toggle capabilities to turn captioning on and off. |
| captionChange — Event, class fl.video.FLVPlaybackCaptioning |
|
Dispatched when a caption is added or removed from the caption target
text field. |
| CAPTION_CHANGE — Constant Static Property, class fl.video.CaptionChangeEvent |
|
Defines the value of the
type property of a captionChange event object. |
| CaptionChangeEvent — class, 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, class fl.video.CaptionChangeEvent |
|
Creates an Event object that contains information about captionChange events. |
| captionCuePointObject — Property, class fl.video.CaptionChangeEvent |
|
The cue point object for the caption that was added or removed. |
| captionTarget — Property, class fl.video.CaptionTargetEvent |
|
The caption target from the FLVPlaybackCaptioning instance property of the
same name. |
| captionTarget — Property, class fl.video.FLVPlaybackCaptioning |
|
Sets the DisplayObject instance in which to display captions. |
| captionTargetCreated — Event, 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, class fl.video.CaptionTargetEvent |
|
The CaptionTargetEvent.CAPTION_TARGET_CREATED constant defines the value of the
type property of a captionTargetCreated event object. |
| CaptionTargetEvent — class, 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, class fl.video.CaptionTargetEvent |
|
Creates an Event object that contains information about caption target events. |
| captionTargetName — Property, 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, class flash.events.EventPhase |
|
The capturing phase, which is the first phase of the event flow. |
| caretIndex — Property, 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, class Array |
|
Specifies case-insensitive sorting for the Array class sorting methods. |
| CCW — Constant Static Property, 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 , class Math |
|
Returns the ceiling of the specified number or expression. |
| cellRenderer — Style, class fl.controls.SelectableList |
| The class that provides the cell renderer for each item in the component. |
| |
| cellRenderer — Style, class fl.controls.TileList |
| The cell renderer to be used to render each item in the TileList component. |
| |
| cellRenderer — Style, class fl.controls.ComboBox |
| The class that provides the cell renderer for each item in the component. |
| |
| cellRenderer — Property, class fl.controls.dataGridClasses.DataGridColumn |
|
The class that is used to render the items in this column. |
| CellRenderer — class, 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, class fl.controls.listClasses.CellRenderer |
|
Creates a new CellRenderer instance. |
| CENTER — Constant Static Property, class fl.video.VideoAlign |
|
Specifies that the video is aligned in the center. |
| CENTER — Constant Static Property, class flash.text.TextFieldAutoSize |
|
Specifies that the text is to be treated as center-justified text. |
| CENTER — Constant Static Property, class flash.text.TextFormatAlign |
|
Constant; centers the text in the text field. |
| change — Event, class fl.controls.BaseButton |
|
Dispatched when the value of the selected property
of a toggle Button component changes. |
| change — Event, class fl.controls.ColorPicker |
|
Dispatched when the user clicks a color in the palette. |
| change — Event, 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, class fl.controls.NumericStepper |
|
Dispatched when the user changes the value of the NumericStepper component. |
| change — Event, class fl.controls.RadioButton |
|
Dispatched when the radio button instance's selected property changes. |
| change — Event, class fl.controls.RadioButtonGroup |
|
Dispatched when the selected RadioButton instance in a group changes. |
| change — Event, class fl.controls.SelectableList |
|
Dispatched when a different item is selected in the list. |
| change — Event, class fl.controls.Slider |
|
Dispatched when the value of the Slider component changes as a result of mouse or keyboard
interaction. |
| change — Event, class fl.controls.TextArea |
|
Dispatched when the text in the TextArea component changes. |
| change — Event, class fl.controls.TextInput |
|
Dispatched when user input changes text in the TextInput component. |
| change — Event, class flash.text.TextField |
|
Dispatched after a control's value is modified. |
| CHANGE — Constant Static Property, class fl.events.ColorPickerEvent |
|
Defines the value of the type property of the change
event object. |
| CHANGE — Constant Static Property, class fl.events.DataChangeType |
|
A change was made to the component data. |
| CHANGE — Constant Static Property, class fl.events.SliderEvent |
|
Defines the value of the type property of a change event object. |
| CHANGE — Constant Static Property, class flash.events.Event |
|
The Event.CHANGE constant defines the value of the type property of a change event object. |
| changeList — Property, class flash.events.SyncEvent |
|
An array of objects; each object contains properties that describe the changed members of a remote shared object. |
| changeType — Property, class fl.events.DataChangeEvent |
|
Gets the type of the change that triggered the event. |
| charAt(index:Number) — method, class String |
|
Returns the character in the position specified by the index parameter. |
| charCode — Property, class flash.events.KeyboardEvent |
|
Contains the character code value of the key pressed or released. |
| charCodeAt(index:Number) — method, class String |
|
Returns the numeric Unicode character code of the character at the specified
index. |
| CharCodeStrings — Constant Static Property, class flash.ui.Keyboard |
| |
| charCount — Property, class flash.text.TextSnapshot |
|
The number of characters in a TextSnapshot object. |
| CheckBox — class, package fl.controls |
|
The CheckBox component displays a small box that can contain
a check mark. |
| CheckBox() — Constructor, class fl.controls.CheckBox |
|
Creates a new CheckBox component instance. |
| CheckBoxAccImpl — class, package fl.accessibility |
|
The CheckBoxAccImpl class, also called the CheckBox Accessibility Implementation class,
is used to make a CheckBox component accessible. |
| checked — Property, class flash.display.NativeMenuItem |
|
Controls whether this menu item displays a checkmark. |
| checkPolicyFile — Property, class flash.media.SoundLoaderContext |
|
Specifies whether the application should try to download a cross-domain policy file from the
loaded sound's server before beginning to load the sound. |
| checkPolicyFile — Property, class flash.net.NetStream |
|
Specifies whether the application 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, class flash.system.LoaderContext |
|
Specifies whether a cross-domain policy file should be loaded from the
loaded object's server before beginning to load the object itself. |
| checkStatus() — method, class air.net.ServiceMonitor |
|
Checks the status of the service. |
| checkStatus() — method, class air.net.SocketMonitor |
|
Calling the checkStatus() method of a SocketMonitor object causes
the application to try connecting to the socket, to check for a
connect event. |
| checkStatus() — method, class air.net.URLMonitor |
|
Attempts to load content from a URL in the background, to check for a
returned HTTP status code. |
| checkXMLStatus() — Static Method , class fl.lang.Locale |
|
Returns true if the XML file is loaded; false otherwise. |
| child(propertyName:Object) — method, class XML |
|
Lists the children of an XML object. |
| child(propertyName:Object) — method, class XMLList |
|
Calls the child() method of each XML object and returns an XMLList object that
contains the results in order. |
| childAllowsParent — Property, class flash.display.LoaderInfo |
|
Expresses the trust relationship from content (child) to the Loader (parent). |
| childIndex() — method, class XML |
|
Identifies the zero-indexed position of this XML object within the context of its parent. |
| childNodes — Property, class flash.xml.XMLNode |
|
An array of the specified XMLNode object's children. |
| children() — method, class XML |
|
Lists the children of the XML object in the sequence in which they appear. |
| children() — method, class XMLList |
|
Calls the children() method of each XML object and
returns an XMLList object that contains the results. |
| childSandboxBridge — Property, class flash.display.LoaderInfo |
|
A object that can be set by the loaded content's code to expose properties and methods that can be accessed
by code in the Loader object's sandbox. |
| CHINESE — Constant Static Property, class flash.system.IMEConversionMode |
|
The string "CHINESE", for use with the
IME.conversionMode property. |
| CIRCLE — Constant Static Property, class fl.transitions.Iris |
|
Used to specify a circle mask shape for the transition effect. |
| Circular — class, package fl.motion.easing |
|
The Circular class defines three easing functions to implement
motion with ActionScript animation. |
| clamp — Property, class flash.filters.ConvolutionFilter |
|
Indicates whether the image should be clamped. |
| CLAMP — Constant Static Property, 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, Top Level |
|
A Class object is created for each class definition in a program. |
| clear() — method, class flash.desktop.Clipboard |
|
Deletes all data representations from this Clipboard object. |
| clear() — method, class flash.desktop.NativeApplication |
|
Invokes an internal delete command on the focused display object. |
| clear() — method, class flash.display.Graphics |
|
Clears the graphics that were drawn to this Graphics object, and resets fill and
line style settings. |
| clear() — method, class flash.media.Video |
|
Clears the image currently displayed in the Video object. |
| clear() — method, class flash.net.SharedObject |
|
For local shared objects, purges all of the data and deletes the shared object from the disk. |
| clear() — method, class flash.text.StyleSheet |
|
Removes all styles from the style sheet object. |
| clearComponentStyle(component:Object, name:String) — Static Method , class fl.managers.StyleManager |
|
Removes a style from the specified component. |
| clearData(format:String) — method, class flash.desktop.Clipboard |
|
Deletes the data representation for the specified format. |
| clearInterval(id:uint) — Package Function, flash.utils |
|
Cancels a specified setInterval() call. |
| clearParameters() — method, class flash.data.SQLStatement |
|
Clears all current parameter settings. |
| clearRendererStyle(name:String, column:int) — method, class fl.controls.SelectableList |
|
Clears a style that is set on the renderers in the list. |
| clearSamples() — Package Function, flash.sampler |
|
Clears the current set of Sample objects. |
| clearSelection() — method, class fl.controls.SelectableList |
|
Clears the currently selected item in the list and sets the selectedIndex property to -1. |
| clearStyle(style:String) — method, class fl.core.UIComponent |
|
Deletes a style property from this component instance. |
| clearStyle(name:String) — Static Method , class fl.managers.StyleManager |
|
Removes a global style from all user interface components in a document. |
| clearTimeout(id:uint) — Package Function, flash.utils |
|
Cancels a specified setTimeout() call. |
| click — Event, class fl.controls.LabelButton |
|
Dispatched after the toggle button receives input from
a mouse device or from the spacebar. |
| click — Event, class fl.controls.RadioButton |
|
Dispatched when the user clicks the radio button with the mouse or spacebar. |
| click — Event, class fl.controls.RadioButtonGroup |
|
Dispatched when a RadioButton instance is clicked. |
| click — Event, class flash.desktop.SystemTrayIcon |
|
Dispatched by this SystemTrayIcon object on mouse click. |
| click — Event, 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, class flash.events.MouseEvent |
|
Defines the value of the type property of a click event object. |
| clickCount — Property, class flash.events.MouseEvent |
|
Indicates whether or not the mouse down event is part of a multi-click sequence. |
| clickTarget — Property, class fl.events.SliderEvent |
|
Gets a string that indicates whether the slider thumb or a slider track was pressed. |
| client — Property, class flash.net.LocalConnection |
|
Indicates the object on which callback methods are invoked. |
| client — Property, class flash.net.NetConnection |
|
Indicates the object on which callback methods should be invoked. |
| client — Property, class flash.net.NetStream |
|
Specifies the object on which callback methods are invoked. |
| client — Property, class flash.net.SharedObject |
|
Indicates the object on which
callback methods are invoked. |
| clipboard — Property, class flash.events.NativeDragEvent |
|
The Clipboard object containing the data in this drag operation. |
| Clipboard — class, package flash.desktop |
|
The Clipboard class provides a container for transferring data and objects through the clipboard
and through drag-and-drop operations. |
| Clipboard() — Constructor, class flash.desktop.Clipboard |
|
Creates an empty Clipboard object. |
| ClipboardFormats — class, package flash.desktop |
|
Defines constants for the names of the standard data formats used with the Clipboard class. |
| ClipboardTransferMode — class, package flash.desktop |
|
Defines constants for the modes used as values of the transferMode
parameter of the Clipboard.getData() method. |
| clone() — method, class fl.data.DataProvider |
|
Creates a copy of the current DataProvider object. |
| clone() — method, class fl.events.ColorPickerEvent |
|
Creates a copy of the ColorPickerEvent object and sets the value of each parameter to match
the original. |
| clone() — method, class fl.events.ComponentEvent |
|
Creates a copy of the ComponentEvent object and sets the value of each parameter to
match the original. |
| clone() — method, 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, class fl.events.DataGridEvent |
|
Creates a copy of the DataGridEvent object and sets the value of each
property to match the original. |
| clone() — method, class fl.events.ListEvent |
|
Creates a copy of the ListEvent object and sets the value of each parameter to match
the original. |
| clone() — method, class fl.events.ScrollEvent |
|
Creates a copy of the ScrollEvent object and sets the value of each parameter to
match the original. |
| clone() — method, class fl.events.SliderEvent |
|
Creates a copy of the SliderEvent object and sets the value of each parameter to match
the original. |
| clone() — method, 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, class flash.display.NativeMenu |
|
Creates a copy of the menu and all items. |
| clone() — method, class flash.display.NativeMenuItem |
|
Creates a copy of the NativeMenuItem object. |
| clone() — method, 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, 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, class flash.events.BrowserInvokeEvent |
|
Creates a new copy of this event. |
| clone() — method, 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, class flash.events.DRMAuthenticateEvent |
|
Creates a copy of the DRMAuthenticateEvent object and sets the value of each property to match
that of the original. |
| clone() — method, class flash.events.DRMErrorEvent |
|
Creates a copy of the DRMErrorEvent object and sets the value of each property to match
that of the original. |
| clone() — method, class flash.events.DRMStatusEvent |
|
Creates a copy of the DRMStatusEvent object and sets the value of each property to match
that of the original. |
| clone() — method, 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, 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, class flash.events.Event |
|
Duplicates an instance of an Event subclass. |
| clone() — method, 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, 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, class flash.events.HTMLUncaughtScriptExceptionEvent |
|
Creates a copy of the HTMLUncaughtScriptExceptionEvent object and sets
the value of each property to match that of the original. |
| clone() — method, 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, 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, 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, class flash.events.InvokeEvent |
|
Creates a new copy of this event. |
| clone() — method, 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, 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, class flash.events.NativeDragEvent |
|
Creates a copy of this NativeDragEvent object. |
| clone() — method, class flash.events.NativeWindowBoundsEvent |
|
Creates a copy of the NativeWindowBoundsEvent object and sets the value of each property to match that of the original. |
| clone() — method, class flash.events.NativeWindowDisplayStateEvent |
|
Creates a copy of the NativeWindowDisplayStateEvent object and sets the
value of each property to match that of the original. |
| clone() — method, 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, class flash.events.OutputProgressEvent |
|
Creates a copy of the OutputProgressEvent object and sets each property's value to match that of the original. |
| clone() — method, 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, class flash.events.SQLErrorEvent |
|
Creates a copy of the SQLErrorEvent object and sets the value of each property
to match that of the original. |
| clone() — method, class flash.events.SQLEvent |
|
Creates a copy of the SQLEvent object and sets the value of each property to match
that of the original. |
| clone() — method, class flash.events.SQLUpdateEvent |
|
Creates a copy of the SQLUpdateEvent object and sets the value of each property to
match that of the original. |
| clone() — method, class flash.events.ScreenMouseEvent |
|
Creates a copy of the ScreenMouseEvent object and sets the value of each property to match that of the original. |
| clone() — method, 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, 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, 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, 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, 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, class flash.filesystem.File |
|
Returns a copy of this File object. |
| clone() — method, class flash.filters.BevelFilter |
|
Returns a copy of this filter object. |
| clone() — method, class flash.filters.BitmapFilter |
|
Returns a BitmapFilter object that is an exact copy of the original
BitmapFilter object. |
| clone() — method, class flash.filters.BlurFilter |
|
Returns a copy of this filter object. |
| clone() — method, class flash.filters.ColorMatrixFilter |
|
Returns a copy of this filter object. |
| clone() — method, class flash.filters.ConvolutionFilter |
|
Returns a copy of this filter object. |
| clone() — method, class flash.filters.DisplacementMapFilter |
|
Returns a copy of this filter object. |
| clone() — method, class flash.filters.DropShadowFilter |
|
Returns a copy of this filter object. |
| clone() — method, class flash.filters.GlowFilter |
|
Returns a copy of this filter object. |
| clone() — method, class flash.filters.GradientBevelFilter |
|
Returns a copy of this filter object. |
| clone() — method, class flash.filters.GradientGlowFilter |
|
Returns a copy of this filter object. |
| clone() — method, 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, class flash.geom.Point |
|
Creates a copy of this Point object. |
| clone() — method, 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. |
| cloneNode(deep:Boolean) — method, class flash.xml.XMLNode |
|
Constructs and returns a new XML node of the same type, name, value, and attributes as the
specified XML object. |
| CLONE_ONLY — Constant Static Property, class flash.desktop.ClipboardTransferMode |
|
The Clipboard object should only return a copy. |
| CLONE_PREFERRED — Constant Static Property, class flash.desktop.ClipboardTransferMode |
|
The Clipboard object should return a copy if available and a reference if not. |
| close() — method, class fl.containers.UILoader |
|
Cancels a load() method operation that is currently in progress for the
Loader instance. |
| close — Event, class fl.controls.ColorPicker |
|
Dispatched when the user closes the color palette. |
| close() — method, class fl.controls.ColorPicker |
|
Hides the color palette. |
| close — Event, class fl.controls.ComboBox |
|
Dispatched when the drop-down list is dismissed for any reason. |
| close() — method, class fl.controls.ComboBox |
|
Closes the drop-down list. |
| close — Event, 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, interface fl.video.INCManager |
|
Closes the NetConnection. |
| close() — method, class fl.video.NCManager |
|
Closes the NetConnection. |
| close — Event, 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, class fl.video.VideoPlayer |
|
Forces the video stream and Flash Media Server connection to close. |
| close — Event, class flash.data.SQLConnection |
|
Dispatched when a close() method call's operation
completes successfully. |
| close(responder:flash.net:Responder) — method, class flash.data.SQLConnection |
|
Closes the current database connection. |
| close() — method, class flash.display.Loader |
|
Cancels a load() method operation that is currently in progress for the Loader instance. |
| close — Event, class flash.display.NativeWindow |
|
Dispatched by this NativeWindow object after the window has been closed. |
| close() — method, class flash.display.NativeWindow |
|
Closes this window. |
| close — Event, class flash.filesystem.FileStream |
|
Indicates that the stream has been
closed by an explicit call to the close() method. |
| close() — method, class flash.filesystem.FileStream |
|
Closes the FileStream object. |
| close() — method, class flash.media.Sound |
|
Closes the stream, causing any download of data to cease. |
| close() — method, class flash.net.LocalConnection |
|
Closes (disconnects) a LocalConnection object. |
| close() — method, 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, 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, class flash.net.SharedObject |
|
Closes the connection between a remote shared object and the server. |
| close — Event, class flash.net.Socket |
|
Dispatched when the server closes the socket connection. |
| close() — method, class flash.net.Socket |
|
Closes the socket. |
| close() — method, class flash.net.URLLoader |
|
Closes the load operation in progress. |
| close() — method, class flash.net.URLStream |
|
Immediately closes the stream and
cancels the download operation. |
| close — Event, class flash.net.XMLSocket |
|
Dispatched when the server closes the socket connection. |
| close() — method, class flash.net.XMLSocket |
|
Closes the connection specified by the XMLSocket object. |
| CLOSE — Constant Static Property, class fl.video.VideoEvent |
|
Defines the value of the type property of a close
event object. |
| CLOSE — Constant Static Property, class flash.errors.SQLErrorOperation |
|
Indicates that the SQLConnection.close() method was called. |
| CLOSE — Constant Static Property, class flash.events.Event |
|
The Event.CLOSE constant defines the value of the type property of a close event object. |
| CLOSE — Constant Static Property, class flash.events.SQLEvent |
|
The SQLEvent.CLOSE constant defines the value of the
type property of a close event object. |
| closed — Property, class flash.display.NativeWindow |
|
Indicates whether this window has been closed. |
| closeVideoPlayer(index:uint) — method, class fl.video.FLVPlayback |
|
Closes NetStream and deletes the video player specified by the index
parameter. |
| closing — Event, class flash.display.NativeWindow |
|
Dispatched by this NativeWindow object immediately before the window is to be closed. |
| CLOSING — Constant Static Property, class flash.events.Event |
|
The Event.CLOSING constant defines the value of the
type property of a closing event object. |
| code — Property, class fl.video.VideoError |
|
The code that corresponds to the error. |
| code — Property, class flash.events.StatusEvent |
|
A description of the object's status. |
| CODE_SIGNING — Constant Static Property, class flash.security.SignerTrustSettings |
|
The certificate is trusted for code signing. |
| color — Property, class fl.events.ColorPickerEvent |
|
Gets the color value that is associated with the event. |
| color — Property, class fl.motion.Keyframe |
|
A color object that adjusts the color transform in the target object. |
| color — Property, class flash.filters.ConvolutionFilter |
|
The hexadecimal color to substitute for pixels that are off the source image. |
| color — Property, class flash.filters.DisplacementMapFilter |
|
Specifies what color to use for out-of-bounds displacements. |
| color — Property, class flash.filters.DropShadowFilter |
|
The color of the shadow. |
| color — Property, class flash.filters.GlowFilter |
|
The color of the glow. |
| color — Property, class flash.geom.ColorTransform |
|
The RGB color value for a ColorTransform object. |
| color — Property, class flash.text.TextFormat |
|
Indicates the color of the text. |
| Color — class, 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, class fl.motion.Color |
|
Constructor for Color instances. |
| COLOR — Constant Static Property, class flash.filters.DisplacementMapFilterMode |
|
If the displacement value is outside the image, substitutes the values in
the color and alpha properties. |
| colorDepth — Property, class flash.display.Screen |
|
The color depth of this screen (expressed in number of bits). |
| ColorMatrixFilter — final class, 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, class flash.filters.ColorMatrixFilter |
|
Initializes a new ColorMatrixFilter instance with the specified parameters. |
|