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 — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the I key (73).
IBEAM — Constant static property in class flash.ui.MouseCursor
Used to specify that the I-beam cursor should be used.
IBitmapDrawable — Interface in package flash.display
The IBitmapDrawable interface is implemented by objects that can be passed as the source parameter of the draw() method of the BitmapData class.
icon — Property in class flash.desktop.NativeApplication
The application icon.
icon — Property in class flash.filesystem.File
An Icon object containing the icons defined for the file.
Icon — Class in package flash.desktop
The Icon class represents an operating system icon.
id — Property in class flash.ui.GameInputControl
Returns the id of this control.
id — Property in class flash.ui.GameInputDevice
Returns the ID of this device.
id3 — Event in class flash.media.Sound
Dispatched by a Sound object when ID3 data is available for an MP3 sound.
id3 — Property in class flash.media.Sound
Provides access to the metadata that is part of an MP3 file.
ID3 — Constant static property in class flash.events.Event
The Event.ID3 constant defines the value of the type property of an id3 event object.
ID3Info — Final dynamic class in package flash.media
The ID3Info class contains properties that reflect ID3 metadata.
IDataInput — Interface in package flash.utils
The IDataInput interface provides a set of methods for reading binary data.
IDataOutput — Interface in package flash.utils
The IDataOutput interface provides a set of methods for writing binary data.
identity() — Method in class flash.geom.Matrix
Sets each matrix property to a value that causes a null transformation.
identity() — Method in class flash.geom.Matrix3D
Converts the current matrix to an identity or unit matrix.
identityStatus — Property in class flash.security.XMLSignatureValidator
The validity status of the signing certificate.
IDEOGRAPHIC_BOTTOM — Constant static property in class flash.text.engine.TextBaseline
Specifies an ideographic bottom baseline.
IDEOGRAPHIC_CENTER — Constant static property in class flash.text.engine.TextBaseline
Specifies an ideographic center baseline.
IDEOGRAPHIC_TOP — Constant static property in class flash.text.engine.TextBaseline
Specifies an ideographic top baseline.
idleThreshold — Property in class flash.desktop.NativeApplication
The number of seconds that must elapse without user input before a userIdle event is dispatched.
idleTimeout — Property in class flash.html.HTMLLoader
idleTimeout — Property in class flash.net.URLRequest
Specifies the idle timeout value (in milliseconds) for this request.
idleTimeout — Static property in class flash.net.URLRequestDefaults
The default setting for the idleTimeout property of URLRequest objects and HTMLLoader objects.
idMap — Property in class flash.xml.XMLDocument
An Object containing the nodes of the XML that have an id attribute assigned.
IDynamicPropertyOutput — Interface in package flash.net
This interface controls the serialization of dynamic properties of dynamic objects.
IDynamicPropertyWriter — Interface in package flash.net
This interface is used with the IDynamicPropertyOutput interface to control the serialization of dynamic properties of dynamic objects.
IEventDispatcher — Interface in package flash.events
The IEventDispatcher interface defines methods for adding or removing event listeners, checks whether specific types of event listeners are registered, and dispatches events.
IExternalizable — Interface in package flash.utils
The IExternalizable interface provides control over serialization of a class as it is encoded into a data stream.
if — Statement
Evaluates a condition to determine the next statement to execute.
IFilePromise — Interface in package flash.desktop
The IFilePromise interface defines the interface used by the AIR runtime to read data for a file promise.
IGNORE — Constant static property in class flash.filters.DisplacementMapFilterMode
If the displacement value is out of range, ignores the displacement and uses the source pixel.
ignoreCase — Property in class RegExp
Specifies whether the regular expression ignores case sensitivity.
ignoreCase — Property in class flash.globalization.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 — Property in class flash.globalization.Collator
When this property is true, full-width and half-width forms of some Chinese and Japanese characters are evaluated as equal.
ignoreComments — Static property in class XML
Determines whether XML comments are ignored when XML objects parse the source XML data.
ignoreDiacritics — Property in class flash.globalization.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 — Property in class flash.globalization.Collator
When this property is set to true, strings that differ only by the type of kana character being used are treated as equal.
ignoreProcessingInstructions — Static property in class XML
Determines whether XML processing instructions are ignored when XML objects parse the source XML data.
ignoreResourceLimits — Property in class flash.display3D.Context3D
Specifies whether to ignore all 'soft' resource limits associated with a profile.
ignoreSymbols — Property in class flash.globalization.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.
ignoreWhite — Property in class flash.xml.XMLDocument
When set to true, text nodes that contain only white space are discarded during the parsing process.
ignoreWhitespace — Static property in class XML
Determines whether white space characters at the beginning and end of text nodes are ignored during parsing.
IGraphicsData — Interface in package flash.display
This interface is used to define objects that can be used as parameters in the flash.display.Graphics methods, including fills, strokes, and paths.
IGraphicsFill — Interface in package flash.display
This interface is used to define objects that can be used as fill parameters in the flash.display.Graphics methods and drawing classes.
IGraphicsPath — Interface in package flash.display
This interface is used to define objects that can be used as path parameters in the flash.display.Graphics methods and drawing classes.
IGraphicsStroke — Interface in package flash.display
This interface is used to define objects that can be used as stroke parameters in the flash.display.Graphics methods and drawing classes.
IIMEClient — Interface in package flash.text.ime
Interface for IME (input method editor) clients.
ILLEGAL_ARGUMENT_ERROR — Constant static property in class flash.globalization.LastOperationStatus
Indicates that an argument passed to a method was illegal.
IMAGE — Constant static property in class flash.media.MediaType
A single image.
imageDecodingPolicy — Property in class flash.system.LoaderContext
Specifies whether to decode bitmap image data when it is used or when it is loaded.
ImageDecodingPolicy — Final class in package flash.system
The ImageDecodingPolicy class provides values for imageDecodingPolicy in the LoaderContext class.
ime — Static property in class flash.system.System
The currently installed system IME.
IME — Final class in package flash.system
The IME class lets you directly manipulate the operating system's input method editor (IME) in the Flash runtime application that is running on a client computer.
imeClient — Property in class flash.events.IMEEvent
Specifies an object that implements the IMEClient interface.
imeComposition — Event in class flash.system.IME
Dispatched when a user has completed an input method editor (IME) composition and the reading string is available.
IME_COMPOSITION — Constant static property in class flash.events.IMEEvent
Defines the value of the type property of an imeComposition event object.
IMEConversionMode — Final class in package flash.system
This class contains constants for use with the IME.conversionMode property.
IMEEvent — Class in package flash.events
An IMEEvent object is dispatched when the user enters text using an input method editor (IME).
IMEEvent(type:String, bubbles:Boolean, cancelable:Boolean, text:String, imeClient:flash.text.ime:IIMEClient) — Constructor in class flash.events.IMEEvent
Creates an Event object with specific information relevant to IME events.
imeStartComposition — Event in class flash.display.InteractiveObject
This event is dispatched to any client app that supports inline input with an IME
imeStartComposition — Event in interface flash.text.ime.IIMEClient
Dispatched when the user begins to use an IME (input method editor).
IME_START_COMPOSITION — Constant static property in class flash.events.IMEEvent
To handle IME text input, the receiver must set the imeClient field of the event to an object that implements the IIMEClient interface.
IMMEDIATE — Constant static property in class flash.data.SQLTransactionLockType
Specifies the immediate locking transaction option.
implements — Statement
Specifies that a class implements one or more interfaces.
import — Statement
Makes externally defined classes and packages available to your code.
in — Operator
Evaluates whether a property is part of a specific object.
inAppDescriptor — Property in class flash.external.ExtensionInfo
A Boolean value indicating whether the extension was present in the Application Descriptor file or whether it was loaded and registered dynamically.
inBufferSeek — Property in class flash.net.NetStream
Specifies whether displayed data is cached for smart seeking (TRUE), or not (FALSE).
include — Statement
Includes the contents of the specified file, as if the commands in the file are part of the calling script.
includes(item) — Method in class Array
Checks whether the array includes the item that is passed in.
includes(item) — Method in class Vector
Checks whether the vector includes the item that is passed in.
incrementBy(a:flash.geom:Vector3D) — Method in class flash.geom.Vector3D
Increments the value of the x, y, and z elements of the current Vector3D object by the values of the x, y, and z elements of a specified Vector3D object.
INCREMENT_SATURATE — Constant static property in class flash.display3D.Context3DStencilAction
Increment the stencil buffer value, clamping at 255, the maximum value.
INCREMENT_WRAP — Constant static property in class flash.display3D.Context3DStencilAction
Increment the stencil buffer value.
indent — Property in class flash.text.TextFormat
Indicates the indentation from the left margin to the first character in the paragraph.
index — Property in class flash.display.ShaderInput
The zero-based index of the input in the shader, indicating the order of the input definitions in the shader.
index — Property in class flash.display.ShaderParameter
The zero-based index of the parameter.
index — Property in class flash.media.Camera
A zero-based index that specifies the position of the camera in the Camera.names array, which lists all available cameras.
index — Property in class flash.media.Microphone
The index of the microphone, as reflected in the array returned by Microphone.names.
IndexBuffer3D — Final class in package flash.display3D
IndexBuffer3D is used to represent lists of vertex indices comprising graphic elements retained by the graphics subsystem.
indexOf(searchElement, fromIndex:int) — Method in class Array
Searches for an item in an array by using strict equality (===) and returns the index position of the item.
indexOf(val:String, startIndex:Number) — Method in class String
Searches the string and returns the position of the first occurrence of val found at or after startIndex within the calling string.
indexOf(searchElement, fromIndex:int) — Method in class Vector
Searches for an item in the Vector and returns the index position of the item.
INDEX_OUT_OF_BOUNDS_ERROR — Constant static property in class flash.globalization.LastOperationStatus
Indicates that an iterator went out of range or an invalid parameter was specified for month, day, or time.
indices — Property in class flash.data.SQLSchemaResult
An array of SQLIndexSchema instances requested in a call to SQLConnection.loadSchema().
indices — Property in class flash.display.GraphicsTrianglePath
A Vector of integers or indexes, where every three indexes define a triangle.
Infinity — Package constant property in Top Level
A special value representing positive Infinity.
-Infinity — Package constant property in Top Level
A special value representing negative Infinity.
inflate(dx:Number, dy:Number) — Method in class flash.geom.Rectangle
Increases the size of the Rectangle object by the specified amounts, in pixels.
inflate() — Method in class flash.utils.ByteArray
Decompresses the byte array using the deflate compression algorithm.
inflatePoint(point:flash.geom:Point) — Method in class flash.geom.Rectangle
Increases the size of the Rectangle object.
info — Property in class flash.events.NetDataEvent
A data object describing the message.
info — Property in class flash.events.NetStatusEvent
An object with properties that describe the object's status or error condition.
info — Property in class flash.net.NetGroup
Returns a NetGroupInfo object whose properties provide Quality of Service statistics about this NetGroup's RTMFP peer-to-peer data transport.
info — Property in class flash.net.NetStream
Returns a NetStreamInfo object whose properties contain statistics about the quality of service.
INFO — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the info button.
INFORMATIONAL — Constant static property in class flash.desktop.NotificationType
Specifies that a notification alert is informational in nature and the user can safely ignore it.
init — Event in class flash.display.LoaderInfo
Dispatched when the properties and methods of a loaded SWF file are accessible and ready for use.
INIT — Constant static property in class flash.events.Event
The Event.INIT constant defines the value of the type property of an init event object.
inner — Property in class flash.filters.DropShadowFilter
Indicates whether or not the shadow is an inner shadow.
inner — Property in class flash.filters.GlowFilter
Specifies whether the glow is an inner glow.
INNER — Constant static property in class flash.filters.BitmapFilterType
Defines the setting that applies a filter to the inner area of an object.
input — Property in class flash.display.ShaderInput
The input data that is used when the shader executes.
input() — Static method in class flash.system.System
Request a string input from the user via the console.
INPUT — Constant static property in class flash.text.TextFieldType
Used to specify an input TextField.
INPUT — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the button for cycling inputs.
inputMode — Static property in class flash.ui.Multitouch
Identifies the multi-touch mode for touch and gesture event handling.
inScopeNamespaces() — Method in class XML
Lists the namespaces for the XML object, based on the object's parent.
insert — Event in class flash.data.SQLConnection
Dispatched when data in any table in any of the connected databases changes as a result of a SQL INSERT command.
INSERT — Constant static property in class flash.events.SQLUpdateEvent
The SQLUpdateEvent.INSERT constant defines the value of the type property of a SQLConnection insert event.
INSERT — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the Insert key (45).
insertAt(index:int, element) — Method in class Array
Insert a single element into an array.
insertAt(index:int, element) — Method in class Vector
Insert a single element into the Vector.
insertBefore(node:flash.xml:XMLNode, before:flash.xml:XMLNode) — Method in class flash.xml.XMLNode
Inserts a new child node into the XML object's child list, before the beforeNode node.
insertChildAfter(child1:Object, child2:Object) — Method in class XML
Inserts the given child2 parameter after the child1 parameter in this XML object and returns the resulting object.
insertChildBefore(child1:Object, child2:Object) — Method in class XML
Inserts the given child2 parameter before the child1 parameter in this XML object and returns the resulting object.
insideCutoff — Property in class flash.text.CSMSettings
The inside cutoff value, above which densities are set to a maximum density value (such as 255).
instanceof — Operator
Evaluates whether an expression's prototype chain includes the prototype object for function.
INSUFFICIENT_WIDTH — Constant static property in class flash.text.engine.TextLineCreationResult
Indicates no line was created because no text could fit in the specified width and fitSomething was not specified in the call to createTextLine().
int — Final class in Top Level
The int class lets you work with the data type representing a 32-bit signed integer.
int(value) — Package function in Top Level
Converts a given numeric value to an integer value.
int(num:Object) — Constructor in class int
Constructor; creates a new int object.
INT — Constant static property in class flash.display.ShaderParameterType
Indicates that the shader parameter is defined as an int value, equivalent to a single int or uint instance in ActionScript.
INT2 — Constant static property in class flash.display.ShaderParameterType
Indicates that the shader parameter is defined as an int2 value, equivalent to an Array of two int or uint instances in ActionScript.
INT3 — Constant static property in class flash.display.ShaderParameterType
Indicates that the shader parameter is defined as an int3 value, equivalent to an Array of three int or uint instances in ActionScript.
INT4 — Constant static property in class flash.display.ShaderParameterType
Indicates that the shader parameter is defined as an int4 value, equivalent to an Array of four int or uint instances in ActionScript.
interactive — Property in class flash.events.FullScreenEvent
Indicates whether the Stage object is in full-screen interactive mode (true) or not (false).
InteractiveIcon — Class in package flash.desktop
The InteractiveIcon class is the base class for the operating system icons associated with applications.
InteractiveObject — Class in package flash.display
The InteractiveObject class is the abstract base class for all display objects with which the user can interact, using the mouse, keyboard, or other user input device.
InteractiveObject() — Constructor in class flash.display.InteractiveObject
Calling the new InteractiveObject() constructor throws an ArgumentError exception.
interface — Statement
Defines an interface.
InterfaceAddress — Class in package flash.net
The InterfaceAddress class reports the properties of a network interface address.
internal — Statement
Specifies that a class, variable, constant or function is available to any caller within the same package.
interpolate(thisMat:flash.geom:Matrix3D, toMat:flash.geom:Matrix3D, percent:Number) — Static method in class flash.geom.Matrix3D
Interpolates the translation, rotation, and scale transformation of one matrix toward those of the target matrix.
interpolate(pt1:flash.geom:Point, pt2:flash.geom:Point, f:Number) — Static method in class flash.geom.Point
Determines a point between two specified points.
interpolateTo(toMat:flash.geom:Matrix3D, percent:Number) — Method in class flash.geom.Matrix3D
Interpolates this matrix towards the translation, rotation, and scale transformations of the target matrix.
interpolateToOutput(thisMat:flash.geom:Matrix3D, toMat:flash.geom:Matrix3D, percent:Number, output:flash.geom:Matrix3D) — Static method in class flash.geom.Matrix3D
Interpolates the translation, rotation, and scale transformation of one matrix toward those of the target matrix.
interpolateToOutput(pt1:flash.geom:Point, pt2:flash.geom:Point, f:Number, output:flash.geom:Point) — Static method in class flash.geom.Point
Determines a point between two specified points.
interpolationMethod — Property in class flash.display.GraphicsGradientFill
A value from the InterpolationMethod class that specifies which value to use.
InterpolationMethod — Final class in package flash.display
The InterpolationMethod class provides values for the interpolationMethod parameter in the Graphics.beginGradientFill() and Graphics.lineGradientStyle() methods.
intersection(toIntersect:flash.geom:Rectangle) — Method in class flash.geom.Rectangle
If the Rectangle object specified in the toIntersect parameter intersects with this Rectangle object, returns the area of intersection as a Rectangle object.
intersectionToOutput(toIntersect:flash.geom:Rectangle, output:flash.geom:Rectangle) — Method in class flash.geom.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(toIntersect:flash.geom:Rectangle) — Method in class flash.geom.Rectangle
Determines whether the object specified in the toIntersect parameter intersects with this Rectangle object.
inTransaction — Property in class flash.data.SQLConnection
Indicates whether this connection is currently involved in a transaction.
INVALID — Constant static property in class flash.security.CertificateStatus
An invalid certificate.
INVALID — Constant static property in class flash.security.SignatureStatus
Invalid status.
INVALID — Constant static property in class flash.text.engine.TextLineValidity
Specifies that the line is invalid.
invalidate() — Method in class flash.display.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 — Constant static property in class flash.globalization.LastOperationStatus
Indicates that a given attribute value is out of the expected range.
INVALID_CHAIN — Constant static property in class flash.security.CertificateStatus
A root or intermediate certificate in this certificate's chain is invalid.
INVALID_CHAR_FOUND — Constant static property in class flash.globalization.LastOperationStatus
Indicates that invalid Unicode value was found.
InvalidSWFError — Dynamic class in package flash.errors
Flash Player throws this exception when it encounters a corrupted SWF file.
invert() — Method in class flash.geom.Matrix
Performs the opposite transformation of the original matrix.
invert() — Method in class flash.geom.Matrix3D
Inverts the current matrix.
INVERT — Constant static property in class flash.display.BlendMode
Inverts the background.
INVERT — Constant static property in class flash.display3D.Context3DStencilAction
Invert the stencil buffer value, bitwise.
invoke — Event in class flash.desktop.NativeApplication
Dispatched when an application is invoked.
INVOKE — Constant static property in class flash.events.InvokeEvent
The InvokeEvent.INVOKE constant defines the value of the type property of an InvokeEvent object.
InvokeEvent — Class in package flash.events
The NativeApplication object of an AIR application dispatches an invoke event when the application is invoked.
InvokeEvent(type:String, bubbles:Boolean, cancelable:Boolean, dir:flash.filesystem:File, argv:Array, reason:String) — Constructor in class flash.events.InvokeEvent
The constructor function for the InvokeEvent class.
InvokeEventReason — Final class in package flash.desktop
The InvokeEventReason class enumerates values returned by the reason property of an InvokeEvent object.
ioError — Event in class air.net.WebSocket
Dispatched if there is a connection error when trying to open a WebSocket connection.
ioError — Event in class air.system.License
Dispatched when an input/output error occurs that causes the License.checkDetailsOneline() operation to fail.
ioError — Event in class flash.display.LoaderInfo
Dispatched when an input or output error occurs that causes a load operation to fail.
ioError — Event in class flash.filesystem.File
Dispatched when an error occurs during an asynchronous file operation.
ioError — Event in class flash.filesystem.FileStream
Indicates that an error occurred during an asynchronous file I/O operation.
ioError — Event in class flash.media.MediaPromise
A MediaPromise object dispatches an ioError event when an error is encountered while reading the underlying data stream.
ioError — Event in class flash.media.Sound
Dispatched when an input/output error occurs that causes a load operation to fail.
ioError — Event in class flash.net.DatagramSocket
Dispatched when this socket receives an I/O error.
ioError — Event in class flash.net.FileReference
Dispatched when the upload or download fails.
ioError — Event in class flash.net.NetConnection
Dispatched when an input or output error occurs that causes a network operation to fail.
ioError — Event in class flash.net.NetStream
Dispatched when an input or output error occurs that causes a network operation to fail.
ioError — Event in class flash.net.SecureSocket
Dispatched when an input or output error occurs that causes a send or receive operation to fail.
ioError — Event in class flash.net.Socket
Dispatched when an input/output error occurs that causes a send or load operation to fail.
ioError — Event in class flash.net.URLLoader
Dispatched if a call to URLLoader.load() results in a fatal error that terminates the download.
ioError — Event in class flash.net.URLStream
Dispatched when an input/output error occurs that causes a load operation to fail.
ioError — Event in class flash.net.XMLSocket
Dispatched when an input/output error occurs that causes a send or receive operation to fail.
ioError — Event in class flash.system.SystemUpdater
Dispatched when an I/O error occurs.
IO_ERROR — Constant static property in class flash.events.IOErrorEvent
Defines the value of the type property of an ioError event object.
IOErrorEvent — Class in package flash.events
An IOErrorEvent object is dispatched when an error causes input or output operations to fail.
IOErrorEvent(type:String, bubbles:Boolean, cancelable:Boolean, text:String, id:int) — Constructor in class flash.events.IOErrorEvent
Creates an Event object that contains specific information about ioError events.
ipMulticastMemberUpdatesEnabled — Property in class flash.net.GroupSpecifier
Specifies whether information about group membership can be exchanged on IP multicast sockets.
IPV4 — Constant static property in class flash.net.IPVersion
An Internet Protocol version 4 (IPv4) address.
IPV6 — Constant static property in class flash.net.IPVersion
An Internet Protocol version 6 (IPv6) address.
ipVersion — Property in class flash.net.InterfaceAddress
The IP address type (IPv4 or IPv6).
IPVersion — Final class in package flash.net
The IPVersion class defines constants representing the different families of IP addresses.
is — Operator
Evaluates whether an object is compatible with a specific data type, class, or interface.
isAccessible() — Static method in class flash.ui.Keyboard
Specifies whether the last key pressed is accessible by other SWF files.
isActive — Property in class flash.desktop.NativeApplication
Is the application currently active (having operating system focus).
isAnonymous — Property in class flash.events.DRMStatusEvent
Indicates whether the content, protected with digital rights management (DRM) encryption, is available without requiring a user to provide authentication credentials.
isAsync — Property in interface flash.desktop.IFilePromise
Indicates whether asynchronous data transfer is supported.
isAsync — Property in class flash.media.MediaPromise
Reports whether the underlying data source is asynchronous or synchronous.
isAttribute(name) — Method in class flash.utils.Proxy
isAvailableOffline — Property in class flash.events.DRMStatusEvent
Indicates whether the content, protected with digital rights management (DRM) encryption, is available offline.
isBuffering — Property in class flash.media.Sound
Returns the buffering state of external MP3 files.
isColor — Property in class flash.printing.PrintJob
Indicates whether the currently selected printer at the current print settings prints using color (true) or grayscale (false).
isCompiledAOT — Property in class flash.desktop.NativeApplication
Specifies whether the application is compiled or interpreted for the desired platform.
isDebugger — Static property in class flash.system.Capabilities
Specifies whether the system is a special debugging version (true) or an officially released version (false).
isDefaultPrevented() — Method in class flash.events.Event
Checks whether the preventDefault() method has been called on the event.
isDeviceFontCompatible(fontName:String, fontWeight:String, fontPosture:String) — Static method in class flash.text.engine.FontDescription
Returns true if a usable device font is available with the specified fontName, fontWeight, and fontPosture.
isDirectory — Property in class flash.filesystem.File
Indicates whether the reference is to a directory.
isDragging — Static property in class flash.desktop.NativeDragManager
Reports whether a drag operation is currently in progress.
isDynamic — Property in class flash.external.ExtensionInfo
A Boolean value indicating whether the extension is a 'dynamically loaded' ANE or not.
ISearchableText — Interface in package flash.accessibility
The ISearchableText interface can be implemented by objects that contain text which should be searchable on the web.
isEmbeddedInAcrobat — Static property in class flash.system.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 in class Array
Checks whether the array is empty.
isEmpty() — Method in class Vector
Checks whether the vector is empty.
isEmpty() — Method in class flash.geom.Rectangle
Determines whether or not this Rectangle object is empty.
isExtensionAvailable(packageName:String) — Static method in class flash.external.HostObject
Check for the availability of a certain object model extension.
isFinite(num) — Package function in Top Level
Returns true if the value is a finite number, or false if the value is Infinity or -Infinity.
isFocusInaccessible() — Method in class flash.display.Stage
Determines whether the Stage.focus property returns null for security reasons.
isFontCompatible(fontName:String, fontStyle:String) — Static method in class flash.text.TextField
Returns true if an embedded font is available with the specified fontName and fontStyle where Font.fontType is flash.text.FontType.EMBEDDED.
isFontCompatible(fontName:String, fontWeight:String, fontPosture:String) — Static method in class flash.text.engine.FontDescription
Returns true if an embedded font is available with the specified fontName, fontWeight, and fontPosture where Font.fontType is flash.text.FontType.EMBEDDED_CFF.
isHidden — Property in class flash.filesystem.File
Indicates whether the referenced file or directory is "hidden." The value is true if the referenced file or directory is hidden, false otherwise.
isHistoryBackEnabled — Property in class flash.media.StageWebView
Reports whether there is a previous page in the browsing history.
isHistoryForwardEnabled — Property in class flash.media.StageWebView
Reports whether there is a next page in the browsing history.
isHTTPS — Property in class flash.events.BrowserInvokeEvent
Whether the content in the browser uses the HTTPS URL scheme (true) or not (false).
ISimpleTextSelection — Interface in package flash.accessibility
The ISimpleTextSelection class can be used to add support for the MSAA ISimpleTextSelection interface to an AccessibilityImplementation.
isLabeledBy(labelBounds:flash.geom:Rectangle) — Method in class flash.accessibility.AccessibilityImplementation
Returns true or false to indicate whether a text object having a bounding box specified by a x, y, width, and height should be considered a label for the component that this AccessibilityImplementation represents.
isLive — Property in class flash.net.NetStreamInfo
Whether the media being played is recorded or live.
isLoaded — Property in class flash.external.ExtensionInfo
A Boolean value indicating whether the extension has been loaded or not.
isLocal — Property in class flash.events.DRMStatusEvent
Indicates whether the voucher is cached in the local voucher store.
isMouseTargetInaccessible — Property in class flash.events.ContextMenuEvent
Indicates whether the mouseTarget property was set to null for security reasons.
isNaN(num) — Package function in Top Level
Returns true if the value is NaN(not a number).
isPackage — Property in class flash.filesystem.File
Indicates whether the referenced directory is a package.
isPerUser — Property in class flash.net.LocalConnection
Indicates whether the LocalConnection object is scoped to the current user (true) or is globally accessible to all users on the computer (false).
isPlaying — Property in class flash.display.MovieClip
A Boolean value that indicates whether a movie clip is curently playing.
isPost — Property in class flash.html.HTMLHistoryItem
Indicates whether the HTML page includes POST data.
isPrimaryTouchPoint — Property in class flash.events.TouchEvent
Indicates whether the first point of contact is mapped to mouse events.
isPrimordial — Property in class flash.system.Worker
Indicates whether this worker is the primordial worker.
isPrototypeOf(theClass:Object) — Method in class Object
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
isRelatedObjectInaccessible — Property in class flash.events.FocusEvent
If true, the relatedObject property is set to null for reasons related to security sandboxes.
isRelatedObjectInaccessible — Property in class flash.events.MouseEvent
If true, the relatedObject property is set to null for reasons related to security sandboxes.
isRelatedObjectInaccessible — Property in class flash.events.TouchEvent
If true, the relatedObject property is set to null for reasons related to security sandboxes.
isRemovable — Property in class flash.filesystem.StorageVolume
Whether the operating system considers the storage volume to be removable (true) or not (false).
isRightToLeft() — Method in class flash.globalization.LocaleID
Specifies whtehr the text direction for the specified locale is right to left.
isSeparator — Property in class flash.display.NativeMenuItem
Reports whether this item is a menu separator line.
isSetAsDefaultApplication(extension:String) — Method in class flash.desktop.NativeApplication
Specifies whether this application is currently the default application for opening files with the specified extension.
issuer — Property in class flash.security.X509Certificate
Provides the issuer's Distinguished Name (DN).
issuerUniqueID — Property in class flash.security.X509Certificate
Provides the issuer's unique identifier.
isSupported — Static property in class flash.concurrent.Condition
Indicates whether the Condition class is supported for the current platform.
isSupported — Static property in class flash.concurrent.Mutex
Indicates whether the use of the Mutex class is supported for the current platform.
isSupported — Static property in class flash.data.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 — Static property in class flash.data.SQLConnection
Indicates whether SQLConnection class is supported on the current platform or not.
isSupported — Static property in class flash.desktop.NativeDragManager
The isSupported property is set to true if the NativeDragManager class is supported on the current platform, otherwise it is set to false.
isSupported — Static property in class flash.desktop.NativeProcess
Indicates if running native processes is supported in the current profile.
isSupported — Static property in class flash.desktop.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 — Static property in class flash.display.NativeMenu
Indicates whether any form of native menu is supported on the client system.
isSupported — Static property in class flash.display.NativeWindow
Indicates whether native windows are supported on the client system.
isSupported — Static property in class flash.filesystem.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 — Static property in class flash.html.HTMLLoader
isSupported — Static property in class flash.media.AudioDeviceManager
Whether AudioDeviceManager is enabled.
isSupported — Static property in class flash.media.Camera
The isSupported property is set to true if the Camera class is supported on the current platform, otherwise it is set to false.
isSupported — Static property in class flash.media.CameraUI
Reports whether the CameraUI class is supported on the current device.
isSupported — Static property in class flash.media.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 — Static property in class flash.media.StageWebView
Reports whether the StageWebView class is supported on the current device.
isSupported — Static property in class flash.net.DatagramSocket
Indicates whether or not DatagramSocket features are supported in the run-time environment.
isSupported — Static property in class flash.net.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 — Static property in class flash.net.NetworkInfo
Indicates whether access to network interface information is supported on the client system.
isSupported — Static property in class flash.net.SecureSocket
Indicates whether secure sockets are supported on the current system.
isSupported — Static property in class flash.net.ServerSocket
Indicates whether or not ServerSocket features are supported in the run-time environment.
isSupported — Static property in class flash.net.dns.DNSResolver
Indicates whether DNS lookups are supported on the client system.
isSupported — Static property in class flash.net.drm.DRMManager
The isSupported property is set to true if the DRMManager class is supported on the current platform, otherwise it is set to false.
isSupported — Static property in class flash.printing.PrintJob
Indicates whether the PrintJob class is supported on the current platform (true) or not (false).
isSupported — Static property in class flash.security.XMLSignatureValidator
The isSupported property is set to true if the XMLSignatureValidator class is supported on the current platform, otherwise it is set to false.
isSupported — Static property in class flash.sensors.Accelerometer
The isSupported property is set to true if the accelerometer sensor is available on the device, otherwise it is set to false.
isSupported — Static property in class flash.sensors.DeviceRotation
The isSupported property is set to true if the accelerometer and gyroscope sensors are available on the device, otherwise it is set to false.
isSupported — Static property in class flash.sensors.Geolocation
Whether a location sensor is available on the device (true); otherwise false.
isSupported — Static property in class flash.system.IME
The isSupported property is set to true if the IME class is available on the current platform, otherwise it is set to false.
isSupported — Static property in class flash.system.Worker
Indicates whether the current runtime context supports the use of Worker objects for concurrent code execution.
isSupported — Static property in class flash.system.WorkerDomain
Indicates whether the current runtime context supports the WorkerDomain and Worker objects for concurrent code execution.
isSupported — Static property in class flash.ui.ContextMenu
The isSupported property is set to true if the ContextMenu class is supported on the current platform, otherwise it is set to false.
isSupported — Static property in class flash.ui.GameInput
Indicates whether the current platform supports the GameInput API.
isSymbolicLink — Property in class flash.filesystem.File
Indicates whether the reference is a symbolic link.
isToolButtonDown(index:int) — Method in class flash.events.TouchEvent
Reports that the hardware button at the specified index is pressed.
isTouchPointCanceled — Property in class flash.events.TouchEvent
Reports that this touch input sequence was canceled by the operating system.
isURLInaccessible — Property in class flash.display.LoaderInfo
Indicates if the LoaderInfo.url property has been truncated.
isURLInaccessible — Property in class flash.media.Sound
Indicates if the Sound.url property has been truncated.
isUserEvent — Property in class flash.events.BrowserInvokeEvent
Whether the browser invocation resulted in a user event (such as a mouse click).
isValid — Property in class air.system.License
Validity of the license.
isValid(obj:flash.external:HostObject) — Static method in class flash.external.HostObject
Check whether this HostObject wrapper object still is connected to its host counterpart.
isVoiceDetected — Property in class flash.media.MicrophoneEnhancedOptions
Indicates whether the Microphone input detected a voice.
isWritable — Property in class flash.filesystem.StorageVolume
Whether a volume is writable (true) or not (false).
isXMLName(str) — Package function in Top Level
Determines whether the specified string is a valid name for an XML element or attribute.
italic — Property in class flash.text.TextFormat
Indicates whether text in this text format is italicized.
ITALIC — Constant static property in class flash.text.FontStyle
Defines the italic style of a font for the fontStyle parameter in the setAdvancedAntiAliasingTable() method.
ITALIC — Constant static property in class flash.text.engine.FontPosture
Used to indicate italic font posture.
itemClass — Property in class flash.data.SQLStatement
Indicates a class (data type) that is used for each row returned as a result of the statement's execution.
items — Property in class flash.display.NativeMenu
The array of NativeMenuItem objects in this menu.
items — Property in class flash.ui.ContextMenu
The array of custom items in this menu.
IURIDereferencer — Interface in package flash.security
IURIDereferencer defines an interface for objects that resolve URIs in an XML signature.
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