| 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 |
| IBEAM — Constant Static Property, class flash.ui.MouseCursor |
| Used to specify that the I-beam cursor should be used. |
| IBitmapDrawable — Interface, 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. |
| id — Constant Property, class flash.sampler.DeleteObjectSample |
| The unique identification number that matches up with a NewObjectSample's identification number. |
| id — Constant Property, class flash.sampler.NewObjectSample |
| The unique identification number that matches up with a DeleteObjectSample's identification number. |
| id3 — Event, class flash.media.Sound |
| Dispatched by a Sound object when ID3 data is available for an MP3 sound. |
| id3 — Property, class flash.media.Sound |
| Provides access to the metadata that is part of an MP3 file. |
| ID3 — Constant Static Property, class flash.events.Event |
| Defines the value of the type property of an id3 event object. |
| ID3Info — final dynamic class, package flash.media |
| The ID3Info class contains properties that reflect ID3 metadata. |
| IDataInput — Interface, package flash.utils |
| The IDataInput interface provides a set of methods for reading binary data. |
| IDataOutput — Interface, package flash.utils |
| The IDataOutput interface provides a set of methods for writing binary data. |
| identity() — method, class flash.geom.Matrix |
| Sets each matrix property to a value that causes a null transformation. |
| identity() — method, class flash.geom.Matrix3D |
| Converts the current matrix to an identity or unit matrix. |
| IDEOGRAPHIC_BOTTOM — Constant Static Property, class flash.text.engine.TextBaseline |
| Specifies an ideographic bottom baseline. |
| IDEOGRAPHIC_CENTER — Constant Static Property, class flash.text.engine.TextBaseline |
| Specifies an ideographic center baseline. |
| IDEOGRAPHIC_TOP — Constant Static Property, class flash.text.engine.TextBaseline |
| Specifies an ideographic top baseline. |
| idMap — Property, class flash.xml.XMLDocument |
| An Object containing the nodes of the XML that have an id attribute assigned. |
| IDynamicPropertyOutput — Interface, package flash.net |
| This interface controls the serialization of dynamic properties of dynamic objects. |
| IDynamicPropertyWriter — Interface, package flash.net |
| This interface is used with the IDynamicPropertyOutput interface to control
the serialization of dynamic properties of dynamic objects. |
| IEventDispatcher — Interface, 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, 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. |
| IGNORE — Constant Static Property, class flash.filters.DisplacementMapFilterMode |
| If the displacement value is out of range, ignores the displacement and uses the source pixel. |
| ignoreCase — Property, class RegExp |
| Specifies whether the regular expression ignores case sensitivity. |
| ignoreComments — Static Property, class XML |
| Determines whether XML comments are ignored
when XML objects parse the source XML data. |
| ignoreProcessingInstructions — Static Property, class XML |
| Determines whether XML
processing instructions are ignored when XML objects parse the source XML data. |
| ignoreWhite — Property, class flash.xml.XMLDocument |
| When set to true, text nodes that contain only white space are discarded during the parsing process. |
| ignoreWhitespace — Static Property, class XML |
| Determines whether white space characters
at the beginning and end of text nodes are ignored during parsing. |
| IGraphicsData — Interface, 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, 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, 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, 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. |
| IllegalOperationError — Dynamic Class, 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, class flash.errors.IllegalOperationError |
| Creates a new IllegalOperationError object. |
| ime — Static Property, class flash.system.System |
| The currently installed system IME. |
| IME — final class, 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, 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, class flash.events.IMEEvent |
| Defines the value of the type property of an imeComposition event object. |
| IMEConversionMode — final class, package flash.system |
| This class contains constants for use with the IME.conversionMode
property. |
| IMEEvent — class, 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, class flash.events.IMEEvent |
| Creates an Event object with specific information 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 a property is part of a specific object. |
| include — Statement |
| Includes the contents of the specified file, as if the commands in the file are part of the calling script. |
| incrementBy(a:flash.geom:Vector3D) — method, 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. |
| indent — Property, class flash.text.TextFormat |
| Indicates the indentation from the left
margin to the first character in the paragraph. |
| index — Property, 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, class flash.display.ShaderParameter |
| The zero-based index of the parameter. |
| index — Property, class flash.media.Camera |
| A zero-based integer that specifies the index of the camera, as reflected in
the array returned by the names property. |
| index — Property, class flash.media.Microphone |
| The index of the microphone, as reflected in the array returned by
Microphone.names. |
| indexOf(searchElement, fromIndex:int) — method, 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, 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:T, fromIndex:int) — method, class Vector |
| Searches for an item in the Vector and returns the index position of the item. |
| indices — Property, class flash.display.GraphicsTrianglePath |
| A Vector of integers or indexes, where every three indexes define a triangle. |
| Infinity — Package Constant Property, Top Level |
| A special value representing positive Infinity. |
| -Infinity — Package Constant Property, Top Level |
| A special value representing negative Infinity. |
| inflate(dx:Number, dy:Number) — method, class flash.geom.Rectangle |
| Increases the size of the Rectangle object by the specified amounts, in pixels. |
| inflate() — method, class flash.utils.ByteArray |
| Decompresses the byte array. |
| inflatePoint(point:flash.geom:Point) — method, class flash.geom.Rectangle |
| Increases the size of the Rectangle object. |
| info — Property, class flash.events.NetStatusEvent |
| An object with properties that describe the object's status or error condition. |
| info — Property, class flash.net.NetStream |
| Returns a NetStreamInfo object whose properties contain statistics about the quality of service. |
| init — Event, 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, class flash.events.Event |
| Defines the value of the type property of an init event object. |
| inner — Property, class flash.filters.DropShadowFilter |
| Indicates whether or not the shadow is an inner shadow. |
| inner — Property, class flash.filters.GlowFilter |
| Specifies whether the glow is an inner glow. |
| INNER — Constant Static Property, class flash.filters.BitmapFilterType |
| Defines the setting that applies a filter to the inner area of an object. |
| input — Property, class flash.display.ShaderInput |
| The input data that is used when the shader executes. |
| INPUT — Constant Static Property, class flash.text.TextFieldType |
| Used to specify an input TextField. |
| inScopeNamespaces() — method, class XML |
| Lists the namespaces for the XML object, based on the object's parent. |
| INSERT — Constant Static Property, 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, 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, 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, class XML |
| Inserts the given child2 parameter before the child1 parameter
in this XML object and returns the resulting object. |
| insideCutoff — Property, 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 , class adobe.utils.CustomActions |
| Installs a new custom action XML definition file indicated by the
name parameter. |
| instanceof — Operator |
| Evaluates whether an expression's prototype chain includes the prototype object for function. |
| INSUFFICIENT_WIDTH — Constant Static Property, 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, Top Level |
| The int class lets you work with the data type representing a 32-bit signed integer. |
| int(value:Number) — Package Function, Top Level |
| Converts a given numeric value to an integer value. |
| int(num:Object) — Constructor, class int |
| Constructor; creates a new int object. |
| INT — Constant Static Property, 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, 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, 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, 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. |
| InteractiveObject — class, package flash.display |
| The InteractiveObject class is the abstract base class for all display objects with which the user can
interact, using the mouse and keyboard. |
| InteractiveObject() — Constructor, class flash.display.InteractiveObject |
| Calling the new InteractiveObject() constructor
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(thisMat:flash.geom:Matrix3D, toMat:flash.geom:Matrix3D, percent:Number) — Static Method , class flash.geom.Matrix3D |
| Simplifies the interpolation from one frame of reference to another by interpolating a display object
a percent point closer to a target display object. |
| interpolate(pt1:flash.geom:Point, pt2:flash.geom:Point, f:Number) — Static Method , class flash.geom.Point |
| Determines a point between two specified points. |
| interpolateTo(toMat:flash.geom:Matrix3D, percent:Number) — method, class flash.geom.Matrix3D |
| Interpolates the display object's matrix a percent closer to a target's matrix. |
| interpolationMethod — Property, class flash.display.GraphicsGradientFill |
| A value from the InterpolationMethod class that
specifies which value to use. |
| InterpolationMethod — final class, 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, 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, class flash.geom.Rectangle |
| Determines whether the object specified in the toIntersect parameter intersects
with this Rectangle object. |
| INVALID — Constant Static Property, class flash.text.engine.TextLineValidity |
| Specifies that the line is invalid. |
| invalidate() — method, class flash.display.Stage |
| Calling the invalidate() method signals Flash Player 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). |
| InvalidSWFError — Dynamic Class, package flash.errors |
| Flash Player throws this exception when it encounters a corrupted SWF file. |
| invert() — method, class flash.geom.Matrix |
| Performs the opposite transformation
of the original matrix. |
| invert() — method, class flash.geom.Matrix3D |
| Inverts the current matrix. |
| INVERT — Constant Static Property, class flash.display.BlendMode |
| Inverts the background. |
| ioError — Event, class flash.display.LoaderInfo |
| Dispatched when an input or output error occurs that causes a load operation to fail. |
| ioError — Event, class flash.media.Sound |
| Dispatched when an input/output error occurs that causes a load operation to fail. |
| ioError — Event, class flash.net.FileReference |
| Dispatched when a file load, save, upload or download operation fails for one of the following reasons:
An input/output error occurs while the player is reading, writing, or transmitting the file.
The SWF fileAIR application
tries to upload a file to a server that requires authentication
(such as a user name and password). |
| ioError — Event, class flash.net.NetConnection |
| Dispatched when an input or output error occurs that causes a network operation to fail. |
| ioError — Event, class flash.net.NetStream |
| Dispatched when an input or output error occurs that causes a network operation to fail. |
| ioError — Event, class flash.net.Socket |
| Dispatched when an input/output error occurs that causes a send or load operation to fail. |
| ioError — Event, class flash.net.URLLoader |
| Dispatched if a call to URLLoader.load()
results in a fatal error that terminates the download. |
| ioError — Event, class flash.net.URLStream |
| Dispatched when an input/output error occurs that causes a load operation to fail. |
| ioError — Event, class flash.net.XMLSocket |
| Dispatched when an input/output error occurs that causes a send or receive operation to fail. |
| IOError — Dynamic Class, package flash.errors |
| The IOError exception is thrown when some type of input or output failure occurs. |
| IOError(message:String) — Constructor, class flash.errors.IOError |
| Creates a new IOError object. |
| IO_ERROR — Constant Static Property, class flash.events.IOErrorEvent |
| Defines the value of the type property of an ioError event object. |
| IOErrorEvent — class, package flash.events |
| Flash® Player dispatches an IOErrorEvent object when an error causes a send or load operation to fail. |
| IOErrorEvent(type:String, bubbles:Boolean, cancelable:Boolean, text:String) — Constructor, class flash.events.IOErrorEvent |
| Creates an Event object that contains specific information about ioError events. |
| is — Operator |
| Evaluates whether an object is compatible with a specific data type, class, or interface. |
| isAccessible() — Static Method , class flash.ui.Keyboard |
| Specifies whether the last key pressed is accessible by other SWF files. |
| isAttribute(name) — method, class flash.utils.Proxy |
| Checks whether a supplied QName is also marked as an attribute. |
| isBuffering — Property, class flash.media.Sound |
| Returns the buffering state of external MP3 files. |
| isDebugger — Static Property, class flash.system.Capabilities |
| Specifies whether the player is a special debugging version
(true), or an officially released version (false). |
| isDefaultPrevented() — method, class flash.events.Event |
| Checks whether preventDefault() has been called on the event. |
| isEmbeddedInAcrobat — Static Property, class flash.system.Capabilities |
| Specifies whether the player is embedded in a PDF file that is open in Acrobat 9.0 or higher
(true) or not (false). |
| isEmpty() — method, class flash.geom.Rectangle |
| Determines whether or not this Rectangle object is empty. |
| isFinite(num:Number) — Package Function, Top Level |
| Returns true if the value is a finite number,
or false if the value is Infinity or -Infinity. |
| isFocusInaccessible() — method, class flash.display.Stage |
| Determines whether the Stage.focus property returns null for
security reasons. |
| isFontCompatible(fontName:String, fontStyle:String) — Static Method , 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 , 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. |
| isGetterSetter(obj:Object, qname:QName) — Package Function, flash.sampler |
| Checks to see if a property is defined by a get/set function. |
| isMouseTargetInaccessible — Property, class flash.events.ContextMenuEvent |
| If true, the mouseTarget property is set to null for
reasons related to security sandboxes. |
| isNaN(num:Number) — Package Function, Top Level |
| Returns true if the value is NaN(not a number). |
| isPrototypeOf(theClass:Object) — method, class Object |
| Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. |
| isRelatedObjectInaccessible — Property, class flash.events.FocusEvent |
| If true, the relatedObject property is set to null for
reasons related to security sandboxes. |
| isRelatedObjectInaccessible — Property, class flash.events.MouseEvent |
| If true, the relatedObject property is set to null for
reasons related to security sandboxes. |
| isXMLName(str:String) — Package Function, Top Level |
| Determines whether the specified string is a valid name for an XML element or attribute. |
| italic — Property, class flash.text.TextFormat |
| Indicates whether text in this text format is italicized. |
| ITALIC — Constant Static Property, class flash.text.FontStyle |
| Defines the italic style of a font for the fontStyle parameter in the setAdvancedAntiAliasingTable() method. |
| ITALIC — Constant Static Property, class flash.text.engine.FontPosture |
| Used to indicate italic font posture. |
|
| 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 |