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 flash.geom.Matrix |
| The value that affects the positioning of pixels
along the x axis when rotating or skewing an image. |
cacheAsBitmap — Property, 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, 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() — method, class flash.display.ShaderJob |
| Cancels the currently running shader operation. |
cancel — Event, class flash.net.FileReference |
| Dispatched when a file load, save, upload, or download operation 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 |
| 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. |
Capabilities — final class, package flash.system |
| The Capabilities class provides properties that describe the system and player
that are hosting a SWF file. |
caps — Property, class flash.display.GraphicsStroke |
| Specifies the type of caps at the end
of lines. |
CAPS — Constant Static Property, class flash.text.engine.TypographicCase |
| Specifies that spacing is adjusted for uppercase characters on output. |
CAPS_AND_SMALL_CAPS — Constant Static Property, class flash.text.engine.TypographicCase |
| Specifies that all lowercase characters use small-caps glyphs on output. |
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. |
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. |
ceil(val:Number) — Static Method , class Math |
| Returns the ceiling of the specified number or expression. |
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. |
CENTER — Constant Static Property, class flash.text.engine.TabAlignment |
| Positions the center of the tabbed text at the tab stop. |
CFF — Constant Static Property, class flash.text.engine.RenderingMode |
| Sets rendering mode to CFF. |
cffHinting — Property, class flash.text.engine.FontDescription |
| The type of CFF hinting used for this text. |
CFFHinting — final class, package flash.text.engine |
| The CFFHinting class defines values for cff hinting in the FontDescription class. |
change — Event, class flash.text.TextField |
| Dispatched after a control value is modified, unlike
the textInput event, which is dispatched before the value is modified. |
CHANGE — Constant Static Property, class flash.events.Event |
| 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. |
channels — Property, class flash.display.ShaderInput |
| The number of channels that a shader input expects. |
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. |
charCount — Property, class flash.text.TextSnapshot |
| The number of characters in a TextSnapshot object. |
checkPolicyFile — Property, class flash.media.SoundLoaderContext |
| Specifies whether Flash Player should try to download a URL policy file from the
loaded sound's server before beginning to load the sound. |
checkPolicyFile — Property, class flash.net.NetStream |
| Specifies whether Flash Player should try to download a URL policy file from the
loaded video file's server before beginning to load the video file. |
checkPolicyFile — Property, class flash.system.LoaderContext |
| Specifies whether Flash Player should attempt to download a URL policy file from the
loaded object's server before beginning to load the object itself. |
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. |
CHINESE — Constant Static Property, class flash.system.IMEConversionMode |
| The string "CHINESE", for use with the
IME.conversionMode property. |
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.display.Graphics |
| Clears the graphics that were drawn to this Graphics object, and resets fill and
line style settings. |
clear — Event, class flash.display.InteractiveObject |
| Dispatched when the user selects 'Clear' (or 'Delete') from the text context menu. |
clear() — method, class flash.media.Video |
| Clears the image currently displayed in the Video object (not the video stream). |
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. |
clear — Property, class flash.ui.ContextMenuClipboardItems |
| Enables or disables the 'Delete' (Windows) / 'Clear' (Mac) item on the clipboard menu. |
clear() — method, class flash.utils.ByteArray |
| Clears the contents of the byte array and resets the length
and position properties to 0. |
CLEAR — Constant Static Property, class flash.events.Event |
| Defines the value of the type property of a clear event object. |
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. |
clearSamples() — Package Function, flash.sampler |
| Clears the current set of Sample objects. |
clearTimeout(id:uint) — Package Function, flash.utils |
| Cancels a specified setTimeout() call. |
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. |
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 to handle streaming or FLV
file data. |
client — Property, class flash.net.SharedObject |
| Indicates the object on which
callback methods are invoked. |
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 (AIR only). |
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. |
clipboardItems — Property, class flash.ui.ContextMenu |
| An object that has the following properties of the ContextMenuClipboardItems class:
cut, copy, paste, delete, selectAll. |
clipboardMenu — Property, class flash.ui.ContextMenu |
| Specifies whether or not the clipboard menu should be used. |
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 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.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.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.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.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.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.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.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.SampleDataEvent |
| Creates a copy of the SampleDataEvent object and sets each property's value 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.ShaderEvent |
| Creates a copy of the ShaderEvent 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.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.Matrix3D |
| Returns a new Matrix3D object that is an exact copy of the current Matrix3D 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. |
clone() — method, class flash.geom.Vector3D |
| Returns a new Vector3D object that is an exact copy of the current Vector3D object. |
clone() — method, class flash.text.engine.EastAsianJustifier |
| Constructs a cloned copy of the EastAsianJustifier. |
clone() — method, class flash.text.engine.ElementFormat |
| Constructs an unlocked, cloned copy of the ElementFormat. |
clone() — method, class flash.text.engine.FontDescription |
| Constructs an unlocked, cloned copy of the FontDescription. |
clone() — method, class flash.text.engine.SpaceJustifier |
| Constructs a cloned copy of the SpaceJustifier. |
clone() — method, class flash.text.engine.TextJustifier |
| Constructs a cloned copy of the TextJustifier. |
clone() — method, class flash.ui.ContextMenu |
| Creates a copy of the specified ContextMenu object. |
clone() — method, class flash.ui.ContextMenuItem |
| Creates and returns a copy of the specified ContextMenuItem 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 flash.display.Loader |
| Cancels a load() method operation that is currently in progress for the Loader instance. |
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 flash.events.Event |
| Defines the value of the type property of a close event object. |
code — Property, class flash.events.StatusEvent |
| A description of the object's status. |
codec — Property, class flash.media.Microphone |
| The codec to use for compressing audio. |
color — Property, class flash.display.GraphicsSolidFill |
| The color of the fill. |
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 — Property, class flash.text.engine.ElementFormat |
| Indicates the color of the text. |
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. |
colorCorrection — Property, class flash.display.Stage |
| Controls Flash Player color correction for displays. |
ColorCorrection — final class, package flash.display |
| The ColorCorrection class provides values for the flash.display.Stage.colorCorrection property. |
colorCorrectionSupport — Property, class flash.display.Stage |
| Specifies whether Flash Player is running on an operating system that supports
color correction and whether the color profile of the main (primary)
monitor can be read and understood by Flash Player. |
ColorCorrectionSupport — final class, package flash.display |
| The ColorCorrectionSupport class provides values for the flash.display.Stage.colorCorrectionSupport property. |
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. |
colors — Property, class flash.display.GraphicsGradientFill |
| An array of RGB hexadecimal color values to use in the gradient. |
colors — Property, class flash.filters.GradientBevelFilter |
| An array of RGB hexadecimal color values to use in the gradient. |
colors — Property, class flash.filters.GradientGlowFilter |
| An array of colors that defines a gradient. |
colorTransform(rect:flash.geom:Rectangle, colorTransform:flash.geom:ColorTransform) — method, class flash.display.BitmapData |
| Adjusts the color values in a specified area of a bitmap image by using a
ColorTransform object. |
colorTransform — Property, class flash.geom.Transform |
| A ColorTransform object containing values that universally adjust the colors in
the display object. |
ColorTransform — class, 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, class flash.geom.ColorTransform |
| Creates a ColorTransform object for a display object with the specified
color channel values and alpha values. |
commands — Property, class flash.display.GraphicsPath |
| The Vector of drawing commands as integers representing the path. |
comment — Property, class flash.media.ID3Info |
| A comment about the recording; corresponds to the ID3 2.0 tag COMM. |
comments() — method, class XML |
| Lists the properties of the XML object that contain XML comments. |
comments() — method, class XMLList |
| Calls the comments() method of each XML object and returns
an XMLList of comments. |
COMMON — Constant Static Property, class flash.text.engine.LigatureLevel |
| Used to specify common ligatures. |
compare(otherBitmapData:flash.display:BitmapData) — method, class flash.display.BitmapData |
| Compares two BitmapData objects. |
complete — Event, class flash.display.LoaderInfo |
| Dispatched when data has loaded successfully. |
complete — Event, class flash.display.ShaderJob |
| Dispatched when a ShaderJob that executes asynchronously finishes processing
the data using the shader. |
complete — Event, class flash.media.Sound |
| Dispatched when data has loaded successfully. |
complete — Event, class flash.net.FileReference |
| Dispatched when a load, save, or download operation is complete or when an upload operation
generates an HTTP status code of 200. |
complete — Event, class flash.net.URLLoader |
| Dispatched after all the received data is decoded and
placed in the data property of the URLLoader object. |
complete — Event, class flash.net.URLStream |
| Dispatched when data has loaded successfully. |
COMPLETE — Constant Static Property, class flash.events.Event |
| Defines the value of the type property of a complete event object. |
COMPLETE — Constant Static Property, class flash.events.ShaderEvent |
| Defines the value of the type property of a complete event object. |
COMPLETE — Constant Static Property, class flash.text.engine.TextLineCreationResult |
| Indicates no line was created because all text in the block had already been broken. |
componentX — Property, class flash.filters.DisplacementMapFilter |
| Describes which color channel to use in the map image to displace the x result. |
componentY — Property, class flash.filters.DisplacementMapFilter |
| Describes which color channel to use in the map image to displace the y result. |
compress() — method, 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 , class flash.media.SoundMixer |
| Takes a snapshot of the current sound wave and places it into the specified ByteArray object. |
concat(... rest) — method, class Array |
| Concatenates the elements specified in the parameters with the elements in an array and creates a new array. |
concat(... rest) — method, 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(... rest) — method, class Vector |
| Concatenates the elements specified in the parameters with the elements
in the Vector and creates a new Vector. |
concat(second:flash.geom:ColorTransform) — method, 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, class flash.geom.Matrix |
| Concatenates a matrix with the current matrix, effectively combining the
geometric effects of the two. |
concatenatedColorTransform — Property, 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, 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, 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 is removed. |
connect(connectionName:String) — method, 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, 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, class flash.net.SharedObject |
| Connects to a remote shared object on a server through a specified NetConnection object. |
connect — Event, class flash.net.Socket |
| Dispatched when a network connection has been established. |
connect(host:String, port:int) — method, class flash.net.Socket |
| Connects the socket to the specified host and port. |
connect — Event, class flash.net.XMLSocket |
| Dispatched after a successful call to the XMLSocket.connect() method. |
connect(host:String, port:int) — method, class flash.net.XMLSocket |
| Establishes a connection to the specified Internet host using the specified TCP port. |
CONNECT — Constant Static Property, class flash.events.Event |
| Defines the value of the type property of a connect event object. |
connected — Property, class flash.net.NetConnection |
| Indicates whether Flash Player is connected to a server through
a persistent RTMP connection (true) or not (false). |
connected — Property, class flash.net.Socket |
| Indicates whether this Socket object is currently connected. |
connected — Property, class flash.net.URLStream |
| Indicates whether this URLStream object is
currently connected. |
connected — Property, class flash.net.XMLSocket |
| Indicates whether this XMLSocket object is currently connected. |
connectedProxyType — Property, class flash.net.NetConnection |
| The proxy type used to make a successful NetConnection.connect() call to Flash Media Server:
"none", "HTTP", "HTTPS", or "CONNECT". |
CONNECT_TO_FMS — Constant Static Property, class flash.net.NetStream |
| A static object used as a parameter to
the constructor for a NetStream instance. |
const — Statement |
| Specifies a constant, which is a variable that can be assigned a value only once. |
constructor — Property, class Object |
| A reference to the class object or constructor function for a given object instance. |
contains(value:XML) — method, class XML |
| Compares the XML object against the given value parameter. |
contains(value:XML) — method, 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, 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, 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, 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, class flash.geom.Rectangle |
| Determines whether the Rectangle object specified by the rect parameter is contained
within this Rectangle object. |
content — Property, 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, class flash.display.LoaderInfo |
| The loaded object associated with this LoaderInfo object. |
content — Property, class flash.text.engine.TextBlock |
| Holds the contents of the text block. |
ContentElement — class, package flash.text.engine |
| The ContentElement class serves as a base class for the element types that can appear in a GroupElement, namely a GraphicElement,
another GroupElement, or a TextElement. |
ContentElement(elementFormat:flash.text.engine:ElementFormat, eventMirror:flash.events:EventDispatcher, textRotation:String) — Constructor, class flash.text.engine.ContentElement |
| Calling the new ContentElement() constructor throws an
ArgumentError exception. |
contentLoaderInfo — Property, class flash.display.Loader |
| Returns a LoaderInfo object corresponding to the object being loaded. |
contentType — Property, class flash.display.LoaderInfo |
| The MIME type of the loaded file. |
contentType — Property, class flash.net.URLRequest |
| The MIME content type of the content in the the data property. |
contextMenu — Property, class flash.display.InteractiveObject |
| Specifies the context menu associated with this object. |
ContextMenu — final class, package flash.ui |
| The ContextMenu class provides control over the items in the Flash Player context menu. |
ContextMenu() — Constructor, class flash.ui.ContextMenu |
| Creates a ContextMenu object. |
ContextMenuBuiltInItems — final class, package flash.ui |
| The ContextMenuBuiltInItems class describes the items that are built in to a context menu. |
ContextMenuBuiltInItems() — Constructor, 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. |
ContextMenuClipboardItems — final class, package flash.ui |
| The ContextMenuClipboardItems class determines which items are enabled or disabled on the clipboard context menu. |
ContextMenuClipboardItems() — Constructor, class flash.ui.ContextMenuClipboardItems |
| Creates a new ContextMenuClipboardItems object so that you can set the properties for Flash Player to enable or disable each menu item. |
ContextMenuEvent — class, 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, class flash.events.ContextMenuEvent |
| Creates an Event object that contains specific information about menu events. |
ContextMenuItem — final class, 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, class flash.ui.ContextMenuItem |
| Creates a new ContextMenuItem object that can be added to the ContextMenu.customItems
array. |
contextMenuOwner — Property, 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. |
CONTROL — Constant Static Property, class flash.ui.Keyboard |
| Constant associated with the key code value for the Control key (17). |
conversionMode — Static Property, class flash.system.IME |
| The conversion mode of the current IME. |
ConvolutionFilter — class, 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, class flash.filters.ConvolutionFilter |
| Initializes a ConvolutionFilter instance with the specified parameters. |
copy() — method, class XML |
| Returns a copy of the given XML object. |
copy() — method, class XMLList |
| Returns a copy of the given XMLList object. |
copy — Event, class flash.display.InteractiveObject |
| Dispatched when the user activates the platform specific accelerator key combination for a copy operation
or selects 'Copy' from the text context menu. |
copy — Property, class flash.ui.ContextMenuClipboardItems |
| Enables or disables the 'Copy' item on the clipboard menu. |
COPY — Constant Static Property, class flash.events.Event |
| Defines the value of the type property of a copy event object. |
copyChannel(sourceBitmapData:flash.display:BitmapData, sourceRect:flash.geom:Rectangle, destPoint:flash.geom:Point, sourceChannel:uint, destChannel:uint) — method, 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. |
copyFrom(sourceGraphics:flash.display:Graphics) — method, class flash.display.Graphics |
| Copies all of drawing commands from the source Graphics object into the
calling Graphics 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, 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 , 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, class flash.geom.Matrix |
| Includes parameters for scaling,
rotation, and translation. |
createElement(name:String) — method, 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, class flash.geom.Matrix |
| Creates the specific style of matrix expected by the beginGradientFill() and
lineGradientStyle() methods of the Graphics class. |
createTextLine(previousLine:flash.text.engine:TextLine, width:Number, lineOffset:Number, fitSomething:Boolean) — method, class flash.text.engine.TextBlock |
| Instructs the text block to create a line of text from its content, beginning at the point
specified by the previousLine parameter and breaking at the point specified by the
width parameter. |
createTextNode(text:String) — method, class flash.xml.XMLDocument |
| Creates a new XML text node with the specified text. |
creationDate — Property, class flash.net.FileReference |
| The creation date of the file on the local disk. |
creator — Property, class flash.net.FileReference |
| The Macintosh creator type of the file. |
crossProduct(a:flash.geom:Vector3D) — method, class flash.geom.Vector3D |
| Returns a new Vector3D object that is perpendicular (at a right angle) to the current
Vector3D and another Vector3D object. |
CRT — Constant Static Property, class flash.text.TextDisplayMode |
| Forces Flash Player to display grayscale anti-aliasing. |
CSMSettings — final class, 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, class flash.text.CSMSettings |
| Creates a new CSMSettings object which stores stroke values for custom anti-aliasing settings. |
ctrlKey — Property, class flash.events.KeyboardEvent |
| Indicates whether the Control key is active (true) or inactive
(false). |
ctrlKey — Property, class flash.events.MouseEvent |
| Indicates whether the Control key is active (true) or inactive (false). |
culling — Property, class flash.display.GraphicsTrianglePath |
| Specifies whether to render triangles that face in a given direction. |
currentBytesPerSecond — Property, class flash.net.NetStreamInfo |
| Specifies the rate at which the NetStream buffer is filled in bytes per second. |
currentCount — Property, class flash.utils.Timer |
| The total number of times the timer has fired since it started
at zero. |
currentDomain — Static Property, class flash.system.ApplicationDomain |
| Gets the current application domain in which your code is executing. |
currentDomain — Static Property, class flash.system.SecurityDomain |
| Gets the current security domain. |
currentFPS — Property, class flash.media.Camera |
| The rate at which the camera is capturing data, in frames per second. |
currentFPS — Property, class flash.net.NetStream |
| The number of frames per second being displayed. |
currentFrame — Property, class flash.display.MovieClip |
| Specifies the number of the frame in which the playhead is located in the timeline of
the MovieClip instance. |
currentFrameLabel — Property, class flash.display.MovieClip |
| The label at the current frame in the timeline of the MovieClip instance. |
currentLabel — Property, class flash.display.MovieClip |
| The current label in which the playhead is located in the timeline of the MovieClip instance. |
currentLabels — Property, class flash.display.MovieClip |
| Returns an array of FrameLabel objects from the current scene. |
currentScene — Property, class flash.display.MovieClip |
| The current scene in which the playhead is located in the timeline of the MovieClip instance. |
currentTarget — Property, class flash.events.Event |
| The object that is actively processing the Event object with an event listener. |
cursor — Static Property, class flash.ui.Mouse |
| Sets the mouse cursor. |
curveTo(controlX:Number, controlY:Number, anchorX:Number, anchorY:Number) — method, 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. |
curveTo(controlX:Number, controlY:Number, anchorX:Number, anchorY:Number) — method, class flash.display.GraphicsPath |
| Adds a new "curveTo" command to the commands vector and
new coordinates to the data vector. |
CURVE_TO — Constant Static Property, class flash.display.GraphicsPathCommand |
| Specifies a drawing command that draws a curve from the current drawing position to the x- and y-coordinates
specified in the data vector, using a control point. |
CustomActions — final class, 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. |
customItems — Property, class flash.ui.ContextMenu |
| An array of ContextMenuItem objects. |
cut — Event, class flash.display.InteractiveObject |
| Dispatched when the user activates the platform specific accelerator key combination for a cut operation
or selects 'Cut' from the text context menu. |
cut — Property, class flash.ui.ContextMenuClipboardItems |
| Enables or disables the 'Cut' item on the clipboard menu. |
CUT — Constant Static Property, class flash.events.Event |
| Defines the value of the type property of a cut event object. |
|
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 |