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  
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.
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
Dispatched by a Sound object when ID3 data is available for an MP3 sound.
ID3Info — Final dynamic class in package flash.media
A class that 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.
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
IDynamicPropertyWriter — Interface in package flash.net
IEventDispatcher — Interface in package flash.events
The IEventDispatcher interface defines methods to add or remove event listeners, check whether specific types of event listeners are registered, and dispatch events.
IExternalizable — Interface in package flash.utils
The identity of the class of an IExternalizable instance is written in the serialization stream.
if — Statement
Evaluates a condition and executes a statement if true.
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.
ignoreComments — Static property in class XML
Determines whether XML comments are ignored when XML objects parse the source XML data.
ignoreProcessingInstructions — Static property in class XML
Determines whether XML processing instructions are ignored when XML objects parse the source XML data.
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.
IllegalOperationError — Dynamic class in package flash.errors
The IllegalOperationError exception is thrown when a method is not implemented or the implementation doesn't cover the current usage.
IllegalOperationError(message:String) — Constructor in class flash.errors.IllegalOperationError
Creates a new IllegalOperationError object.
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 Player application that is running on a client computer.
imeComposition — Event in class flash.system.IME
Flash Player dispatches the imeComposition event 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
Flash Player dispatches the imeComposition event when a user has completed an input method editor (IME) composition and the reading string is available.
IMEConversionMode — Final class in package flash.system
This class contains constants for use with the IME.conversionMode property.
IMEEvent — Class in package flash.events
Flash Player dispatches IMEEvent objects when a user enters text using an input method editor (IME).
IMEEvent(type:String, bubbles:Boolean, cancelable:Boolean, text:String) — Constructor in class flash.events.IMEEvent
Creates an Event object with specific information that is relevant to IME events.
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 an object contains a specific property.
include — Statement
Includes the contents of the specified file, as if the commands in the file are part of the calling script.
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.media.Camera
A zero-based integer that specifies the index of the camera, as reflected in the array returned by names.
index — Property in class flash.media.Microphone
A zero-based integer that specifies the index of the microphone, as reflected in the array returned by Microphone.names.
indexOf(searchElement, fromIndex:int) — Method in class Array
Searches for an item in an array 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 value found at or after startIndex within the calling string.
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.
inflatePoint(point:flash.geom:Point) — Method in class flash.geom.Rectangle
Increases the size of the Rectangle object.
info — Property in class flash.events.NetStatusEvent
An object with properties that describe the object's status.
init — Event in class flash.display.LoaderInfo
Dispatched by a LoaderInfo object when the properties and methods of a loaded SWF file are accessible.
INIT — Constant static property in class flash.events.Event
Dispatched by a LoaderInfo object when the properties and methods of a loaded SWF file are accessible.
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 — Constant static property in class flash.text.TextFieldType
Used to specify an input TextField.
inScopeNamespaces() — Method in class XML
Lists the namespaces for the XML object, based on the object's parent.
INSERT — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the Insert key (45).
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).
installActions(name:String, data:String) — Static method in class adobe.utils.CustomActions
Installs a new custom action XML definition file indicated by the name parameter.
instanceof — Operator
Evaluates whether an object's prototype chain includes the prototype object of the specified function.
int — Final class in Top Level
A 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.
InteractiveObject — Class in package flash.display
The InteractiveObject class is the abstract base class for all display objects with which you can interact: mouse, keyboard, and focus.
InteractiveObject() — Constructor in class flash.display.InteractiveObject
Calling the new InteractiveObject() constructor function throws an ArgumentError exception.
interface — Statement
Defines an interface.
internal — Statement
Specifies that a class, variable, constant or function is available to any caller within the same package.
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.
InterpolationMethod — Final class in package flash.display
A class that 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, the intersection() method 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.
invalidate() — Method in class flash.display.Stage
Calling the invalidate() method signals Flash Player to update properties of display objects on the next opportunity it has to refresh the Stage (for example, when the playhead advances to a new frame).
InvalidSWFError — Dynamic class in package flash.errors
invert() — Method in class flash.geom.Matrix
Performs the opposite transformation of the original matrix.
INVERT — Constant static property in class flash.display.BlendMode
Inverts the background.
ioError — Event in class flash.display.LoaderInfo
Flash Player dispatches the ioError event when an input/output error occurs that causes a send or load operation to fail.
ioError — Event in class flash.media.Sound
Flash Player dispatches the ioError event when an input/output error occurs that causes a send or load operation to fail.
ioError — Event in class flash.net.FileReference
Occurs when the upload or download fails for one of several reasons.
ioError — Event in class flash.net.NetConnection
Flash Player dispatches the ioError event when an input/output error occurs that causes a send or load operation to fail.
ioError — Event in class flash.net.NetStream
Flash Player dispatches the ioError event when an input/output error occurs that causes a send or load operation to fail.
ioError — Event in class flash.net.Socket
Flash Player dispatches the ioError event when an input/output error occurs that causes a send or load operation to fail.
ioError — Event in class flash.net.URLLoader
Flash Player dispatches the ioError event if a call to URLLoader.load() results in a fatal error that terminates the download.
ioError — Event in class flash.net.URLStream
Flash Player dispatches the ioError event when an input/output error occurs that causes a send or load operation to fail.
ioError — Event in class flash.net.XMLSocket
Flash Player dispatches the ioError event when an input/output error occurs that causes a send or load operation to fail.
IOError — Dynamic class in package flash.errors
The IOError exception is thrown when some type of input or output failure occurs.
IOError(message:String) — Constructor in class flash.errors.IOError
Creates a new IOError object.
IO_ERROR — Constant static property in class flash.events.IOErrorEvent
Flash Player dispatches the ioError event when an input/output error occurs that causes a send or load operation to fail.
IOErrorEvent — Class in package flash.events
Dispatched when an error causes a send or load operation to fail.
IOErrorEvent(type:String, bubbles:Boolean, cancelable:Boolean, text:String) — Constructor in class flash.events.IOErrorEvent
Creates an Event object that contains specific information about ioError events.
is — Operator
Evaluates whether a variable 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.
isAttribute(name) — Method in class flash.utils.Proxy
Returns true if name is a QName that is also marked as an attribute.
isBuffering — Property in class flash.media.Sound
Returns the buffering state of external MP3 files.
isDebugger — Static property in class flash.system.Capabilities
Specifies whether the player is a special debugging version (true), or an officially released version (false).
isDefaultPrevented() — Method in class flash.events.Event
This method checks whether preventDefault() has been called on the event and returns true if preventDefault() has been called and false otherwise.
isEmpty() — Method in class flash.geom.Rectangle
Determines whether or not this Rectangle object is empty.
isFinite(num) — Package function in Top Level
Returns true if it is a finite number or false if it is Infinity or -Infinity.
isFocusInaccessible() — Method in class flash.display.Stage
Determines whether the Stage.focus property returns null for security reasons.
isNaN(num) — Package function in Top Level
Returns true if the value is NaN(not a number).
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.
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.
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