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 | |
I — class Keyboard | |
Constant associated with the key code value for the I key (73). | |
icon — class NativeApplication | |
The application icon. | |
icon — class File | |
An Icon object containing the icons defined for the file. | |
Icon — class, package window.runtime.flash.desktop | |
The Icon class represents an operating system icon. | |
id3 — Event, class Sound | |
Dispatched by a Sound object when ID3 data is available for an MP3 sound. | |
id3 — class Sound | |
Provides access to the metadata that is part of an MP3 file. | |
ID3 — class Event | |
The Event.ID3 constant defines the value of the type property of an id3 event object. | |
ID3Info — final dynamic class, package window.runtime.flash.media | |
The ID3Info class contains properties that reflect ID3 metadata. | |
identity() — method, class Matrix | |
Sets each matrix property to a value that causes a null transformation. | |
identityStatus — class XMLSignatureValidator | |
The validity status of the signing certificate. | |
idleThreshold — class NativeApplication | |
The number of seconds that must elapse without user input before a userIdle event is dispatched. | |
idleTimeout — class HTMLLoader | |
Specifies the idle timeout value (in milliseconds) for HTTP requests issued by this object. | |
idleTimeout — class URLRequest | |
Specifies the idle timeout value (in milliseconds) for this request. | |
idleTimeout — class URLRequestDefaults | |
The default setting for the idleTimeout property of URLRequest objects and HTMLLoader objects. | |
ignoreCase — class Collator | |
When this property is set to true, identical strings and strings that differ only in the case of the letters are evaluated as equal. | |
ignoreCharacterWidth — class Collator | |
When this property is true, full-width and half-width forms of some Chinese and Japanese characters are evaluated as equal. | |
ignoreDiacritics — class Collator | |
When this property is set to true, strings that use the same base characters but different accents or other diacritic marks are evaluated as equal. | |
ignoreKanaType — class Collator | |
When this property is set to true, strings that differ only by the type of kana character being used are treated as equal. | |
ignoreSymbols — class Collator | |
When this property is set to is true, symbol characters such as spaces, currency symbols, math symbols, and other types of symbols are ignored when sorting or matching. | |
ILLEGAL_ARGUMENT_ERROR — class LastOperationStatus | |
Indicates that an argument passed to a method was illegal. | |
ime — class System | |
The currently installed system IME. | |
IMMEDIATE — class SQLTransactionLockType | |
Specifies the immediate locking transaction option. | |
INCREMENT_SATURATE — class Context3DStencilAction | |
Increment the stencil buffer value, clamping at 255, the maximum value. | |
INCREMENT_WRAP — class Context3DStencilAction | |
Increment the stencil buffer value. | |
index — class Microphone | |
The index of the microphone, as reflected in the array returned by Microphone.names. | |
IndexBuffer3D — final class, package window.runtime.flash.display3D | |
The IndexBuffer3D class represents a set of triangle indices uploaded to a rendering context. | |
INDEX_OUT_OF_BOUNDS_ERROR — class LastOperationStatus | |
Indicates that an iterator went out of range or an invalid parameter was specified for month, day, or time. | |
indices — class SQLSchemaResult | |
An array of SQLIndexSchema instances requested in a call to SQLConnection.loadSchema(). | |
Infinity — Package Constant Property, Top Level | |
-Infinity — Package Constant Property, Top Level | |
inflate(Number dx, Number dy) — method, class Rectangle | |
Increases the size of the Rectangle object by the specified amounts, in pixels. | |
inflate() — method, class ByteArray | |
Decompresses the byte array using the deflate compression algorithm. | |
inflate() — method, class ByteArray | |
Decompresses the byte array using the deflate compression algorithm. | |
inflatePoint(flash.geom:Point point) — method, class Rectangle | |
Increases the size of the Rectangle object. | |
info — class NetDataEvent | |
Returns the data message object. | |
info — class NetStatusEvent | |
An object with properties that describe the object's status or error condition. | |
INFO — class Keyboard | |
Info button | |
INFORMATIONAL — class NotificationType | |
Specifies that a notification alert is informational in nature and the user can safely ignore it. | |
INIT — class Event | |
The Event.INIT constant defines the value of the type property of an init event object. | |
initialize() — method, class ApplicationUpdater | |
Initializes the updater. | |
initialize() — method, class ApplicationUpdaterUI | |
Initializes the updater. | |
initialized — Event, class ApplicationUpdater | |
Dispatched after the initialization is complete. | |
initialized — Event, class ApplicationUpdaterUI | |
Dispatched after the initialization is complete. | |
INITIALIZED — class UpdateEvent | |
The UpdateEvent.INITIALIZED constant defines the value of the type property of the event object for a initialized event. | |
INPUT — class Keyboard | |
Cycle input | |
insert — Event, class SQLConnection | |
Dispatched when data in any table in any of the connected databases changes as a result of a SQL INSERT command. | |
INSERT — class SQLUpdateEvent | |
The SQLUpdateEvent.INSERT constant defines the value of the type property of a SQLConnection insert event. | |
INSERT — class Keyboard | |
Constant associated with the key code value for the Insert key (45). | |
installFromAIRFile(flash.filesystem:File file) — method, class ApplicationUpdater | |
Starts the update process using a local AIR file. | |
installFromAIRFile(flash.filesystem:File file) — method, class ApplicationUpdaterUI | |
Starts the update process using a local AIR file. | |
installUpdate() — method, class ApplicationUpdater | |
Installs the update file. | |
int(Number value) — Package Function, Top Level | |
InteractiveIcon — class, package window.runtime.flash.desktop | |
The InteractiveIcon class is the base class for the operating system icons associated with applications. | |
InterfaceAddress — class, package window.runtime.flash.net | |
The InterfaceAddress class reports the properties of a network interface address. | |
interpolate(flash.geom:Point pt1, flash.geom:Point pt2, Number f) — Static Method , class Point | |
Determines a point between two specified points. | |
intersection(flash.geom:Rectangle toIntersect) — method, class Rectangle | |
If the Rectangle object specified in the toIntersect parameter intersects with this Rectangle object, returns the area of intersection as a Rectangle object. | |
intersects(flash.geom:Rectangle toIntersect) — method, class Rectangle | |
Determines whether the object specified in the toIntersect parameter intersects with this Rectangle object. | |
inTransaction — class SQLConnection | |
Indicates whether this connection is currently involved in a transaction. | |
INVALID — class CertificateStatus | |
An invalid certificate. | |
INVALID — class SignatureStatus | |
Invalid status. | |
invalidate() — method, class Stage | |
Calling the invalidate() method signals Flash runtimes to alert display objects on the next opportunity it has to render the display list (for example, when the playhead advances to a new frame). | |
INVALID_ATTR_VALUE — class LastOperationStatus | |
Indicates that a given attribute value is out of the expected range. | |
INVALID_CHAIN — class CertificateStatus | |
A root or intermediate certificate in this certificate's chain is invalid. | |
INVALID_CHAR_FOUND — class LastOperationStatus | |
Indicates that invalid Unicode value was found. | |
invert() — method, class Matrix | |
Performs the opposite transformation of the original matrix. | |
INVERT — class Context3DStencilAction | |
Invert the stencil buffer value, bitwise. | |
invoke — Event, class NativeApplication | |
Dispatched when an application is invoked. | |
INVOKE — class InvokeEvent | |
The InvokeEvent.INVOKE constant defines the value of the type property of an InvokeEvent object. | |
InvokeEvent — class, package window.runtime.flash.events | |
The NativeApplication object of an AIR application dispatches an invoke event when the application is invoked. | |
InvokeEvent(String type, Boolean bubbles, Boolean cancelable, flash.filesystem:File dir, Array argv, String reason) — Constructor, class InvokeEvent | |
The constructor function for the InvokeEvent class. | |
InvokeEventReason — final class, package window.runtime.flash.desktop | |
The InvokeEventReason class enumerates values returned by the reason property of an InvokeEvent object. | |
ioError — Event, class File | |
Dispatched when an error occurs during an asynchronous file operation. | |
ioError — Event, class FileStream | |
Indicates that an error occurred during an asynchronous file I/O operation. | |
ioError — Event, class Sound | |
Dispatched when an input/output error occurs that causes a load operation to fail. | |
ioError — Event, class DatagramSocket | |
Dispatched when this socket receives an I/O error. | |
ioError — Event, class NetConnection | |
Dispatched when an input or output error occurs that causes a network operation to fail. | |
ioError — Event, class SecureSocket | |
Dispatched when an input or output error occurs that causes a send or receive operation to fail. | |
ioError — Event, class Socket | |
Dispatched when an IO error causes a send or load operation to fail. | |
ioError — Event, class URLLoader | |
Dispatched if a call to URLLoader.load() results in a fatal error that terminates the download. | |
ioError — Event, class URLStream | |
Dispatched when an input/output error occurs that causes a load operation to fail. | |
ioError — Event, class XMLSocket | |
Dispatched when an input/output error occurs that causes a send or receive operation to fail. | |
IO_ERROR — class IOErrorEvent | |
Defines the value of the type property of an ioError event object. | |
IOErrorEvent — class, package window.runtime.flash.events | |
An IOErrorEvent object is dispatched when an error causes input or output operations to fail. | |
IOErrorEvent(String type, Boolean bubbles, Boolean cancelable, String text, int id) — Constructor, class IOErrorEvent | |
Creates an Event object that contains specific information about ioError events. | |
IPV4 — class IPVersion | |
An Internet Protocol version 4 (IPv4) address. | |
IPV6 — class IPVersion | |
An Internet Protocol version 6 (IPv6) address. | |
ipVersion — class InterfaceAddress | |
The IP address type (IPv4 or IPv6). | |
IPVersion — final class, package window.runtime.flash.net | |
The IPVersion class defines constants representing the different families of IP addresses. | |
isAccessible() — Static Method , class Keyboard | |
Specifies whether the last key pressed is accessible by other SWF files. | |
isAnonymous — class DRMStatusEvent | |
Indicates whether the content, protected with digital rights management (DRM) encryption, is available without requiring a user to provide authentication credentials. | |
isAvailableOffline — class DRMStatusEvent | |
Indicates whether the content, protected with digital rights management (DRM) encryption, is available offline. | |
isBuffering — class Sound | |
Returns the buffering state of external MP3 files. | |
isCheckForUpdateVisible — class ApplicationUpdaterUI | |
Enables the visibility of the Check for Update, No Update, and Update Error dialog boxes. | |
isDebugger — class Capabilities | |
Specifies whether the system is a special debugging version (true) or an officially released version (false). | |
isDefaultPrevented() — method, class Event | |
Checks whether the preventDefault() method has been called on the event. | |
isDirectory — class File | |
Indicates whether the reference is to a directory. | |
isDownloadProgressVisible — class ApplicationUpdaterUI | |
Enables the visibility of the Download Update dialog box. | |
isDownloadUpdateVisible — class ApplicationUpdaterUI | |
Enables the visibility of the Download Update dialog box. | |
isEmbeddedInAcrobat — class Capabilities | |
Specifies whether the Flash runtime is embedded in a PDF file that is open in Acrobat 9.0 or higher (true) or not (false). | |
isEmpty() — method, class Rectangle | |
Determines whether or not this Rectangle object is empty. | |
isFileUpdateVisible — class ApplicationUpdaterUI | |
Enables the visibility of the File Update, File No Update, and File Error dialog boxes. | |
isFinite(Number num) — Package Function, Top Level | |
isFirstRun — class ApplicationUpdater | |
Whether this is the first run after a successful update (true) or not (false). | |
isFirstRun — class ApplicationUpdaterUI | |
Whether this is the first run after a successful update (true) or not (false). | |
isFocusInaccessible() — method, class Stage | |
Determines whether the Stage.focus property returns null for security reasons. | |
isGetterSetter(Object obj, QName qname) — Package Function, flash.sampler | |
isHidden — class File | |
Indicates whether the referenced file or directory is "hidden." The value is true if the referenced file or directory is hidden, false otherwise. | |
isHTTPS — class BrowserInvokeEvent | |
Whether the content in the browser uses the HTTPS URL scheme (true) or not (false). | |
isInstallUpdateVisible — class ApplicationUpdaterUI | |
Enables the visibility of the Install Update dialog box. | |
isLocal — class DRMStatusEvent | |
Indicates whether the voucher is cached in the local voucher store. | |
isNaN(Number num) — Package Function, Top Level | |
isNewerVersionFunction — class ApplicationUpdater | |
A function that the updater should use to perform version comparisons. | |
isNewerVersionFunction — class ApplicationUpdaterUI | |
A function that the updater should use to perform version comparisons. | |
isPackage — class File | |
Indicates whether the referenced directory is a package. | |
isPerUser — class LocalConnection | |
isRelatedObjectInaccessible — class MouseEvent | |
If true, the relatedObject property is set to null for reasons related to security sandboxes. | |
isRemovable — class StorageVolume | |
Whether the operating system considers the storage volume to be removable (true) or not (false). | |
isRightToLeft() — method, class LocaleID | |
Specifies whtehr the text direction for the specified locale is right to left. | |
isSeparator — class NativeMenuItem | |
Reports whether this item is a menu separator line. | |
isSetAsDefaultApplication(String extension) — method, class NativeApplication | |
Specifies whether this application is currently the default application for opening files with the specified extension. | |
issuer — class X509Certificate | |
Provides the issuer's Distinguished Name (DN). | |
issuerUniqueID — class X509Certificate | |
Provides the issuer's unique identifier. | |
isSupported — class EncryptedLocalStore | |
The isSupported property is set to true if the EncryptedLocalStore class is supported on the current platform, otherwise it is set to false. | |
isSupported — class NativeProcess | |
Indicates if running native processes is supported in the current profile. | |
isSupported — class Updater | |
The isSupported property is set to true if the Updater class is available on the current platform, otherwise it is set to false. | |
isSupported — class NativeMenu | |
Indicates whether any form of native menu is supported on the client system. | |
isSupported — class NativeWindow | |
Indicates whether native windows are supported on the client system. | |
isSupported — class StorageVolumeInfo | |
The isSupported property is set to true if the StorageVolumeInfo class is supported on the current platform, otherwise it is set to false. | |
isSupported — class HTMLLoader | |
Indicates whether the HTMLLoader class is supported on the client system. | |
isSupported — class Microphone | |
The isSupported property is set to true if the Microphone class is supported on the current platform, otherwise it is set to false. | |
isSupported — class DatagramSocket | |
Indicates whether or not DatagramSocket features are supported in the run-time environment. | |
isSupported — class LocalConnection | |
The isSupported property is set to true if the LocalConnection class is supported on the current platform, otherwise it is set to false. | |
isSupported — class NetworkInfo | |
Indicates whether access to network interface information is supported on the client system. | |
isSupported — class SecureSocket | |
Indicates whether secure sockets are supported on the current system. | |
isSupported — class ServerSocket | |
Indicates whether or not ServerSocket features are supported in the run-time environment. | |
isSupported — class DNSResolver | |
Indicates whether DNS lookups are supported on the client system. | |
isSupported — class XMLSignatureValidator | |
The isSupported property is set to true if the XMLSignatureValidator class is supported on the current platform, otherwise it is set to false. | |
isSymbolicLink — class File | |
Indicates whether the reference is a symbolic link. | |
isUnexpectedErrorVisible — class ApplicationUpdaterUI | |
Enables the visibility of the Unexpected Error dialog box. | |
isUpdateInProgress — class ApplicationUpdaterUI | |
A Boolean property, which is true if an update is running, false otherwise. | |
isURLInaccessible — class Sound | |
Indicates if the Sound.url property has been truncated. | |
isUserEvent — class BrowserInvokeEvent | |
Whether the browser invocation resulted in a user event (such as a mouse click). | |
isVoiceDetected — class MicrophoneEnhancedOptions | |
Indicates whether the Microphone input detected a voice. | |
isWritable — class StorageVolume | |
Whether a volume is writable (true) or not (false). | |
isXMLName(String str) — Package Function, Top Level | |
itemClass — class SQLStatement | |
Indicates a class (data type) that is used for each row returned as a result of the statement's execution. | |
items — class NativeMenu | |
The array of NativeMenuItem objects in this menu. | |
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 |
Thu Sep 29 2011, 02:35 AM -07:00