| 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 |
| N — class Keyboard |
|
Constant associated with the key code value for the N key (78). |
| name — class Error |
|
Contains the name of the Error object. |
| name() — method, class XML |
|
Gives the qualified name for the XML object. |
| name — class RadioButtonGroup |
|
Gets the instance name of the radio button. |
| name — class AccessibilityProperties |
|
Provides a name for this display object in the accessible presentation. |
| name — class SQLColumnSchema |
|
Gets the name of the column. |
| name — class SQLSchema |
|
The name of this schema object. |
| name — class DisplayObject |
|
Indicates the instance name of the DisplayObject. |
| name — class FrameLabel |
|
The name of the label. |
| name — class NativeMenuItem |
|
The name of this menu item. |
| name — class Scene |
|
The name of the scene. |
| name — class Camera |
|
The name of the current camera, as returned by the camera hardware. |
| name — class Microphone |
|
The name of the current sound capture device, as returned by the sound capture hardware. |
| name — class FileReference |
|
The name of the file on the local disk. |
| name — class URLRequestHeader |
|
An HTTP request header name (such as Content-Type or SOAPAction). |
| name — class StackFrame |
|
The function name in the stack frame. |
| names — class Camera |
|
An array of strings indicating the names of all available cameras
without displaying the Flash Player Privacy dialog box. |
| names — class Microphone |
|
An array of strings containing the names of all available sound capture devices. |
| namespace() — method, class XML |
|
If no parameter is provided, gives the namespace associated with the qualified name of
this XML object. |
| namespace — Statement |
| Allows you to control the visibility of definitions. |
| Namespace — final class, Top Level |
|
The Namespace class contains methods and properties for defining and working with namespaces. |
| Namespace() — Constructor, class Namespace |
|
Creates a Namespace object. |
| Namespace(, ) — Constructor, class Namespace |
|
Creates a Namespace object according to the values of the prefixValue and uriValue parameters. |
| namespaceDeclarations() — method, class XML |
|
Lists namespace declarations associated with the XML object in the context of its parent. |
| namespaceURI — class 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, Top Level |
|
A special member of the Number data type that represents a value that is "not a number" (NaN). |
| NaN — 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. |
| nativeApplication — class NativeApplication |
|
The singleton instance of the NativeApplication object. |
| NativeApplication — final class, package window.runtime.flash.desktop |
|
The NativeApplication class represents this AIR application. |
| NativeDragActions — class, package window.runtime.flash.desktop |
|
Defines string constants for the names of the drag-and-drop actions. |
| nativeDragComplete — Event, class InteractiveObject |
|
Dispatched by the drag initiator InteractiveObject when the user releases the drag gesture. |
| NATIVE_DRAG_COMPLETE — class NativeDragEvent |
|
NativeDragEvent.NATIVE_DRAG_COMPLETE defines the value of the
type property of a nativeDragComplete event object. |
| nativeDragDrop — Event, class InteractiveObject |
|
Dispatched by the target InteractiveObject when a dragged object is
dropped on it and the drop has been accepted with a call to
DragManager.acceptDragDrop(). |
| NATIVE_DRAG_DROP — class NativeDragEvent |
|
NativeDragEvent.NATIVE_DRAG_DROP defines the value of the type
property of a nativeDragDrop event object. |
| nativeDragEnter — Event, class InteractiveObject |
|
Dispatched by an InteractiveObject when a drag gesture enters its boundary. |
| NATIVE_DRAG_ENTER — class NativeDragEvent |
|
NativeDragEvent.NATIVE_DRAG_ENTER defines the value of the
type property of a nativeDragEnter event object. |
| NativeDragEvent — class, package window.runtime.flash.events |
|
Native drag events are dispatched by the interactive objects involved in a
drag-and-drop operation. |
| NativeDragEvent(, , , , , , , , , , , , ) — Constructor, class NativeDragEvent |
|
Creates an Event object with specific information relevant to native drag-and-drop events. |
| nativeDragExit — Event, class InteractiveObject |
|
Dispatched by an InteractiveObject when a drag gesture leaves its boundary. |
| NATIVE_DRAG_EXIT — class NativeDragEvent |
|
NativeDragEvent.NATIVE_DRAG_EXIT defines the value of the type
property of a nativeDragExit event object. |
| NativeDragManager — class, package window.runtime.flash.desktop |
|
The NativeDragManager class coordinates drag-and-drop operations. |
| NativeDragOptions — class, package window.runtime.flash.desktop |
|
Specifies which drag-and-drop actions are allowed by the source of a drag operation. |
| nativeDragOver — Event, class InteractiveObject |
|
Dispatched by an InteractiveObject continually while a drag gesture remains within its
boundary. |
| NATIVE_DRAG_OVER — class NativeDragEvent |
|
NativeDragEvent.NATIVE_DRAG_OVER defines the value of the type
property of a nativeDragOver event object. |
| nativeDragStart — Event, class InteractiveObject |
|
Dispatched at the beginning of a drag operation by the InteractiveObject that is
specified as the drag initiator in the DragManager.doDrag() call. |
| NATIVE_DRAG_START — class NativeDragEvent |
|
NativeDragEvent.NATIVE_DRAG_START defines the value of the type
property of a nativeDragStart event object. |
| nativeDragUpdate — Event, class InteractiveObject |
|
Dispatched during a drag operation by the InteractiveObject that is
specified as the drag initiator in the DragManager.doDrag() call. |
| NATIVE_DRAG_UPDATE — class NativeDragEvent |
|
NativeDragEvent.NATIVE_DRAG_UPDATE defines the value of the
type property of a nativeDragUpdate event object. |
| NativeMenu — class, package window.runtime.flash.display |
|
The NativeMenu class contains methods and properties for defining menus. |
| NativeMenuItem — class, package window.runtime.flash.display |
|
The NativeMenuItem class represents a single item in a menu. |
| NativeMenuItem(, ) — Constructor, class NativeMenuItem |
|
Creates a new NativeMenuItem object. |
| nativePath — class File |
|
The full path in the host operating system representation. |
| nativeWindow — class Stage |
|
A reference to the NativeWindow object containing this Stage. |
| NativeWindow — class, package window.runtime.flash.display |
|
The NativeWindow class provides an interface for creating and controlling native desktop windows. |
| NativeWindow() — Constructor, class NativeWindow |
|
Creates a new NativeWindow instance and a corresponding operating system window. |
| NativeWindowBoundsEvent — class, package window.runtime.flash.events |
|
A NativeWindow object dispatches a NativeWindowBoundsEvent object when the size or location
of the window changes. |
| NativeWindowBoundsEvent(, , , , ) — Constructor, class NativeWindowBoundsEvent |
|
Creates an Event object with specific information relevant to window bounds events. |
| NativeWindowDisplayState — final class, package window.runtime.flash.display |
|
The NativeWindowDisplayState class defines constants for the names of the window display states. |
| NativeWindowDisplayStateEvent — class, package window.runtime.flash.events |
|
A NativeWindow object dispatches events of the NativeWindowDisplayStateEvent class when the window
display state changes. |
| NativeWindowDisplayStateEvent(, , , , ) — Constructor, class NativeWindowDisplayStateEvent |
|
Creates an Event object with specific information relevant to window display state events. |
| NativeWindowInitOptions — class, package window.runtime.flash.display |
|
The NativeWindowInitOptions class defines the initialization options
used to construct a new NativeWindow instance. |
| NativeWindowInitOptions() — Constructor, class NativeWindowInitOptions |
|
Creates a new NativeWindowInitOptions object. |
| NativeWindowResize — final class, package window.runtime.flash.display |
|
The NativeWindowResize class defines constants for the possible values
of the edgeOrCorner parameter of the NativeWindow
startResize() method. |
| NativeWindowSystemChrome — final class, package window.runtime.flash.display |
|
The NativeWindowSystemChrome class defines constants for the systemChrome
property of the NativeWindowInitOptions object used to create a native window. |
| NativeWindowType — final class, package window.runtime.flash.display |
|
The NativeWindowType class defines constants for the type property of the
NativeWindowInitOptions object used to create a native window. |
| navigateInSystemBrowser — class HTMLLoader |
|
Specifies whether navigation of the root frame of the HTML content (such as when the user clicks a link, when the
window.location property is set, or when calling window.open()) results in
navigation in the HTMLLoader object (false) or in the default system web browser
(true). |
| navigateToURL(, ) — Package Function, flash.net |
|
Opens or replaces a window in the application that contains the Flash Player container
(usually a browser). |
| NAVIGATION — class CuePointType |
|
Defines the value of the type
parameter of the findCuePoint() and findNearestCuePoint() methods. |
| ncConnected() — method, class VideoPlayer |
|
Called by INCManager after the connection is complete or failed after a call to the
INCManager.connectToURL() method. |
| NCManager — class, package window.runtime.fl.video |
|
Creates the NetConnection object for the VideoPlayer class, a
helper class for that user facing class. |
| NCManager() — Constructor, class NCManager |
|
Creates a new NCManager instance. |
| NCManagerNative — class, package window.runtime.fl.video |
|
The NCManagerNative class is a subclass of the NCManager class and supports
native bandwidth detection, which some Flash Video Streaming Service providers
may support. |
| NCManagerNative() — Constructor, class NCManagerNative |
|
Creates a new NCManagerNative instance. |
| ncMgr — class FLVPlayback |
|
An INCManager object that provides access to an instance of the class implementing
INCManager, which is an interface to the NCManager class. |
| ncMgr — class VideoPlayer |
|
An INCManager object that provides access to an instance of the class implementing
INCManager, which is an interface to the NCManager class. |
| ncReconnected() — method, class VideoPlayer |
|
Called by INCManager after the reconnection is complete or has failed after a call to
the INCManager.reconnect() method. |
| NEGATIVE_INFINITY — class Number |
|
Specifies the IEEE-754 value representing negative infinity. |
| netConnection — interface INCManager |
|
Reference to the NetConnection object. |
| netConnection — class NCManager |
|
Reference to the NetConnection object. |
| netConnection — class VideoPlayer |
|
Allows direct access to the NetConnection instance created by the video player. |
| NetConnection — class, package window.runtime.flash.net |
|
The NetConnection class creates a bidirectional connection between a Flash Player
or AIR an AIR application and a Flash Media Server application or
between a Flash Player or AIR an AIR
application and an application server running Flash Remoting. |
| NetConnection() — Constructor, class NetConnection |
|
Creates a NetConnection object. |
| netStatus — Event, class NetConnection |
|
Dispatched when a NetConnection object is reporting its status or error condition. |
| netStatus — Event, class NetStream |
|
Dispatched when a NetStream object is reporting its status or error condition. |
| netStatus — Event, class SharedObject |
|
Dispatched when a SharedObject instance is reporting its status or error condition. |
| NET_STATUS — class NetStatusEvent |
|
Defines the value of the type property of a netStatus event object. |
| NetStatusEvent — class, package window.runtime.flash.events |
|
A NetConnection, NetStream, or SharedObject object dispatches NetStatusEvent objects when a it reports its status. |
| NetStatusEvent(, , , ) — Constructor, class NetStatusEvent |
|
Creates an Event object that contains information about netStatus events. |
| netstream — class DRMAuthenticateEvent |
|
The NetStream object that initiated this event. |
| netStream — class VideoPlayer |
|
Allows direct access to the NetStream instance created by the video player. |
| NetStream — class, package window.runtime.flash.net |
|
The NetStream class opens a one-way streaming connection between a
Flash Player or AIR application
and Flash Media Server, or between a Flash Player
or AIR application and the local file system. |
| NetStream() — Constructor, class NetStream |
|
Creates a stream that can be used for playing video files through the specified NetConnection
object. |
| netStreamClientClass — class VideoPlayer |
|
Registers a custom class for the NetStream's client property. |
| NETSTREAM_CLIENT_CLASS_UNSET — class VideoError |
|
An error that occurs when the VideoPlayer.netStatusClientClass
static property is set to an invalid value. |
| networkChange — Event, class NativeApplication |
|
Dispatched when either a new network connection becomes available or
an existing network connection is lost. |
| NETWORK_CHANGE — class Event |
|
The Event.NETWORK_CHANGE constant defines the value of the type property of a networkChange event object. |
| NEVER — class PixelSnapping |
|
A constant value used in the pixelSnapping property of a Bitmap object
to specify that no pixel snapping occurs. |
| NEVER — class RevocationCheckSettings |
|
Do not check certificate revocation. |
| new — Operator |
| Instantiates a class instance. |
| NEW_COLUMN — class DataGridEventReason |
|
The user moved focus to a new column in the same row. |
| NewObjectSample — final class, package window.runtime.flash.sampler |
|
The NewObjectSample class represents objects that are created within a getSamples() stream. |
| NEW_ROW — class DataGridEventReason |
|
Indicates that the user moved focus to a new row. |
| next(, ) — method, class SQLStatement |
|
Retrieves the next portion of a SELECT statement's result set. |
| nextFrame() — method, class Animator |
|
Advances Flash Player to the next frame in the animation sequence. |
| nextFrame() — method, class Tween |
|
Forwards the tweened animation to the next frame of an animation that was stopped. |
| nextFrame() — method, class MovieClip |
|
Sends the playhead to the next frame and stops it. |
| nextName() — method, class Proxy |
|
Allows enumeration of the proxied object's properties by index number to
retrieve property names. |
| nextNameIndex() — method, class Proxy |
|
Allows enumeration of the proxied object's properties by index number. |
| nextScene() — method, class MovieClip |
|
Moves the playhead to the next scene of the MovieClip instance. |
| nextSibling — class XMLNode |
|
An XMLNode value that references the next sibling in the parent node's child list. |
| nextTabIndex — class FocusManager |
|
Gets the next unique tab index to use in this tab loop. |
| nextTabIndex — interface IFocusManager |
|
Gets the next unique tab index to use in the current tab loop. |
| nextValue — class NumericStepper |
|
Gets the next value in the sequence of values. |
| nextValue() — method, class Proxy |
|
Allows enumeration of the proxied object's properties by index number to
retrieve property values. |
| noAutoLabeling — class AccessibilityProperties |
|
If true, disables the Flash Player default auto-labeling system. |
| NO_BITRATE_MATCH — class VideoError |
|
State variable indicating that there is no bitrate match. |
| NO_BORDER — class 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. |
| NO_CASE — class SQLCollationType |
|
Indicates that the column is defined to use the NOCASE collation sequence. |
| NO_CONNECTION — class VideoError |
|
State variable indicating that Flash Player is unable to make a connection to the server
or to find the FLV file on the server. |
| nodeKind() — method, class XML |
|
Specifies the type of node: text, comment, processing-instruction,
attribute, or element. |
| nodeName — class XMLNode |
|
A string representing the node name of the XMLNode object. |
| nodeType — class XMLNode |
|
A nodeType constant value, either XMLNodeType.ELEMENT_NODE for an XML element or
XMLNodeType.TEXT_NODE for a text node. |
| nodeValue — class XMLNode |
|
The node value of the XMLDocument object. |
| noise(, , , , ) — method, class BitmapData |
|
Fills an image with pixels representing random noise. |
| None — class, package window.runtime.fl.transitions.easing |
|
The None class defines easing functions to implement
nonaccelerated motion with ActionScript animations. |
| NONE — class RotateDirection |
|
Prevents the object from rotating during a tween until the next keyframe is reached. |
| NONE — class NativeDragActions |
|
Defines the string to use when no action is specified. |
| NONE — class CapsStyle |
|
Used to specify no caps in the caps parameter of the
flash.display.Graphics.lineStyle() method. |
| NONE — class FocusDirection |
|
Indicates that focus object within the interactive object should not change. |
| NONE — class LineScaleMode |
|
With this setting used as the scaleMode parameter of the lineStyle()
method, the thickness of the line never scales. |
| NONE — class NativeWindowResize |
|
Provides no hint to the system about which edge or corner to
resize from, allowing for default behavior. |
| NONE — class NativeWindowSystemChrome |
|
No system chrome. |
| NONE — class GridFitType |
|
Doesn't set grid fitting. |
| NONE — class TextFieldAutoSize |
|
Specifies that no resizing is to occur. |
| NORMAL — class BlendMode |
|
The display object appears in front of the background. |
| NORMAL — class 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 — class NativeWindowDisplayState |
|
The normal display state. |
| NORMAL — class NativeWindowType |
|
A typical window. |
| NORMAL — class StageDisplayState |
|
Specifies that the Stage is in normal mode. |
| NORMAL — class AntiAliasType |
|
Sets anti-aliasing to the anti-aliasing that is used in Flash Player 7 and earlier. |
| normalize() — method, class XML |
|
For the XML object and all descendant XML objects, merges adjacent text nodes and
eliminates empty text nodes. |
| normalize() — method, 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() — method, class Point |
|
Scales the line segment between (0,0) and the current point to a set length. |
| NO_SCALE — class VideoScaleMode |
|
Specifies that the video be displayed at exactly the
height and width of the source video. |
| NO_SCALE — class 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. |
| NotificationType — final class, package window.runtime.flash.desktop |
|
The NotificationType class defines constants for use in the priority
parameter of the DockIcon bounce() method and the type
parameter of the NativeWindow notifyUser() method. |
| notifyUser() — method, class NativeWindow |
|
Triggers a visual cue through the operating system that an event of
interest has occurred. |
| 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. |
| NULL_URL_LOAD — class VideoError |
|
State variable indicating that a null URL was sent to the
load() method. |
| Number — final class, Top Level |
|
A data type representing an IEEE-754 double-precision floating-point number. |
| Number() — Package Function, Top Level |
|
Converts a given value to a Number value. |
| Number() — Constructor, class Number |
|
Creates a Number object with the specified value. |
| NUMBER_0 — class Keyboard |
|
Constant associated with the key code value for the 0 key (48). |
| NUMBER_1 — class Keyboard |
|
Constant associated with the key code value for the 1 key (49). |
| NUMBER_2 — class Keyboard |
|
Constant associated with the key code value for the 2 key (50). |
| NUMBER_3 — class Keyboard |
|
Constant associated with the key code value for the 3 key (51). |
| NUMBER_4 — class Keyboard |
|
Constant associated with the key code value for the 4 key (52). |
| NUMBER_5 — class Keyboard |
|
Constant associated with the key code value for the 5 key (53). |
| NUMBER_6 — class Keyboard |
|
Constant associated with the key code value for the 6 key (54). |
| NUMBER_7 — class Keyboard |
|
Constant associated with the key code value for the 7 key (55). |
| NUMBER_8 — class Keyboard |
|
Constant associated with the key code value for the 8 key (56). |
| NUMBER_9 — class Keyboard |
|
Constant associated with the key code value for the 9 key (57). |
| numChildren — class DisplayObjectContainer |
|
Returns the number of children of this object. |
| numChildren — class Stage |
|
Returns the number of children of this object. |
| NUMERIC — class Array |
|
Specifies numeric (instead of character-string) sorting for the Array class sorting methods. |
| NumericStepper — class, package window.runtime.fl.controls |
|
The NumericStepper component displays an ordered set of numbers from which
the user can make a selection. |
| NumericStepper() — Constructor, class NumericStepper |
|
Creates a new NumericStepper component instance. |
| numFrames — class Scene |
|
The number of frames in the scene. |
| numItems — class NativeMenu |
|
The number of NativeMenuItem objects in this menu. |
| numLines — class TextField |
|
Defines the number of text lines in a multiline text field. |
| numLock — class Keyboard |
|
Specifies whether the Num Lock key is activated (true) or not (false). |
| NUM_PAD — class KeyLocation |
|
Indicates the key activation originated on the numeric keypad or with a virtual key corresponding
to the numeric keypad. |
| NUMPAD — class Keyboard |
|
Constant associated with the pseudo-key code for the the number pad (21). |
| NUMPAD_0 — class Keyboard |
|
Constant associated with the key code value for the number 0 key on the number pad (96). |
| NUMPAD_1 — class Keyboard |
|
Constant associated with the key code value for the number 1 key on the number pad (97). |
| NUMPAD_2 — class Keyboard |
|
Constant associated with the key code value for the number 2 key on the number pad (98). |
| NUMPAD_3 — class Keyboard |
|
Constant associated with the key code value for the number 3 key on the number pad (99). |
| NUMPAD_4 — class Keyboard |
|
Constant associated with the key code value for the number 4 key on the number pad (100). |
| NUMPAD_5 — class Keyboard |
|
Constant associated with the key code value for the number 5 key on the number pad (101). |
| NUMPAD_6 — class Keyboard |
|
Constant associated with the key code value for the number 6 key on the number pad (102). |
| NUMPAD_7 — class Keyboard |
|
Constant associated with the key code value for the number 7 key on the number pad (103). |
| NUMPAD_8 — class Keyboard |
|
Constant associated with the key code value for the number 8 key on the number pad (104). |
| NUMPAD_9 — class Keyboard |
|
Constant associated with the key code value for the number 9 key on the number pad (105). |
| NUMPAD_ADD — class Keyboard |
|
Constant associated with the key code value for the addition key on the number pad (107). |
| NUMPAD_DECIMAL — class Keyboard |
|
Constant associated with the key code value for the decimal key on the number pad (110). |
| NUMPAD_DIVIDE — class Keyboard |
|
Constant associated with the key code value for the division key on the number pad (111). |
| NUMPAD_ENTER — class Keyboard |
|
Constant associated with the key code value for the Enter key on the number pad (108). |
| NUMPAD_MULTIPLY — class Keyboard |
|
Constant associated with the key code value for the multiplication key on the number pad (106). |
| NUMPAD_SUBTRACT — class Keyboard |
|
Constant associated with the key code value for the subtraction key on the number pad (109). |
| numRadioButtons — class RadioButtonGroup |
|
Gets the number of radio buttons in this radio button group. |
|
| 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 |