| 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 |
| name — Property in class Error |
|
Contains the name of the Error object. |
| name() — Method in class XML |
|
Gives the qualified name for the XML object. |
| name — Property in class flash.accessibility.AccessibilityProperties |
|
Provides a name for this display object in the accessible presentation. |
| name — Property in class flash.display.DisplayObject |
|
Indicates the instance name of the DisplayObject. |
| name — Property in class flash.display.FrameLabel |
|
The name of the label. |
| name — Property in class flash.display.Scene |
|
The name of the scene. |
| name — Property in class flash.media.Camera |
|
A string that specifies the name of the current camera, as returned by the camera hardware. |
| name — Property in class flash.media.Microphone |
|
A string that specifies the name of the current sound capture device, as returned by the sound capture hardware. |
| name — Property in class flash.net.FileReference |
|
The name of the file on the local disk. |
| name — Property in class flash.net.URLRequestHeader |
|
An HTTP request header name (such as Content-Type or SOAPAction). |
| names — Static property in class flash.media.Camera |
|
Retrieves an array of strings reflecting the names of all available cameras
without displaying the Flash Player Privacy panel. |
| names — Static property in class flash.media.Microphone |
|
Retrieves an array of strings reflecting the names of all available sound capture devices without
displaying the Flash Player Privacy Settings panel. |
| namespace — Statement |
| Allows you to control the visibility of definitions. |
| namespace(prefix:String) — Method in class XML |
|
If no parameter is provided, gives the namespace associated with the qualified name of
this XML object. |
| Namespace — Final class in Top Level |
|
The Namespace class contains methods and properties for defining and working with namespaces. |
| Namespace(uriValue) — Constructor in class Namespace |
|
Creates a Namespace object given the uriValue parameter. |
| Namespace(prefixValue, uriValue) — Constructor in class Namespace |
|
Creates a Namespace object, given the prefixValue and uriValue parameters. |
| namespaceDeclarations() — Method in class XML |
|
Lists namespace declarations associated with the XML object in the context of its parent. |
| namespaceURI — Property in class flash.xml.XMLNode |
|
If the XML node has a prefix, namespaceURI is the value of the xmlns
declaration for that prefix (the URI), which is typically called the namespace URI. |
| NaN — Package constant property in Top Level |
|
A special member of the Number data type that represents a value that is "not a number". |
| NaN — Constant static property in class Number |
|
The IEEE-754 value representing Not a Number (NaN). |
| native — Statement |
| Specifies that a function or method is implemented by Flash Player in native code. |
| navigateToURL(request, window) — Package function in flash.net |
|
Opens or replaces a window in the Flash Player's
container application (usually a browser). |
| NEGATIVE_INFINITY — Constant static property in class Number |
|
Specifies the IEEE-754 value representing negative infinity. |
| NetConnection — Class in package flash.net |
|
The NetConnection class provides the means to invoke commands on a remote
application server, such as Flash Media Server or Flex, and
to play streaming FLV files from either an HTTP address or
a local drive. |
| NetConnection() — Constructor in class flash.net.NetConnection |
|
Creates a NetConnection object that you can use with a NetStream object
to invoke commands on a remote application server or to play
back streaming video (FLV) files locally or from a server. |
| netStatus — Event in class flash.net.NetConnection |
|
Flash Player dispatches this event when a NetConnection, NetStream, or SharedObject object
is reporting its status. |
| netStatus — Event in class flash.net.NetStream |
|
Flash Player dispatches this event when a NetConnection, NetStream, or SharedObject object
is reporting its status. |
| netStatus — Event in class flash.net.SharedObject |
|
Flash Player dispatches this event when a NetConnection, NetStream, or SharedObject object
is reporting its status. |
| NET_STATUS — Constant static property in class flash.events.NetStatusEvent |
|
Flash Player dispatches this event when a NetConnection, NetStream, or SharedObject object
is reporting its status. |
| NetStatusEvent — Class in package flash.events |
|
Flash Player dispatches NetStatusEvent objects when a NetConnection, NetStream, or
SharedObject object reports its status. |
| NetStatusEvent(type:String, bubbles:Boolean, cancelable:Boolean, info:Object) — Constructor in class flash.events.NetStatusEvent |
|
Creates an Event object that contains information about netStatus events. |
| NetStream — Class in package flash.net |
|
The NetStream class provides methods and properties for playing Flash Video (FLV) files from the local
file system or an HTTP address. |
| NetStream(connection:flash.net:NetConnection) — Constructor in class flash.net.NetStream |
|
Creates a stream that can be used for playing FLV files through the specified NetConnection
object. |
| NEVER — Constant static property in class flash.display.PixelSnapping |
|
A constant value used in the pixelSnapping property of a Bitmap object
to specify that no pixel snapping occurs. |
| new — Operator |
| Instantiates a class instance. |
| nextFrame() — Method in class flash.display.MovieClip |
|
Sends the playhead to the next frame and stops it. |
| nextName(index:int) — Method in class flash.utils.Proxy |
|
Allows enumeration of the proxied object's properties by index number to
retrieve property names. |
| nextNameIndex(index:int) — Method in class flash.utils.Proxy |
|
Allows enumeration of the proxied object's properties by index number. |
| nextScene() — Method in class flash.display.MovieClip |
|
Moves the playhead to the next scene of the MovieClip instance. |
| nextSibling — Property in class flash.xml.XMLNode |
|
An XMLNode value that references the next sibling in the parent node's child list. |
| nextValue(index:int) — Method in class flash.utils.Proxy |
|
Allows enumeration of the proxied object's properties by index number to
retrieve property values. |
| noAutoLabeling — Property in class flash.accessibility.AccessibilityProperties |
|
If true, disables the Flash Player default auto-labeling system. |
| NO_BORDER — Constant static property in class flash.display.StageScaleMode |
|
Specifies that the entire Flash application fill the specified area, without distortion but possibly with
some cropping, while maintaining the original aspect ratio of the application. |
| nodeKind() — Method in class XML |
|
Specifies the type of node: text, comment, processing-instruction,
attribute, or element. |
| nodeName — Property in class flash.xml.XMLNode |
|
A string representing the node name of the XMLNode object. |
| nodeType — Property in class flash.xml.XMLNode |
|
A nodeType constant value, either XMLNodeType.ELEMENT_NODE for an XML element or
XMLNodeType.TEXT_NODE for a text node. |
| nodeValue — Property in class flash.xml.XMLNode |
|
The node value of the XMLDocument object. |
| noise(randomSeed:int, low:uint, high:uint, channelOptions:uint, grayScale:Boolean) — Method in class flash.display.BitmapData |
|
Fills an image with pixels representing random noise. |
| NONE — Constant static property in class flash.display.CapsStyle |
|
Used to specify no caps in the caps parameter of the
flash.display.Graphics.lineStyle() method. |
| NONE — Constant static property in class flash.display.LineScaleMode |
|
With this setting used as the scaleMode parameter of the lineStyle()
method, the thickness of the line never scales. |
| NONE — Constant static property in class flash.text.GridFitType |
|
No grid fitting. |
| NONE — Constant static property in class flash.text.TextFieldAutoSize |
|
Specifies that no resizing is to occur. |
| NORMAL — Constant static property in class flash.display.BlendMode |
|
The display object appears in front of the background. |
| NORMAL — Constant static property in class flash.display.LineScaleMode |
|
With this setting used as the scaleMode parameter of the lineStyle()
method, the thickness of the line always scales when the object is scaled (the default). |
| NORMAL — Constant static property in class flash.text.AntiAliasType |
|
Sets anti-aliasing to the anti-aliasing that is used in Flash Player 7 and earlier. |
| normalize() — Method in class XML |
|
For the XML object and all descendant XML objects, merges adjacent text nodes and
eliminates empty text nodes. |
| normalize() — Method in class XMLList |
|
Merges adjacent text nodes and eliminates empty text nodes for each
of the following: all text nodes in the XMLList, all the XML objects
contained in the XMLList, and the descendants of all the XML objects in
the XMLList. |
| normalize(thickness:Number) — Method in class flash.geom.Point |
|
Scales the line segment between (0,0) and the current point to a set length. |
| NO_SCALE — Constant static property in class flash.display.StageScaleMode |
|
Specifies that the size of the Flash application be fixed, so that it remains unchanged even as the size
of the player window changes. |
| null — Statement |
| A special value that can be assigned to variables or returned by a function if no data was provided. |
| Null — Special Type |
| A special data type that represents the lack of a value. |
| Number — Final class in Top Level |
|
A data type representing an IEEE-754 double-precision floating-point number. |
| Number(expression) — Package function in Top Level |
|
Converts a given value to a Number value. |
| Number(num:Object) — Constructor in class Number |
|
Creates a Number with the specified value. |
| numChildren — Property in class flash.display.DisplayObjectContainer |
|
Returns the number of children of this object. |
| numChildren — Property in class flash.display.Stage |
|
Returns the number of children of this object. |
| NUMERIC — Constant static property in class Array |
|
In the sorting methods, this constant specifies numeric (instead of
character-string) sorting. |
| numFrames — Property in class flash.display.Scene |
|
The number of frames in the scene. |
| numLines — Property in class flash.text.TextField |
|
Defines the number of text lines in a multiline text field. |
| numLock — Static property in class flash.ui.Keyboard |
|
Specifies whether the Num Lock key is activated (true) or not (false). |
| NUM_PAD — Constant static property in class flash.ui.KeyLocation |
|
The key activation originated on the numeric keypad or with a virtual key corresponding
to the numeric keypad. |
| NUMPAD_0 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the number 0 key on the number pad (96). |
| NUMPAD_1 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the number 1 key on the number pad (97). |
| NUMPAD_2 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the number 2 key on the number pad (98). |
| NUMPAD_3 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the number 3 key on the number pad (99). |
| NUMPAD_4 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the number 4 key on the number pad (100). |
| NUMPAD_5 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the number 5 key on the number pad (101). |
| NUMPAD_6 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the number 6 key on the number pad (102). |
| NUMPAD_7 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the number 7 key on the number pad (103). |
| NUMPAD_8 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the number 8 key on the number pad (104). |
| NUMPAD_9 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the number 9 key on the number pad (105). |
| NUMPAD_ADD — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the addition key on the number pad (107). |
| NUMPAD_DECIMAL — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the decimal key on the number pad (110). |
| NUMPAD_DIVIDE — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the division key on the number pad (111). |
| NUMPAD_ENTER — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the Enter key on the number pad (108). |
| NUMPAD_MULTIPLY — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the multiplication key on the number pad (106). |
| NUMPAD_SUBTRACT — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the subtraction key on the number pad (109). |
|
| 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 |