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 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 in class flash.ui.Keyboard | |
Constant associated with the key code value for the C key (67). | |
cacheAsBitmap — Property in class flash.display.DisplayObject | |
If set to true , Flash runtimes cache an internal bitmap representation of the
display object. |
|
cacheAsBitmapMatrix — Property in class flash.display.DisplayObject | |
If non-null, this Matrix object defines how a display object is rendered when
cacheAsBitmap is set to true . |
|
cacheDirectory — Static property in class flash.filesystem.File | |
The application's cache directory. | |
cacheResponse — Property in class flash.html.HTMLLoader | |
cacheResponse — Property in class flash.net.URLRequest | |
Specifies whether successful response data should be cached for this request. | |
cacheResponse — Static property in class flash.net.URLRequestDefaults | |
The default setting for the cacheResponse property of URLRequest objects. |
|
cacheSize — Property in 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 in class Function | |
Invokes the function represented by a Function object. | |
call(functionName:String, ... rest) — Method in class flash.external.ExtensionContext | |
Calls the native function specified by functionName . |
|
call(functionName:String, ... rest) — Static method in class flash.external.ExternalInterface | |
Calls a function exposed by the SWF container, passing zero or more arguments. | |
__call(methName:String, args:Array) — Method in class flash.external.HostObject | |
The universal method invoke method receives the property name and returns the result of the method call. | |
call(command:String, responder:flash.net:Responder, ... rest) — Method in class flash.net.NetConnection | |
Calls 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 | |
Camera — Final class in package flash.media | |
Use the Camera class to capture video from the client system or device camera. | |
CAMERA — Constant static property in class flash.system.SecurityPanel | |
When passed to Security.showSettings() , displays the
Camera panel in Flash Player Settings. |
|
CameraPosition — Final class in package flash.media | |
The CameraPosition class defines constants for the position property of the
Camera class. |
|
CameraRoll — Class in package flash.media | |
The CameraRoll class allows you to access image data in the system media library or "camera roll."
AIR profile support: This feature is supported on mobile devices, but it is not supported on desktop operating systems or AIR for TV devices. |
|
CameraRoll() — Constructor in class flash.media.CameraRoll | |
Creates a CameraRoll object. | |
CameraRollBrowseOptions — Class in package flash.media | |
The CameraRollBrowseOptions class defines the initialization options that may be used when using the Camera Roll API to launch the Image Picker. | |
CameraRollBrowseOptions() — Constructor in class flash.media.CameraRollBrowseOptions | |
Creates a new CameraRollBrowseOptions object. | |
CameraUI — Class in package flash.media | |
The CameraUI class allows you to capture a still image or video using the default camera application on a device. | |
CameraUI() — Constructor in class flash.media.CameraUI | |
Creates a CameraUI object. | |
cancel — Event in class flash.data.SQLConnection | |
Dispatched when a cancel() method call's operation completes
successfully. |
|
cancel(responder:flash.net:Responder) — Method in class flash.data.SQLConnection | |
Aborts all SQL statements that are currently executing on databases connected to the SQLConnection instance. | |
cancel() — Method in class flash.data.SQLStatement | |
Cancels execution of this statement. | |
cancel() — Method in class flash.display.ShaderJob | |
Cancels the currently running shader operation. | |
cancel — Event in class flash.filesystem.File | |
Dispatched when a pending asynchronous operation is canceled. | |
cancel() — Method in class flash.filesystem.File | |
Cancels any pending asynchronous operation. | |
cancel — Event in class flash.media.CameraRoll | |
Dispatched when a user cancels a browse-for-image operation without selecting an image. | |
cancel — Event in class flash.media.CameraUI | |
The cancel event is dispatched when the user closes the Camera UI without
saving a picture or video. |
|
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 — Event in class flash.system.SystemUpdater | |
Dispatched when an update of the player itself is cancelled by the user. | |
cancel() — Method in class flash.system.SystemUpdater | |
Cancels an active update. | |
CANCEL — Constant static property in class flash.events.Event | |
The Event.CANCEL constant defines the value of the type property of a cancel event object. |
|
CANCEL — Constant static property in class flash.events.SQLEvent | |
The SQLEvent.CANCEL constant 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. | |
cancelLoad() — Method in class flash.html.HTMLLoader | |
canonicalize() — Method in class flash.filesystem.File | |
Canonicalizes the File path. | |
Capabilities — Final class in package flash.system | |
The Capabilities class provides properties that describe the system and runtime that are hosting the application. | |
caps — Property in class flash.display.GraphicsStroke | |
Specifies the type of caps at the end of lines. | |
CAPS — Constant static property in class flash.text.engine.TypographicCase | |
Specifies that spacing is adjusted for uppercase characters on output. | |
CAPS_AND_SMALL_CAPS — Constant static property in class flash.text.engine.TypographicCase | |
Specifies that all lowercase characters use small-caps glyphs on output. | |
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. | |
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. | |
ceil(val:Number) — Static method in class Math | |
Returns the ceiling of the specified number or expression. | |
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. | |
CENTER — Constant static property in class flash.text.engine.TabAlignment | |
Positions the center of the tabbed text at the tab stop. | |
certificateError — Event in class flash.net.URLLoader | |
Dispatched if a call to URLLoader.load() attempts to load data from a server with an invalid certificate (for example, self-signed or untrusted, or with an invalid date). | |
certificateError — Event in class flash.net.URLStream | |
Dispatched if a call to URLStream.load()
attempts to load data from a server with an invalid certificate
(for example, self-signed or untrusted, or with an invalid date). |
|
CERTIFICATE_ERROR — Constant static property in class flash.events.SecurityErrorEvent | |
The SecurityErrorEvent.CERTIFICATE_ERROR constant is used when the runtime detects a problem with a server's security certificate. |
|
CertificateStatus — Final class in package flash.security | |
The CertificateStatus class defines constants used to report the results of certificate validation processing by a SecureSocket object. | |
CFF — Constant static property in class flash.text.engine.RenderingMode | |
Sets rendering mode to CFF (Compact Font Format). | |
cffHinting — Property in class flash.text.engine.FontDescription | |
The type of CFF hinting used for this text. | |
CFFHinting — Final class in package flash.text.engine | |
The CFFHinting class defines values for cff hinting in the FontDescription class. | |
CHAM — Constant static property in class flash.globalization.NationalDigitsType | |
Represents the Unicode value for the zero digit of the Cham digit set. | |
change — Event in class flash.text.StageText | |
Dispatched after text content changes. | |
change — Event in class flash.text.TextField | |
Dispatched after a control value is modified, unlike
the textInput event, which is dispatched before the value is modified. |
|
change — Event in class flash.ui.GameInputControl | |
Dispatched when a control value changes. | |
CHANGE — Constant static property in class flash.events.Event | |
The Event.CHANGE constant 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. | |
CHANNEL_DOWN — Constant static property in class flash.ui.Keyboard | |
Constant associated with the key code value for the channel down button. | |
channelMessage — Event in class flash.system.MessageChannel | |
Dispatched each time the sending worker calls this MessageChannel
object's send() method, indicating that a new message object
is available in the MessageChannel instance's queue. |
|
CHANNEL_MESSAGE — Constant static property in class flash.events.Event | |
The Event.CHANNEL_MESSAGE constant defines the value of the type property of a channelMessage event object. |
|
channels — Property in class flash.display.ShaderInput | |
The number of channels that a shader input expects. | |
channelState — Event in class flash.system.MessageChannel | |
Dispatched when the value of the message channel's state
property changes. |
|
CHANNEL_STATE — Constant static property in class flash.events.Event | |
The Event.CHANNEL_STATE constant defines the value of the type property of a channelState event object. |
|
CHANNEL_UP — Constant static property in class flash.ui.Keyboard | |
Constant associated with the key code value for the channel up button. | |
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 . |
|
CharCodeStrings — Constant static property in class flash.ui.Keyboard | |
An array containing all the defined key name constants. | |
charCount — Property in class flash.text.TextSnapshot | |
The number of characters in a TextSnapshot object. | |
checkDetailsOnline() — Method in class air.system.License | |
Checks the license details online against the HARMAN licensing server. | |
checked — Property in class flash.display.NativeMenuItem | |
Controls whether this menu item displays a checkmark. | |
checkPolicyFile — Property in class flash.media.SoundLoaderContext | |
Specifies whether the application should try to download a URL policy file from the loaded sound's server before beginning to load the sound. | |
checkPolicyFile — Property in class flash.net.NetStream | |
Specifies whether the application tries 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 the application 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 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. |
|
childSandboxBridge — Property in 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 in class flash.system.IMEConversionMode | |
The string "CHINESE" , for use with the
IME.conversionMode property. |
|
CHOUKEI3GOU — Constant static property in class flash.printing.PaperSize | |
Japanese choukei 3 gou (envelope) | |
CHOUKEI4GOU — Constant static property in class flash.printing.PaperSize | |
Japanese choukei 4 gou (envelope) | |
clamp — Property in class flash.filters.ConvolutionFilter | |
Indicates whether the image should be clamped. | |
CLAMP — Constant static property in class flash.display3D.Context3DWrapMode | |
Clamp texture coordinates outside the 0..1 range. | |
CLAMP — Constant static property in class flash.filters.DisplacementMapFilterMode | |
Clamps the displacement value to the edge of the source image. | |
CLAMP_U_REPEAT_V — Constant static property in class flash.display3D.Context3DWrapMode | |
Clamp in U axis but Repeat in V axis. | |
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.desktop.Clipboard | |
Deletes all data representations from this Clipboard object. | |
clear() — Method in class flash.desktop.NativeApplication | |
Invokes an internal delete command on the focused display object. | |
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 — Event in class flash.display.InteractiveObject | |
Dispatched when the user selects 'Clear' (or 'Delete') from the text context menu. | |
clear(red:Number, green:Number, blue:Number, alpha:Number, depth:Number, stencil:uint, mask:uint) — Method in class flash.display3D.Context3D | |
Clears the color, depth, and stencil buffers associated with this Context3D object and fills them with the specified values. | |
clear() — Method in class flash.media.Video | |
Clears the image currently displayed in the Video object (not the video stream). | |
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. | |
clear — Property in class flash.ui.ContextMenuClipboardItems | |
Enables or disables the 'Delete' or 'Clear' item on the clipboard menu. | |
clear() — Method in class flash.utils.ByteArray | |
Clears the contents of the byte array and resets the length
and position properties to 0. |
|
CLEAR — Constant static property in class flash.events.Event | |
The Event.CLEAR constant defines the value of the type property
of a clear event object. |
|
clearButtonMode — Property in class flash.text.StageText | |
The mode of clearButton for the current StageText Object. | |
clearData(format:String) — Method in class flash.desktop.Clipboard | |
Deletes the data representation for the specified format. | |
clearInterval(id) — Package function in flash.utils | |
Cancels a specified setInterval() call. |
|
clearParameters() — Method in class flash.data.SQLStatement | |
Clears all current parameter settings. | |
clearTimeout(id) — Package function in flash.utils | |
Cancels a specified setTimeout() call. |
|
click — Event in class flash.desktop.SystemTrayIcon | |
Dispatched by this SystemTrayIcon object on mouse click. | |
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. |
|
CLICK — Constant static property in class flash.events.ScreenMouseEvent | |
The ScreenMouseEvent.CLICK constant defines the value of the type
property of a click event object. |
|
clickCount — Property in class flash.events.MouseEvent | |
Indicates whether or not the mouse down event is part of a multi-click sequence. | |
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 are invoked. | |
client — Property in class flash.net.NetStream | |
Specifies the object on which callback methods are invoked to handle streaming or F4V/FLV file data. | |
client — Property in class flash.net.SharedObject | |
Indicates the object on which callback methods are invoked. | |
clipboard — Property in class flash.events.NativeDragEvent | |
The Clipboard object containing the data in this drag operation. | |
Clipboard — Class in package flash.desktop | |
The Clipboard class provides a container for transferring data and objects through the clipboard. | |
Clipboard() — Constructor in class flash.desktop.Clipboard | |
Creates an empty Clipboard object. | |
ClipboardFormats — Class in package flash.desktop | |
The ClipboardFormats class defines constants for the names of the standard data formats used with the Clipboard class. | |
clipboardItems — Property in class flash.ui.ContextMenu | |
An instance of the ContextMenuClipboardItems class with the following properties:
cut , copy , paste , delete , selectAll . |
|
clipboardMenu — Property in class flash.ui.ContextMenu | |
Specifies whether or not the clipboard menu should be used. | |
ClipboardTransferMode — Class in package flash.desktop | |
The ClipboardTransferMode class defines constants for the modes used as values of the transferMode
parameter of the Clipboard.getData() method. |
|
clone() — Method in class air.utils.ZipEntry | |
Clones a zip entry to create a new object with the same settings/data, but with these efficiently copied so that the new object is independent. | |
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.display.NativeMenu | |
Creates a copy of the menu and all items. | |
clone() — Method in class flash.display.NativeMenuItem | |
Creates a copy of the NativeMenuItem object. | |
clone() — Method in class flash.events.AccelerometerEvent | |
Creates a copy of an AccelerometerEvent object and sets the value of each property to match that of the original. | |
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.BrowserInvokeEvent | |
Creates a new copy of this event. | |
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.DatagramSocketDataEvent | |
Creates a copy of the DatagramSocketDataEvent object and sets each property's value to match that of the original. | |
clone() — Method in class flash.events.DeviceRotationEvent | |
Creates a copy of an DeviceRotationEvent object and sets the value of each property to match that of the original. | |
clone() — Method in class flash.events.DNSResolverEvent | |
Creates a copy of the DNSResolverEvent object and sets the value of each property to match that of the original. | |
clone() — Method in 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 in class flash.events.DRMAuthenticationCompleteEvent | |
Duplicates an instance of an Event subclass. | |
clone() — Method in class flash.events.DRMAuthenticationErrorEvent | |
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.DRMDeviceGroupErrorEvent | |
clone() — Method in class flash.events.DRMDeviceGroupEvent | |
clone() — Method in 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 in class flash.events.DRMLicenseRequestEvent | |
Duplicates an instance of an Event subclass. | |
clone() — Method in class flash.events.DRMReturnVoucherCompleteEvent | |
Duplicates an instance of an Event subclass. | |
clone() — Method in class flash.events.DRMReturnVoucherErrorEvent | |
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.DRMStatusEvent | |
Creates a copy of the DRMStatusEvent 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.GeolocationEvent | |
Creates a copy of the GeolocationEvent object and sets the value of each property to match that of the original. | |
clone() — Method in class flash.events.GestureEvent | |
Creates a copy of the GestureEvent object and sets the value of each property to match that of the original. | |
clone() — Method in 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 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.InvokeEvent | |
Creates a new copy of this event. | |
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.LocationChangeEvent | |
clone() — Method in class flash.events.MediaEvent | |
Creates a copy of an MediaEvent 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.NativeDragEvent | |
Creates a copy of this NativeDragEvent object. | |
clone() — Method in class flash.events.NativeProcessExitEvent | |
Creates a copy of the NativeProcessExitEvent object and sets each property's value to match that of the original. | |
clone() — Method in 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 in 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 in class flash.events.NetDataEvent | |
Creates a copy of an NetDataEvent object and sets the value of each property to match that of the original. | |
clone() — Method in class flash.events.NetMonitorEvent | |
Creates a copy of an NetMonitorEvent 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.OutputProgressEvent | |
Creates a copy of the OutputProgressEvent object and sets each property's value to match that of the original. | |
clone() — Method in class flash.events.PermissionEvent | |
Creates a copy of an PermissionEvent object and sets the value of each property to match that of the original. | |
clone() — Method in class flash.events.PressAndTapGestureEvent | |
Creates a copy of the PressAndTapGestureEvent 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.SampleDataEvent | |
Creates a copy of the SampleDataEvent object and sets each property's value to match that of the original. | |
clone() — Method in 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 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.ServerSocketConnectEvent | |
Creates a copy of the ServerSocketConnectEvent object and sets each property's value to match that of the original. | |
clone() — Method in 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 in class flash.events.SoftKeyboardEvent | |
Creates a copy of a SoftKeyboardEvent object and sets the value of each property to match that of the original. | |
clone() — Method in 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 in 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 in 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 in class flash.events.StageOrientationEvent | |
Creates a copy of the StageOrientationEvent 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.StorageVolumeChangeEvent | |
Duplicates an instance of an Event subclass. | |
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.ThrottleEvent | |
Creates a copy of the ThrottleEvent 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.events.TouchEvent | |
Creates a copy of the TouchEvent object and sets the value of each property to match that of the original. | |
clone() — Method in class flash.events.TransformGestureEvent | |
Creates a copy of the TransformGestureEvent object and sets the value of each property to match that of the original. | |
clone() — Method in class flash.events.UncaughtErrorEvent | |
Creates a copy of the UncaughtErrorEvent object and sets the value of each property to match that of the original. | |
clone() — Method in class flash.events.VsyncStateChangeAvailabilityEvent | |
Creates a copy of an VsyncStateChangeAvailabilityEvent object and sets the value of each property to match that of the original. | |
clone() — Method in class flash.events.WebViewDrawEvent | |
Creates a copy of the WebViewDrawEvent object and sets each property's value to match that of the original. | |
clone() — Method in class flash.filesystem.File | |
Returns a copy of this File object. | |
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.Matrix3D | |
Returns a new Matrix3D object that is an exact copy of the current Matrix3D 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.geom.Vector3D | |
Returns a new Vector3D object that is an exact copy of the current Vector3D object. | |
clone() — Method in class flash.text.engine.EastAsianJustifier | |
Constructs a cloned copy of the EastAsianJustifier. | |
clone() — Method in class flash.text.engine.ElementFormat | |
Constructs an unlocked, cloned copy of the ElementFormat. | |
clone() — Method in class flash.text.engine.FontDescription | |
Constructs an unlocked, cloned copy of the FontDescription. | |
clone() — Method in class flash.text.engine.SpaceJustifier | |
Constructs a cloned copy of the SpaceJustifier. | |
clone() — Method in class flash.text.engine.TextJustifier | |
Constructs a cloned copy of the TextJustifier. | |
clone() — Method in class flash.ui.ContextMenu | |
Creates a copy of the specified ContextMenu object. | |
clone() — Method in class flash.ui.ContextMenuItem | |
Creates a copy of the NativeMenuItem 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. | |
CLONE_ONLY — Constant static property in class flash.desktop.ClipboardTransferMode | |
The Clipboard object should only return a copy. | |
CLONE_PREFERRED — Constant static property in class flash.desktop.ClipboardTransferMode | |
The Clipboard object should return a copy if available and a reference if not. | |
close — Event in class air.net.WebSocket | |
Dispatched when the WebSocket is closed by the other party. | |
close(reasonCode:uint) — Method in class air.net.WebSocket | |
Closes the WebSocket. | |
close — Event in class flash.data.SQLConnection | |
Dispatched when a close() method call's operation
completes successfully. |
|
close(responder:flash.net:Responder) — Method in class flash.data.SQLConnection | |
Closes the current database connection. | |
close() — Method in interface flash.desktop.IFilePromise | |
Called by the AIR runtime when it has finished reading all data. | |
close() — Method in class flash.display.Loader | |
Cancels a load() method operation that is currently in progress for the Loader instance. |
|
close — Event in class flash.display.NativeWindow | |
Dispatched by this NativeWindow object after the window has been closed. | |
close() — Method in class flash.display.NativeWindow | |
Closes this window. | |
close — Event in class flash.filesystem.FileStream | |
Indicates that the stream has been
closed by an explicit call to the close() method. |
|
close() — Method in class flash.filesystem.FileStream | |
Closes the FileStream object. | |
close — Event in class flash.media.MediaPromise | |
A MediaPromise object dispatches a close event when the underlying data stream has closed. |
|
close() — Method in class flash.media.MediaPromise | |
Closes the data source. | |
close() — Method in class flash.media.Sound | |
Closes the stream, causing any download of data to cease. | |
close — Event in class flash.net.DatagramSocket | |
Dispatched when the operating system closes this socket. | |
close() — Method in class flash.net.DatagramSocket | |
Closes the socket. | |
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.NetGroup | |
Disconnect from the group and close this NetGroup. | |
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 — Event in class flash.net.SecureSocket | |
Dispatched when the server closes the socket connection. | |
close — Event in class flash.net.ServerSocket | |
Dispatched when the operating system closes this socket. | |
close() — Method in class flash.net.ServerSocket | |
Closes the socket and stops listening for connections. | |
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() — Method in class flash.system.MessageChannel | |
Instructs the current MessageChannel to close once all messages have been received. | |
CLOSE — Constant static property in class flash.errors.SQLErrorOperation | |
Indicates that the SQLConnection.close() method was called. |
|
CLOSE — Constant static property in class flash.events.Event | |
The Event.CLOSE constant defines the value of the type property of a close event object. |
|
CLOSE — Constant static property in class flash.events.SQLEvent | |
The SQLEvent.CLOSE constant defines the value of the
type property of a close event object. |
|
closed — Property in class flash.display.NativeWindow | |
Indicates whether this window has been closed. | |
CLOSED — Constant static property in class flash.system.MessageChannelState | |
This state indicates that the message channel has been closed and doesn't have any more messages to deliver. | |
closeInput() — Method in class flash.desktop.NativeProcess | |
Closes the input stream on this process. | |
closeReason — Property in class air.net.WebSocket | |
Retrieves the 'close' reason code, after the WebSocket has been closed. | |
closing — Event in class flash.display.NativeWindow | |
Dispatched by this NativeWindow object immediately before the window is to be closed. | |
CLOSING — Constant static property in class flash.events.Event | |
The Event.CLOSING constant defines the value of the
type property of a closing event object. |
|
CLOSING — Constant static property in class flash.system.MessageChannelState | |
This state indicates that the message channel has been instructed to close and is in the process of delivering the remaining messages on the channel. | |
code — Property in class flash.events.StatusEvent | |
A description of the object's status. | |
codec — Property in class flash.media.H264VideoStreamSettings | |
Video codec used for compression. | |
codec — Property in class flash.media.Microphone | |
The codec to use for compressing audio. | |
codec — Property in class flash.media.VideoStreamSettings | |
Video codec used for compression. | |
codecInfo — Constant property in class flash.events.StageVideoEvent | |
codecInfo — Constant property in class flash.events.VideoEvent | |
CODE_SIGNING — Constant static property in class flash.security.SignerTrustSettings | |
The certificate is trusted for code signing. | |
Collator — Final class in package flash.globalization | |
The Collator class provides locale-sensitive string comparison capabilities. | |
Collator(requestedLocaleIDName:String, initialMode:String) — Constructor in class flash.globalization.Collator | |
Constructs a new Collator object to provide string comparisons according to the conventions of a specified locale. | |
CollatorMode — Final class in package flash.globalization | |
The CollatorMode class enumerates constant values that govern the behavior of string comparisons performed by a Collator object. | |
color — Property in class flash.display.GraphicsSolidFill | |
The color of the fill. | |
color — Property in class flash.display.Stage | |
The SWF background color. | |
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.StageText | |
Specifies text color. | |
color — Property in class flash.text.TextFormat | |
Indicates the color of the text. | |
color — Property in class flash.text.engine.ElementFormat | |
Indicates the color of the text. | |
COLOR — Constant static property in class flash.display3D.Context3DClearMask | |
Clear only the color buffer. | |
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. |
|
colorCorrection — Property in class flash.display.Stage | |
Controls Flash runtime color correction for displays. | |
ColorCorrection — Final class in package flash.display | |
The ColorCorrection class provides values for the flash.display.Stage.colorCorrection property. |
|
colorCorrectionSupport — Property in class flash.display.Stage | |
Specifies whether the Flash runtime 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 the Flash runtime. | |
ColorCorrectionSupport — Final class in package flash.display | |
The ColorCorrectionSupport class provides values for the flash.display.Stage.colorCorrectionSupport property. |
|
colorDepth — Property in class flash.display.Screen | |
The color depth of this screen (expressed in number of bits). | |
colorDepth — Property in class flash.display.ScreenMode | |
The color depth of the ScreenMode in number of bits. | |
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. | |
colors — Property in class flash.display.GraphicsGradientFill | |
An array of RGB hexadecimal color values to use in the gradient. | |
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. | |
colorSpace — Property in class flash.display.JPEGXREncoderOptions | |
Specifies how color channels are sampled. | |
colorSpace — Property in class flash.events.StageVideoEvent | |
The color space used by the video being displayed in the StageVideo object. | |
colorSpace — Property in class flash.events.VideoTextureEvent | |
The color space used by the video being displayed in the VideoTexture object. | |
COLORSPACE_4_2_0 — Constant static property in class flash.display.BitmapEncodingColorSpace | |
Specifies a subsampling scheme of 4:2:0. | |
COLORSPACE_4_2_2 — Constant static property in class flash.display.BitmapEncodingColorSpace | |
Specifies a subsampling scheme of 4:2:2. | |
COLORSPACE_4_4_4 — Constant static property in class flash.display.BitmapEncodingColorSpace | |
Specifies a subsampling scheme of 4:4:4. | |
COLORSPACE_AUTO — Constant static property in class flash.display.BitmapEncodingColorSpace | |
Specifies a subsampling scheme of auto. | |
colorSpaces — Property in class flash.media.StageVideo | |
Returns the names of available color spaces for this video surface. | |
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. | |
columnNameStyle — Property in class flash.data.SQLConnection | |
Indicates how column names are reported in the
result of a SELECT statement. |
|
columns — Property in class flash.data.SQLTableSchema | |
An array of SQLColumnSchema instances containing schema information for this table's columns. | |
COMMA — Constant static property in class flash.ui.Keyboard | |
Constant associated with the key code value for the , key (188). | |
COMMAND — Constant static property in class flash.ui.Keyboard | |
Constant associated with the Mac command key (15). | |
commandKey — Property in class flash.events.GestureEvent | |
Indicates whether the command key is activated (Mac only). | |
commandKey — Property in class flash.events.KeyboardEvent | |
Indicates whether the Command key is active (true ) or inactive (false ). |
|
commandKey — Property in class flash.events.MouseEvent | |
Indicates whether the command key is activated (Mac only.)
The value of property |
|
commandKey — Property in class flash.events.TouchEvent | |
Indicates whether the command key is activated (Mac only). | |
commands — Property in class flash.display.GraphicsPath | |
The Vector of drawing commands as integers representing the path. | |
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. |
|
commit — Event in class flash.data.SQLConnection | |
Dispatched when a commit() method call's operation
completes successfully. |
|
commit(responder:flash.net:Responder) — Method in class flash.data.SQLConnection | |
Commits an existing transaction, causing any actions performed by the transaction's statements to be permanently applied to the database. | |
COMMIT — Constant static property in class flash.errors.SQLErrorOperation | |
Indicates that the SQLConnection.commit() method was called. |
|
COMMIT — Constant static property in class flash.events.SQLEvent | |
The SQLEvent.COMMIT constant defines the value of the
type property of a commit event object. |
|
COMMON — Constant static property in class flash.text.engine.LigatureLevel | |
Used to specify common ligatures. | |
commonName — Property in class flash.security.X500DistinguishedName | |
Returns the DN CommonName attribute. | |
compact — Event in class flash.data.SQLConnection | |
Dispatched when a compact() method call's operation
completes successfully. |
|
compact(responder:flash.net:Responder) — Method in class flash.data.SQLConnection | |
Reclaims all unused space in the database. | |
COMPACT — Constant static property in class flash.errors.SQLErrorOperation | |
Indicates that the SQLConnection.compact() method was called. |
|
COMPACT — Constant static property in class flash.events.SQLEvent | |
The SQLEvent.COMPACT constant defines the value of the
type property of a compact event object. |
|
compare(otherBitmapData:flash.display:BitmapData) — Method in class flash.display.BitmapData | |
Compares two BitmapData objects. | |
compare(string1:String, string2:String) — Method in class flash.globalization.Collator | |
Compares two strings and returns an integer value indicating whether the first string is less than, equal to, or greater than the second string. | |
complete — Event in class air.system.License | |
Dispatched when the online license check has completed successfully. | |
complete — Property in class flash.data.SQLResult | |
Indicates whether all the resulting data from a statement execution has been returned. | |
complete — Event in class flash.display.LoaderInfo | |
Dispatched when data has loaded successfully. | |
complete — Event in class flash.display.ShaderJob | |
Dispatched when a ShaderJob that executes asynchronously finishes processing the data using the shader. | |
complete — Event in class flash.filesystem.File | |
Dispatched when an asynchronous operation is complete. | |
complete — Event in class flash.filesystem.FileStream | |
Signals that the end of the stream has been reached. | |
complete — Event in class flash.filesystem.StorageVolumeInfo | |
Dispatched when an asynchronous request to list the current storage volumes has completed. | |
complete — Event in class flash.media.CameraRoll | |
Signals that an addBitmapData() operation completed successfully. | |
complete — Event in class flash.media.CameraUI | |
The complete event is dispatched when the user either captures a still picture or
video in the Camera UI. |
|
complete — Event in class flash.media.MediaPromise | |
A MediaPromise object dispatches a complete event when all data has been read. |
|
complete — Event in class flash.media.Sound | |
Dispatched when data has loaded successfully. | |
complete — Event in class flash.media.StageWebView | |
Signals that the last load operation requested by loadString() or
loadURL() method has completed. |
|
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 — Event in class flash.security.XMLSignatureValidator | |
Dispatched when verification is complete. | |
complete — Event in class flash.system.SystemUpdater | |
Dispatched when the update completes. | |
complete — Event in class flash.text.StageText | |
Dispatched after setting a non-null stage and non-empty viewPort. | |
COMPLETE — Constant static property in class flash.events.Event | |
The Event.COMPLETE constant defines the value of the type property of a complete event object. |
|
COMPLETE — Constant static property in class flash.events.MediaEvent | |
A constant for the complete MediaEvent. |
|
COMPLETE — Constant static property in class flash.events.ShaderEvent | |
Defines the value of the type property of a complete event object. |
|
COMPLETE — Constant static property in class flash.text.engine.TextLineCreationResult | |
Indicates no line was created because all text in the block had already been broken. | |
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. | |
composeTrailingIdeographicSpaces — Property in class flash.text.engine.EastAsianJustifier | |
Specifies whether ideographic spaces at the ends of lines should be composed or dropped during justification. | |
compositionAbandoned() — Static method in class flash.system.IME | |
Causes the runtime to abandon any composition that is in progress. | |
CompositionAttributeRange — Final class in package flash.text.ime | |
The CompositionAttributeRange class represents a range of composition attributes for use with IME (input method editor) events. | |
CompositionAttributeRange(relativeStart:int, relativeEnd:int, selected:Boolean, converted:Boolean) — Constructor in class flash.text.ime.CompositionAttributeRange | |
Creates a CompositionAttributeRange object. | |
compositionEndIndex — Property in interface flash.text.ime.IIMEClient | |
The zero-based character index value of the end of the current edit session text (such as all text in the inline session that is not confirmed to the document). | |
compositionSelectionChanged(start:int, end:int) — Static method in class flash.system.IME | |
Call this method when the selection within the composition has been updated, either interactively or programmatically. | |
compositionStartIndex — Property in interface flash.text.ime.IIMEClient | |
The zero-based character index value of the start of the current edit session text (such as all text in the inline session that is not confirmed to the document). | |
compress — Property in class air.utils.ZipEntry | |
Whether or not the data will be compressed when it is stored into an archive. | |
compress(algorithm:String) — Method in class flash.utils.ByteArray | |
Compresses the byte array. | |
COMPRESSED — Constant static property in class flash.display3D.Context3DTextureFormat | |
COMPRESSED_ALPHA — Constant static property in class flash.display3D.Context3DTextureFormat | |
CompressionAlgorithm — Final class in package flash.utils | |
The CompressionAlgorithm class defines string constants for the names of compress and uncompress options. | |
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(... rest) — Method in class Vector | |
Concatenates the Vectors specified in the parameters list with the elements in this Vector and creates a new Vector. | |
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 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. | |
Condition — Final class in package flash.concurrent | |
A Condition object is a tool for sharing a resource between workers with the additional capability of pausing execution until a particular condition is satisfied. | |
Condition(mutex:flash.concurrent:Mutex) — Constructor in class flash.concurrent.Condition | |
Creates a new Condition instance. | |
configureBackBuffer(width:int, height:int, antiAlias:int, enableDepthAndStencil:Boolean, wantsBestResolution:Boolean, wantsBestResolutionOnBrowserZoom:Boolean) — Method in class flash.display3D.Context3D | |
Sets the viewport dimensions and other attributes of the rendering buffer. | |
confirmComposition(text:String, preserveSelection:Boolean) — Method in interface flash.text.ime.IIMEClient | |
Use this callback to end the inline editing session and confirm the text. | |
connect(url:String, protocols) — Method in class air.net.WebSocket | |
Initiates a connection as a WebSocket client. | |
connect(remoteAddress:String, remotePort:int) — Method in class flash.net.DatagramSocket | |
Connects the socket to a specified remote address and port. | |
connect(connectionName:String) — Method in class flash.net.LocalConnection | |
Prepares a LocalConnection object to receive commands that are sent from a send() command
(from the sending LocalConnection object). |
|
connect(command:String, ... rest) — Method in class flash.net.NetConnection | |
Creates a two-way connection to an application on Flash Media Server or to Flash Remoting, or creates a two-way network endpoint for RTMFP peer-to-peer group communication. | |
connect — Event in class flash.net.SecureSocket | |
Dispatched when a network connection has been established. | |
connect(host:String, port:int) — Method in class flash.net.SecureSocket | |
Connects the socket to the specified host and port using SSL or TLS. | |
connect — Event in class flash.net.ServerSocket | |
Dispatched when a remote socket seeks to connect to this server socket. | |
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 | |
The Event.CONNECT constant defines the value of the type property of a connect event object. |
|
CONNECT — Constant static property in class flash.events.ServerSocketConnectEvent | |
Defines the value of the type property of a ServerSocketConnectEvent event object. |
|
connected — Event in class air.net.WebSocket | |
Dispatched when a client WebSocket is connected (following successful handshake). | |
connected — Property in class flash.data.SQLConnection | |
Indicates whether the SQLConnection instance has an open connection to a database file. | |
connected — Property in class flash.net.DatagramSocket | |
Indicates whether this socket object is currently connected to a remote address and port. | |
connected — Property in class flash.net.NetConnection | |
Indicates whether the application 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. | |
connected — Static property in class flash.profiler.Telemetry | |
Indicates whether Telemetry is connected to a server | |
connectedProxyType — Property in class flash.net.NetConnection | |
The proxy type used to make a successful connection to Flash Media Server. | |
CONNECT_TO_FMS — Constant static property in 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. | |
__construct(args:Array) — Method in class flash.external.HostObject | |
The universal constructor method initizalizes a new instance of the current class. | |
constructor — Property in class Object | |
A reference to the class object or constructor function for a given object instance. | |
constructor — Property in class flash.display.Stage | |
CONTACT — Constant static property in class flash.text.SoftKeyboardType | |
A keypad designed for entering a person's name or phone number. |
|
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. | |
containsDebugInfo — Static property in class flash.system.System | |
Property to check whether any loaded SWF has contained debug information. | |
containsItem(item:flash.display:NativeMenuItem) — Method in class flash.display.NativeMenu | |
Reports whether this menu contains the specified menu item. | |
containsItem(item:flash.display:NativeMenuItem) — Method in class flash.ui.ContextMenu | |
Reports whether this menu contains the specified menu item. | |
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 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. | |
content — Property in class flash.text.engine.TextBlock | |
Holds the contents of the text block. | |
contentData — Property in class flash.events.DRMErrorEvent | |
The DRMContentData for the media file. | |
contentData — Property in class flash.events.DRMStatusEvent | |
A DRMContentData object containing the information necessary to obtain a voucher for viewing the DRM-protected content. | |
ContentElement — Class in 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 in class flash.text.engine.ContentElement | |
Calling the new ContentElement() constructor throws an
ArgumentError exception. |
|
contentHeight — Property in class flash.html.HTMLLoader | |
contentLoaderInfo — Property in class flash.display.Loader | |
Returns a LoaderInfo object corresponding to the object being loaded. | |
contentsScaleFactor — Property in class flash.display.Screen | |
The scale factor of the screen | |
contentsScaleFactor — Property in class flash.display.Stage | |
Specifies the effective pixel scaling factor of the stage. | |
CONTENT_TRIGGERED — Constant static property in class flash.events.SoftKeyboardTrigger | |
Indicates that ActionScript invoked the event. | |
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 the content in the the data property. |
|
contentType — Property in class flash.text.StageText | |
Provides a hint to the operating system as to the type of content for the text input field. | |
contentWidth — Property in class flash.html.HTMLLoader | |
context3D — Property in class flash.display.Stage3D | |
The Context3D object associated with this Stage3D instance. | |
Context3D — Final class in package flash.display3D | |
The Context3D class provides a context for rendering geometrically defined graphics. | |
Context3DBlendFactor — Final class in package flash.display3D | |
Defines the values to use for specifying the source and destination blend factors. | |
Context3DBufferUsage — Final class in package flash.display3D | |
Defines the values to use for specifying the buffer usage type. | |
Context3DClearMask — Final class in package flash.display3D | |
Defines the values to use for specifying Context3D clear masks. | |
Context3DCompareMode — Final class in package flash.display3D | |
Defines the values to use for specifying 3D buffer comparisons in the setDepthTest() and setStencilAction() methods of a Context3D instance. | |
context3DCreate — Event in class flash.display.Stage3D | |
Dispatched when a rendering context is created. | |
CONTEXT3D_CREATE — Constant static property in class flash.events.Event | |
The Event.CONTEXT3D_CREATE constant defines the value of the type property of a context3Dcreate event object. |
|
Context3DFillMode — Final class in package flash.display3D | |
Defines the values to use for specifying 3D render fill mode in the setFillMode() methods of a Context3D instance. | |
Context3DMipFilter — Final class in package flash.display3D | |
Defines the values to use for sampler mipmap filter mode | |
Context3DProfile — Final class in package flash.display3D | |
Defines the values to use for specifying the Context3D profile. | |
Context3DProgramType — Final class in package flash.display3D | |
Defines the values to use for specifying whether a shader program is a fragment or a vertex program. | |
Context3DRenderMode — Final class in package flash.display3D | |
Defines the values to use for specifying the Context3D render mode. | |
Context3DStencilAction — Final class in package flash.display3D | |
Defines the values to use for specifying stencil actions. | |
Context3DTextureFilter — Final class in package flash.display3D | |
Defines the values to use for sampler filter mode. | |
Context3DTextureFormat — Final class in package flash.display3D | |
Defines the values to use for specifying a texture format. | |
Context3DTriangleFace — Final class in package flash.display3D | |
Constants to specify the orientation of a triangle relative to the view point. | |
Context3DVertexBufferFormat — Final class in package flash.display3D | |
Defines the values to use for specifying vertex buffers. | |
Context3DWrapMode — Final class in package flash.display3D | |
Defines the values to use for sampler wrap mode | |
contextMenu — Event in class flash.display.InteractiveObject | |
Dispatched when a user gesture triggers the context menu associated with this interactive object in an AIR application. | |
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 displayed in context menus. | |
ContextMenu() — Constructor in class flash.ui.ContextMenu | |
Creates a ContextMenu object. | |
CONTEXT_MENU — Constant static property in class flash.events.MouseEvent | |
The MouseEvent.CONTEXT_MENU constant defines the value of the
type property of a contextMenu event 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. | |
ContextMenuClipboardItems — Final class in package flash.ui | |
The ContextMenuClipboardItems class lets you enable or disable the commands in the clipboard context menu. | |
ContextMenuClipboardItems() — Constructor in class flash.ui.ContextMenuClipboardItems | |
Creates a new ContextMenuClipboardItems object. | |
ContextMenuEvent — Class in package flash.events | |
An InteractiveObject dispatches a ContextMenuEvent object when the user opens 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 | |
The ContextMenuItem class represents an item in the 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. | |
CONTROL — Constant static property in class flash.ui.Keyboard | |
Constant associated with the key code value for the Control key (17). | |
controlKey — Property in class flash.events.GestureEvent | |
Indicates whether the Control key is activated on Mac and whether the Ctrl key is activated on Windows or Linux. | |
controlKey — Property in class flash.events.KeyboardEvent | |
Indicates whether the Control key is active (true ) or inactive (false ). |
|
controlKey — Property in class flash.events.MouseEvent | |
Indicates whether the Control key is activated on Mac and whether the Ctrl key is activated on Windows or Linux. | |
controlKey — Property in class flash.events.TouchEvent | |
Indicates whether the Control key is activated on Mac and whether the Ctrl key is activated on Windows or Linux. | |
conversionMode — Static property in class flash.system.IME | |
The conversion mode of the current IME. | |
convertColorProfile(source:flash.display:Screen, destination:flash.display:Screen) — Method in class flash.display.BitmapData | |
Create a copy of the image data, converting between color profiles based on the provided
Screen objects. |
|
converted — Property in class flash.text.ime.CompositionAttributeRange | |
A property defining the current clause has been processed by the IME and the clause is waiting to be accepted or confirmed by the user. | |
convertPeerIDToGroupAddress(peerID:String) — Method in class flash.net.NetGroup | |
Converts a peerID to a group address suitable for use with the sendToNearest() method. |
|
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. | |
copies — Property in class flash.printing.PrintJob | |
The number of copies that the print system prints of any pages subsequently added to the print job. | |
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. | |
copy() — Method in class flash.desktop.NativeApplication | |
Invokes an internal copy command on the focused display object. | |
copy — Event in 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 in class flash.ui.ContextMenuClipboardItems | |
Enables or disables the 'Copy' item on the clipboard menu. | |
COPY — Constant static property in class flash.desktop.NativeDragActions | |
Defines the string to use for the copy action. | |
COPY — Constant static property in 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 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. | |
copyColumnFrom(column:uint, vector3D:flash.geom:Vector3D) — Method in class flash.geom.Matrix | |
Copies a Vector3D object into specific column of the calling Matrix3D object. | |
copyColumnFrom(column:uint, vector3D:flash.geom:Vector3D) — Method in class flash.geom.Matrix3D | |
Copies a Vector3D object into specific column of the calling Matrix3D object. | |
copyColumnTo(column:uint, vector3D:flash.geom:Vector3D) — Method in class flash.geom.Matrix | |
Copies specific column of the calling Matrix object into the Vector3D object. | |
copyColumnTo(column:uint, vector3D:flash.geom:Vector3D) — Method in class flash.geom.Matrix3D | |
Copies specific column of the calling Matrix3D object into the Vector3D object. | |
copyConcatenatedColorTransformToOutput(output:flash.geom:ColorTransform) — Method 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. | |
copyConcatenatedMatrixToOutput(output:flash.geom:Matrix) — Method 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. | |
copyFrom(sourceGraphics:flash.display:Graphics) — Method in class flash.display.Graphics | |
Copies all of drawing commands from the source Graphics object into the calling Graphics object. | |
copyFrom(sourceMatrix:flash.geom:Matrix) — Method in class flash.geom.Matrix | |
Copies all of the matrix data from the source Point object into the calling Matrix object. | |
copyFrom(sourceMatrix3D:flash.geom:Matrix3D) — Method in class flash.geom.Matrix3D | |
Copies all of the matrix data from the source Matrix3D object into the calling Matrix3D object. | |
copyFrom(sourcePoint:flash.geom:Point) — Method in class flash.geom.Point | |
Copies all of the point data from the source Point object into the calling Point object. | |
copyFrom(sourceRect:flash.geom:Rectangle) — Method in class flash.geom.Rectangle | |
Copies all of rectangle data from the source Rectangle object into the calling Rectangle object. | |
copyFrom(sourceVector3D:flash.geom:Vector3D) — Method in class flash.geom.Vector3D | |
Copies all of vector data from the source Vector3D object into the calling Vector3D object. | |
copyPerspectiveProjectionToOutput(output:flash.geom:PerspectiveProjection) — Method in class flash.geom.Transform | |
Provides access to the PerspectiveProjection object of a three-dimensional display object. | |
copyPixelBoundsToOutput(output:flash.geom:Rectangle) — Method in class flash.geom.Transform | |
Provides access to the Rectangle object that defines the bounding rectangle of the display object on the stage. | |
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. | |
copyPixelsToByteArray(rect:flash.geom:Rectangle, data:flash.utils:ByteArray) — Method in class flash.display.BitmapData | |
Fills a byte array from a rectangular region of pixel data. | |
copyRawDataFrom(vector, index:uint, transpose:Boolean) — Method in class flash.geom.Matrix3D | |
Copies all of the vector data from the source vector object into the calling Matrix3D object. | |
copyRawDataTo(vector, index:uint, transpose:Boolean) — Method in class flash.geom.Matrix3D | |
Copies all of the matrix data from the calling Matrix3D object into the provided vector. | |
copyright — Property in class flash.external.ExtensionInfo | |
The extension copyright information, as provided in the extension's XML descriptor file. | |
copyRowFrom(row:uint, vector3D:flash.geom:Vector3D) — Method in class flash.geom.Matrix | |
Copies a Vector3D object into specific row of the calling Matrix object. | |
copyRowFrom(row:uint, vector3D:flash.geom:Vector3D) — Method in class flash.geom.Matrix3D | |
Copies a Vector3D object into specific row of the calling Matrix3D object. | |
copyRowTo(row:uint, vector3D:flash.geom:Vector3D) — Method in class flash.geom.Matrix | |
Copies specific row of the calling Matrix object into the Vector3D object. | |
copyRowTo(row:uint, vector3D:flash.geom:Vector3D) — Method in class flash.geom.Matrix3D | |
Copies specific row of the calling Matrix3D object into the Vector3D object. | |
copyTo(newLocation:flash.net:FileReference, overwrite:Boolean) — Method in class flash.filesystem.File | |
Copies the file or directory at the location specified by this File object to
the location specified by the newLocation parameter. |
|
copyToAsync(newLocation:flash.net:FileReference, overwrite:Boolean) — Method in class flash.filesystem.File | |
Begins copying the file or directory at the location specified by this File object to
the location specified by the destination parameter. |
|
copyToByteArray(rect:flash.geom:Rectangle, destination:flash.utils:ByteArray) — Method in class flash.media.Camera | |
Fills a byte array from a rectangular region of pixel data
Writes an unsigned integer (a 32-bit unmultiplied pixel value) for each pixel into the byte array. |
|
copyToMatrix3D(dest:flash.geom:Matrix3D) — Method in class flash.geom.Matrix3D | |
copyToVector(rect:flash.geom:Rectangle, destination) — Method in class flash.media.Camera | |
Fills a vector from a rectangular region of pixel data. | |
cos(angleRadians:Number) — Static method in class Math | |
Computes and returns the cosine of the specified angle in radians. | |
countryName — Property in class flash.security.X500DistinguishedName | |
Returns the DN CountryName attribute. | |
CPU — Constant static property in class flash.display.NativeWindowRenderMode | |
A cpu mode window. | |
cpuAddressSize — Static property in class flash.system.Capabilities | |
Specifies whether the Flash Player or AIR application running on the system is 32-bit or 64-bit. | |
cpuArchitecture — Static property in class flash.system.Capabilities | |
Specifies the current CPU architecture. | |
create(className:String, ... rest) — Static method in class flash.external.HostObject | |
Generic creation function for a new host object with a varying number of creation arguments. | |
CREATE — Constant static property in class flash.data.SQLMode | |
Indicates that the connection is opened for updates, and a database file is created if the specified file doesn't exist. | |
createBox(scaleX:Number, scaleY:Number, rotation:Number, tx:Number, ty:Number) — Method in class flash.geom.Matrix | |
Includes parameters for scaling, rotation, and translation. | |
createCubeTexture(size:int, format:String, optimizeForRenderToTexture:Boolean, streamingLevels:int) — Method in class flash.display3D.Context3D | |
Creates a CubeTexture object. | |
createDirectory() — Method in class flash.filesystem.File | |
Creates the specified directory and any necessary parent directories. | |
createElement(name:String) — Method in class flash.xml.XMLDocument | |
Creates a new XMLNode object with the name specified in the parameter. | |
createExtensionContext(extensionID:String, contextType:String) — Static method in class flash.external.ExtensionContext | |
Creates an ExtensionContext instance for the given extension identifier and context type. | |
createFromBase64(base64:String) — Static method in class flash.utils.ByteArray | |
Creates a new ByteArray object from a base64-encoded string. | |
createFromByteArray(fontName:String, fontData:flash.utils:ByteArray, fontWeight:String, fontPosture:String) — Static method in class flash.text.engine.FontDescription | |
Creates a FontDescription object using font data loaded dynamically from a file. |
|
createFromFile(file:flash.filesystem:File, compress:Boolean) — Static method in class air.utils.ZipEntry | |
Creates a zip entry based on a file from the file system. | |
createFromFolder(folder:flash.filesystem:File, recurse:Boolean, compress:Boolean, includeFolderEntries:Boolean, followLinks:Boolean) — Static method in class air.utils.ZipArchive | |
Creates a new ZipArchive object by zipping up all files within a folder. | |
createFromHexString(hex:String) — Static method in class flash.utils.ByteArray | |
Creates a new ByteArray object from a hex-encoded string. | |
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. |
|
createIndexBuffer(numIndices:int, bufferUsage:String) — Method in class flash.display3D.Context3D | |
Creates an IndexBuffer3D object. | |
createMessageChannel(receiver:flash.system:Worker) — Method in class flash.system.Worker | |
Creates a new MessageChannel instance to send messages from the worker on which the method is called to another receiver worker. | |
createProgram() — Method in class flash.display3D.Context3D | |
Creates a Program3D object. | |
createRectangleTexture(width:int, height:int, format:String, optimizeForRenderToTexture:Boolean) — Method in class flash.display3D.Context3D | |
Creates a Rectangle Texture object. | |
createRootWindow(visible:Boolean, windowInitOptions:flash.display:NativeWindowInitOptions, scrollBarsVisible:Boolean, bounds:flash.geom:Rectangle) — Static method in class flash.html.HTMLLoader | |
createTempDirectory() — Static method in class flash.filesystem.File | |
Returns a reference to a new temporary directory. | |
createTempFile() — Static method in class flash.filesystem.File | |
Returns a reference to a new temporary file. | |
createTextLine(previousLine:flash.text.engine:TextLine, width:Number, lineOffset:Number, fitSomething:Boolean) — Method in 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 in class flash.xml.XMLDocument | |
Creates a new XML text node with the specified text. | |
createTexture(width:int, height:int, format:String, optimizeForRenderToTexture:Boolean, streamingLevels:int) — Method in class flash.display3D.Context3D | |
Creates a Texture object. | |
createVertexBuffer(numVertices:int, data32PerVertex:int, bufferUsage:String) — Method in class flash.display3D.Context3D | |
Creates a VertexBuffer3D object. | |
createVertexBufferForInstances(numVertices:int, data32PerVertex:int, instancesPerElement:int, bufferUsage:String) — Method in class flash.display3D.Context3D | |
Creates a VertexBuffer3D object for instances data. | |
createVideoTexture() — Method in class flash.display3D.Context3D | |
Creates a VideoTexture object. | |
createWindow(windowCreateOptions:flash.html:HTMLWindowCreateOptions) — Method in class flash.html.HTMLHost | |
The function called when JavaScript code in the HTMLLoader object calls the
window.open() method. |
|
createWorker(swf:flash.utils:ByteArray, giveAppPrivileges:Boolean) — Method in class flash.system.WorkerDomain | |
Creates a new Worker instance from the bytes of a swf. |
|
creationDate — Property in class air.system.License | |
Date of creation of the license file (as embedded in the adt.lic file) | |
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, which is only used in Mac OS versions prior to Mac OS X. | |
CRITICAL — Constant static property in class flash.desktop.NotificationType | |
Specifies that a notification alert is critical in nature and the user should attend to it promptly. | |
crossProduct(a:flash.geom:Vector3D) — Method in class flash.geom.Vector3D | |
Returns a new Vector3D object that is perpendicular (at a right angle) to the current Vector3D and another Vector3D object. | |
crossProductToOutput(a:flash.geom:Vector3D, output:flash.geom:Vector3D) — Method in 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 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.GestureEvent | |
On Windows or Linux, indicates whether the Ctrl key is active (true ) or inactive (false ). |
|
ctrlKey — Property in class flash.events.KeyboardEvent | |
On Windows and Linux, indicates whether the Ctrl key is active (true ) or inactive (false );
On Mac OS, indicates whether either the Ctrl key or the Command key is active. |
|
ctrlKey — Property in class flash.events.MouseEvent | |
On Windows or Linux, indicates whether the Ctrl key is active (true ) or inactive (false ). |
|
ctrlKey — Property in class flash.events.TouchEvent | |
On Windows or Linux, indicates whether the Ctrl key is active (true ) or inactive (false ). |
|
CubeTexture — Final class in package flash.display3D.textures | |
The CubeTexture class represents a cube texture uploaded to a rendering context. | |
cubicCurveTo(controlX1:Number, controlY1:Number, controlX2:Number, controlY2:Number, anchorX:Number, anchorY:Number) — Method in class flash.display.Graphics | |
Draws a cubic Bezier curve from the current drawing position to the specified anchor point. | |
cubicCurveTo(controlX1:Number, controlY1:Number, controlX2:Number, controlY2:Number, anchorX:Number, anchorY:Number) — Method in class flash.display.GraphicsPath | |
Adds a new "cubicCurveTo" command to the commands vector and
new coordinates to the data vector. |
|
CUBIC_CURVE_TO — Constant static property in 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 2 control points. | |
culling — Property in class flash.display.GraphicsTrianglePath | |
Specifies whether to render triangles that face in a given direction. | |
CurrencyFormatter — Final class in package flash.globalization | |
The CurrencyFormatter class provides locale-sensitive formatting and parsing of currency values. | |
CurrencyFormatter(requestedLocaleIDName:String) — Constructor in class flash.globalization.CurrencyFormatter | |
Constructs a new CurrencyFormatter object to format numbers representing currency amounts according to the conventions of a given locale. | |
currencyISOCode — Property in class flash.globalization.CurrencyFormatter | |
The three letter ISO 4217 currency code for the actual locale being used. | |
CurrencyParseResult — Final class in package flash.globalization | |
A data structure that represents a currency amount and currency symbol or string that were extracted by parsing a currency value. | |
CurrencyParseResult(value:Number, symbol:String) — Constructor in class flash.globalization.CurrencyParseResult | |
Constructs a currency parse result object. | |
currencyString — Property in class flash.globalization.CurrencyParseResult | |
The portion of the input string that corresponds to the currency symbol or currency string. | |
currencySymbol — Property in class flash.globalization.CurrencyFormatter | |
The currency symbol or string for the actual locale being used. | |
current — Static property in class flash.system.Worker | |
Provides access to the worker that contains the current code | |
current — Static property in class flash.system.WorkerDomain | |
The WorkerDomain instance in which the code is currently running. | |
currentBytesPerSecond — Property in class flash.net.NetStreamInfo | |
Specifies the rate at which the NetStream buffer is filled in bytes per second. | |
currentCount — Property in class flash.utils.Timer | |
The total number of times the timer has fired since it started at zero. | |
currentDirectory — Property in class flash.events.InvokeEvent | |
The directory that should be used to resolve any relative paths in the arguments
array. |
|
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. | |
currentFrameLabel — Property in class flash.display.MovieClip | |
The label at the current frame 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. | |
currentVolumes — Property in class flash.filesystem.StorageVolumeInfo | |
Returns a vector of the currently known StorageVolume objects. | |
cursor — Static property in class flash.ui.Mouse | |
The name of the native cursor. | |
curveTo(controlX:Number, controlY:Number, anchorX:Number, anchorY:Number) — Method in class flash.display.Graphics | |
Draws a quadratic Bezier 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 in 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 in 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. | |
CUSTOM — Constant static property in class flash.globalization.DateTimeStyle | |
Specifies that a custom pattern string is used to specify the date or time style. | |
customItems — Property in class flash.ui.ContextMenu | |
An array of ContextMenuItem objects. | |
cut() — Method in class flash.desktop.NativeApplication | |
Invokes an internal cut command on the focused display object. | |
cut — Event in 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 in class flash.ui.ContextMenuClipboardItems | |
Enables or disables the 'Cut' item on the clipboard menu. | |
CUT — Constant static property in 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 |