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 — Constant static property in class flash.ui.Keyboard | |
Constant associated with the key code value for the N key (78). | |
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 air.utils.ZipEntry | |
The name of the entry (including folder structure where required) | |
name — Property in class flash.accessibility.AccessibilityProperties | |
Provides a name for this display object in the accessible presentation. | |
name — Property in class flash.data.SQLColumnSchema | |
Gets the name of the column. | |
name — Property in class flash.data.SQLSchema | |
The name of this schema object. | |
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.NativeMenuItem | |
The name of this menu item. | |
name — Property in class flash.display.Scene | |
The name of the scene. | |
name — Property in class flash.external.ExtensionInfo | |
The extension name, as provided in the extension's XML descriptor file. | |
name — Property in class flash.filesystem.StorageVolume | |
The name of the volume. | |
name — Property in class flash.globalization.LocaleID | |
Returns a slightly more "canonical" locale identifier. | |
name — Property in class flash.media.Camera | |
The name of the current camera, as returned by the camera hardware. | |
name — Property in class flash.media.Microphone | |
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.NetworkInterface | |
The name of this network interface. | |
name — Property in class flash.net.URLRequestHeader | |
An HTTP request header name (such as Content-Type or SOAPAction ). |
|
name — Property in class flash.net.dns.ResourceRecord | |
The query string used to look up this resource record. | |
name — Property in class flash.net.drm.DRMDeviceGroup | |
The domain name of this device group. | |
name — Property in class flash.ui.GameInputDevice | |
Returns the name of this device. | |
NAME — Constant static property in class flash.text.StageTextContentType | |
Content is a name |
|
names — Static property in class flash.media.Camera | |
An array of strings containing the names of all available cameras. | |
names — Static property in class flash.media.Microphone | |
An array of strings containing the names of all available sound capture devices. | |
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. | |
Namespace(prefixValue, uriValue) — Constructor in class Namespace | |
Creates a Namespace object according to the values of 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 ). |
|
NaN — Constant static property in class float | |
The single-precision IEEE-754 value representing Not a Number (NaN ). |
|
NaN — Constant static property in class Number | |
The IEEE-754 value representing Not a Number (NaN ). |
|
NationalDigitsType — Final class in package flash.globalization | |
The NationalDigitsType class enumerates constants that indicate digit sets used by the NumberFormatter class. | |
native — Statement | |
Specifies that a function or method is implemented by Flash Player in native code. | |
nativeApplication — Static property in class flash.desktop.NativeApplication | |
The singleton instance of the NativeApplication object. | |
NativeApplication — Final class in package flash.desktop | |
The NativeApplication class represents this AIR application. | |
NativeDragActions — Class in package flash.desktop | |
The NativeDragActions class defines string constants for the names of the drag-and-drop actions. | |
nativeDragComplete — Event in class flash.display.InteractiveObject | |
Dispatched by the drag initiator InteractiveObject when the user releases the drag gesture. | |
NATIVE_DRAG_COMPLETE — Constant static property in class flash.events.NativeDragEvent | |
NativeDragEvent.NATIVE_DRAG_COMPLETE defines the value of the
type property of a nativeDragComplete event object. |
|
nativeDragDrop — Event in class flash.display.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 — Constant static property in class flash.events.NativeDragEvent | |
NativeDragEvent.NATIVE_DRAG_DROP defines the value of the type
property of a nativeDragDrop event object. |
|
nativeDragEnter — Event in class flash.display.InteractiveObject | |
Dispatched by an InteractiveObject when a drag gesture enters its boundary. | |
NATIVE_DRAG_ENTER — Constant static property in class flash.events.NativeDragEvent | |
NativeDragEvent.NATIVE_DRAG_ENTER defines the value of the
type property of a nativeDragEnter event object. |
|
NativeDragEvent — Class in package flash.events | |
Native drag events are dispatched by the interactive objects involved in a drag-and-drop operation. | |
NativeDragEvent(type:String, bubbles:Boolean, cancelable:Boolean, localX:Number, localY:Number, relatedObject:flash.display:InteractiveObject, clipboard:flash.desktop:Clipboard, allowedActions:flash.desktop:NativeDragOptions, dropAction:String, controlKey:Boolean, altKey:Boolean, shiftKey:Boolean, commandKey:Boolean) — Constructor in class flash.events.NativeDragEvent | |
Creates an Event object with specific information relevant to native drag-and-drop events. | |
nativeDragExit — Event in class flash.display.InteractiveObject | |
Dispatched by an InteractiveObject when a drag gesture leaves its boundary. | |
NATIVE_DRAG_EXIT — Constant static property in class flash.events.NativeDragEvent | |
NativeDragEvent.NATIVE_DRAG_EXIT defines the value of the type
property of a nativeDragExit event object. |
|
NativeDragManager — Class in package flash.desktop | |
The NativeDragManager class coordinates drag-and-drop operations. | |
NativeDragOptions — Class in package flash.desktop | |
The NativeDragOptions class defines constants for the names of drag-and-drop actions allowed in a drag-and-drop operation. | |
nativeDragOver — Event in class flash.display.InteractiveObject | |
Dispatched by an InteractiveObject continually while a drag gesture remains within its boundary. | |
NATIVE_DRAG_OVER — Constant static property in class flash.events.NativeDragEvent | |
NativeDragEvent.NATIVE_DRAG_OVER defines the value of the type
property of a nativeDragOver event object. |
|
nativeDragStart — Event in class flash.display.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 — Constant static property in class flash.events.NativeDragEvent | |
NativeDragEvent.NATIVE_DRAG_START defines the value of the type
property of a nativeDragStart event object. |
|
nativeDragUpdate — Event in class flash.display.InteractiveObject | |
Dispatched during a drag operation by the InteractiveObject that is specified as the drag initiator in the DragManager.doDrag() call. | |
NATIVE_DRAG_UPDATE — Constant static property in class flash.events.NativeDragEvent | |
NativeDragEvent.NATIVE_DRAG_UPDATE defines the value of the
type property of a nativeDragUpdate event object. |
|
NativeMenu — Class in package flash.display | |
The NativeMenu class contains methods and properties for defining native menus. | |
NativeMenu() — Constructor in class flash.display.NativeMenu | |
Creates a new NativeMenu object. | |
NativeMenuItem — Class in package flash.display | |
The NativeMenuItem class represents a single item in a menu. | |
NativeMenuItem(label:String, isSeparator:Boolean) — Constructor in class flash.display.NativeMenuItem | |
Creates a new NativeMenuItem object. | |
nativePath — Property in class flash.filesystem.File | |
The full path in the host operating system representation. | |
NativeProcess — Class in package flash.desktop | |
The NativeProcess class provides command line integration and general launching capabilities. | |
NativeProcess() — Constructor in class flash.desktop.NativeProcess | |
Constructs an uninitialized NativeProcess object. | |
NativeProcessExitEvent — Class in package flash.events | |
This event is dispatched by the NativeProcess object when the process exits. | |
NativeProcessExitEvent(type:String, bubbles:Boolean, cancelable:Boolean, exitCode:Number) — Constructor in class flash.events.NativeProcessExitEvent | |
Creates a NativeProcessExitEvent which contains specific information regarding a NativeProcess's exit code | |
NativeProcessStartupInfo — Class in package flash.desktop | |
This class provides the basic information used to start a process on the host operating system. | |
NativeProcessStartupInfo() — Constructor in class flash.desktop.NativeProcessStartupInfo | |
Constructs an empty NativeProcessStartupInfo object. | |
nativeWindow — Property in class flash.display.Stage | |
A reference to the NativeWindow object containing this Stage. | |
NativeWindow — Class in package flash.display | |
The NativeWindow class provides an interface for creating and controlling native desktop windows. | |
NativeWindow(initOptions:flash.display:NativeWindowInitOptions) — Constructor in class flash.display.NativeWindow | |
Creates a new NativeWindow instance and a corresponding operating system window. | |
NativeWindowBoundsEvent — Class in package flash.events | |
A NativeWindow object dispatches a NativeWindowBoundsEvent object when the size or location of the window changes. | |
NativeWindowBoundsEvent(type:String, bubbles:Boolean, cancelable:Boolean, beforeBounds:flash.geom:Rectangle, afterBounds:flash.geom:Rectangle) — Constructor in class flash.events.NativeWindowBoundsEvent | |
Creates an Event object with specific information relevant to window bounds events. | |
NativeWindowDisplayState — Final class in package flash.display | |
The NativeWindowDisplayState class defines constants for the names of the window display states. | |
NativeWindowDisplayStateEvent — Class in package flash.events | |
A NativeWindow object dispatches events of the NativeWindowDisplayStateEvent class when the window display state changes. | |
NativeWindowDisplayStateEvent(type:String, bubbles:Boolean, cancelable:Boolean, beforeDisplayState:String, afterDisplayState:String) — Constructor in class flash.events.NativeWindowDisplayStateEvent | |
Creates an Event object with specific information relevant to window display state events. | |
NativeWindowInitOptions — Class in package flash.display | |
The NativeWindowInitOptions class defines the initialization options used to construct a new NativeWindow instance. | |
NativeWindowInitOptions() — Constructor in class flash.display.NativeWindowInitOptions | |
Creates a new NativeWindowInitOptions object. | |
NativeWindowRenderMode — Final class in package flash.display | |
The NativeWindowRenderMode class defines constants for the renderMode property of the
NativeWindowInitOptions object used to create a native window. |
|
NativeWindowResize — Final class in package flash.display | |
The NativeWindowResize class defines constants for the possible values
of the edgeOrCorner parameter of the NativeWindow
startResize() method. |
|
NativeWindowSystemChrome — Final class in package flash.display | |
The NativeWindowSystemChrome class defines constants for the systemChrome
property of the NativeWindowInitOptions object used to create a native window. |
|
NativeWindowType — Final class in package flash.display | |
The NativeWindowType class defines constants for the type property of the
NativeWindowInitOptions object used to create a native window. |
|
navigateInSystemBrowser — Property in class flash.html.HTMLLoader | |
navigateToURL(request, window) — Package function in flash.net | |
Opens or replaces a window in the application that contains the Flash Player container (usually a browser). | |
nearEquals(toCompare:flash.geom:Vector3D, tolerance:Number, allFour:Boolean) — Method in class flash.geom.Vector3D | |
Compares the elements of the current Vector3D object with the elements of a specified Vector3D object to determine whether they are nearly equal. | |
NEAREST — Constant static property in class flash.display3D.Context3DTextureFilter | |
Use nearest neighbor sampling when upsampling textures (gives a pixelated, sharp mosaic look). | |
NEAREST — Constant static property in class flash.net.NetGroupReceiveMode | |
Specifies that this node accepts local messages from neighbors that send messages to group addresses that don't match this node's address exactly. | |
nearID — Property in class flash.net.NetConnection | |
The identifier of this Flash Player or Adobe AIR instance for this NetConnection instance. | |
nearNonce — Property in class flash.net.NetConnection | |
A value chosen substantially by this Flash Player or Adobe AIR instance, unique to this connection. | |
nearNonce — Property in class flash.net.NetStream | |
For RTMFP and RTMPE connections, a value chosen substantially by this end of the stream, unique to this connection. | |
needsSoftKeyboard — Property in class flash.display.InteractiveObject | |
Specifies whether a virtual keyboard (an on-screen, software keyboard) should display when this InteractiveObject instance receives focus. | |
negate() — Method in class flash.geom.Vector3D | |
Sets the current Vector3D object to its inverse. | |
NEGATIVE — Constant static property in class flash.display.TriangleCulling | |
Specifies culling of all triangles facing toward the current view point. | |
negativeCurrencyFormat — Property in class flash.globalization.CurrencyFormatter | |
A numeric value that indicates a formatting pattern for negative currency amounts. | |
NEGATIVE_INFINITY — Constant static property in class float | |
Specifies the single-precision IEEE-754 value representing negative infinity. | |
NEGATIVE_INFINITY — Constant static property in class Number | |
Specifies the IEEE-754 value representing negative infinity. | |
negativeNumberFormat — Property in class flash.globalization.NumberFormatter | |
A numeric value that indicates a formatting pattern for negative numbers. | |
negativeSymbol — Property in class flash.globalization.CurrencyFormatter | |
The negative symbol used when formatting negative currency amounts. | |
negativeSymbol — Property in class flash.globalization.NumberFormatter | |
The negative symbol to be used when formatting negative values. | |
neighborCount — Property in class flash.net.NetGroup | |
Specifies the number of group members to which this node is directly connected. | |
NELLYMOSER — Constant static property in class flash.media.SoundCodec | |
Specifies that the Nellymoser codec be used for compressing audio. | |
NetConnection — Class in package flash.net | |
The NetConnection class creates a two-way connection between a client and a server. | |
NetConnection() — Constructor in class flash.net.NetConnection | |
Creates a NetConnection object. | |
NetDataEvent — Class in package flash.events | |
A NetStream object dispatches a NetDataEvent object when a data message is encountered in the media stream. | |
NetDataEvent(type:String, bubbles:Boolean, cancelable:Boolean, timestamp:Number, info:Object) — Constructor in class flash.events.NetDataEvent | |
Creates an event object that contains information about media data events. | |
NetGroup — Class in package flash.net | |
Instances of the NetGroup class represent membership in an RTMFP group. | |
NetGroup(connection:flash.net:NetConnection, groupspec:String) — Constructor in class flash.net.NetGroup | |
Constructs a NetGroup on the specified NetConnection object and joins it to the group
specified by groupspec . |
|
NetGroupInfo — Final class in package flash.net | |
The NetGroupInfo class specifies various Quality of Service (QoS) statistics related to a NetGroup object's underlying RTMFP Peer-to-Peer data transport. | |
NetGroupReceiveMode — Final class in package flash.net | |
The NetGroupReceiveMode class is an enumeration of constant values used for the receiveMode property
of the NetGroup class. |
|
NetGroupReplicationStrategy — Final class in package flash.net | |
The NetGroupReplicationStrategy class is an enumeration of constant values used in setting the replicationStrategy property
of the NetGroup class. |
|
NetGroupSendMode — Final class in package flash.net | |
The NetGroupSendMode class is an enumeration of constant values used for the sendMode parameter of the NetGroup.sendToNeighbor()
method. |
|
NetGroupSendResult — Final class in package flash.net | |
The NetGroupSendResult class is an enumeration of constant values used for the return value of the Directed Routing methods associated with a NetGroup instance. | |
NetMonitor — Class in package flash.net | |
The NetMonitor class maintains a list of NetStream objects. | |
NetMonitorEvent — Class in package flash.events | |
A NetMonitor object dispatches NetMonitorEvent objects when a NetStream object is created. | |
NetMonitorEvent(type:String, bubbles:Boolean, cancelable:Boolean, netStream:flash.net:NetStream) — Constructor in class flash.events.NetMonitorEvent | |
Creates an event object that contains information about netStreamCreate events. | |
netStatus — Event in class flash.net.NetConnection | |
Dispatched when a NetConnection object is reporting its status or error condition. | |
netStatus — Event in class flash.net.NetGroup | |
Dispatched when a NetGroup object is reporting its status or error condition. | |
netStatus — Event in class flash.net.NetStream | |
Dispatched when a NetStream object is reporting its status or error condition. | |
netStatus — Event in class flash.net.SharedObject | |
Dispatched when a SharedObject instance is reporting its status or error condition. | |
NET_STATUS — Constant static property in class flash.events.NetStatusEvent | |
Defines the value of the type property of a netStatus event object. |
|
NetStatusEvent — Class in package flash.events | |
A NetConnection, NetStream, or SharedObject object dispatches NetStatusEvent objects when a it 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 — Property in class flash.events.DRMAuthenticateEvent | |
The NetStream object that initiated this event. | |
netStream — Property in class flash.events.NetMonitorEvent | |
The new NetStream object. | |
NetStream — Class in package flash.net | |
The NetStream class opens a one-way streaming channel over a NetConnection. | |
NetStream(connection:flash.net:NetConnection, peerID:String) — Constructor in class flash.net.NetStream | |
Creates a stream that you can use to play media files and send data over a NetConnection object. | |
NetStreamAppendBytesAction — Final class in package flash.net | |
The NetStreamAppendBytesAction class is an enumeration of the constants you can pass to the NetStream.appendBytesAction() method. |
|
netStreamCreate — Event in class flash.net.NetMonitor | |
Dispatched when a new NetStream object is created within the security context of this NetMonitor instance. | |
NET_STREAM_CREATE — Constant static property in class flash.events.NetMonitorEvent | |
The NetMonitorEvent.NET_STREAM_CREATE constant defines the value of the type property of an netStreamCreate event object. |
|
NetStreamInfo — Final class in package flash.net | |
The NetStreamInfo class specifies the various Quality of Service (QOS) statistics and other information related to a NetStream object and the underlying streaming buffer for audio, video, and data. | |
NetStreamMulticastInfo — Final class in package flash.net | |
The NetStreamMulticastInfo class specifies various Quality of Service (QoS) statistics related to a NetStream object's underlying RTMFP Peer-to-Peer and IP Multicast stream transport. | |
NetStreamPlayOptions — Dynamic class in package flash.net | |
The NetStreamPlayOptions class specifies the various options that can be passed
to the NetStream.play2() method. |
|
NetStreamPlayOptions() — Constructor in class flash.net.NetStreamPlayOptions | |
Creates a NetStreamPlayOptions object to specify the options that are passed to the NetStream.play2() method. |
|
NetStreamPlayTransitions — Class in package flash.net | |
The NetStreamPlayTransitions class specifies the valid strings that you can use with the
NetStreamPlayOptions.transition property. |
|
networkChange — Event in class flash.desktop.NativeApplication | |
Dispatched when either a new network connection becomes available or an existing network connection is lost. | |
networkChange — Event in class flash.net.NetworkInfo | |
Dispatched when the network interfaces have changed. | |
NETWORK_CHANGE — Constant static property in class flash.events.Event | |
The Event.NETWORK_CHANGE constant defines the value of the type property of a networkChange event object. |
|
networkIdleTimeout — Static property in class flash.net.drm.DRMManager | |
networkInfo — Static property in class flash.net.NetworkInfo | |
The singleton instance of the NetworkInfo object. | |
NetworkInfo — Class in package flash.net | |
The NetworkInfo class provides information about the network interfaces on a computer. | |
NetworkInterface — Class in package flash.net | |
The NetworkInterface class describes a network interface. | |
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. |
|
NEVER — Constant static property in class flash.display3D.Context3DCompareMode | |
The comparison never evaluates as true. | |
NEVER — Constant static property in class flash.security.ReferencesValidationSetting | |
Never check references. | |
NEVER — Constant static property in class flash.security.RevocationCheckSettings | |
Do not check certificate revocation. | |
NEVER — Constant static property in class flash.text.StageTextClearButtonMode | |
StageText clearButton is never shown | |
new — Operator | |
Instantiates a class instance. | |
NEW — Constant static property in class flash.system.WorkerState | |
This state indicates that an object that represents the new worker has been created, but the worker is not executing code. | |
NEW_TAI_LUE — Constant static property in class flash.globalization.NationalDigitsType | |
Represents the Unicode value for the zero digit of the New Tai Lue digit set. | |
next(prefetch:int, responder:flash.net:Responder) — Method in class flash.data.SQLStatement | |
Retrieves the next portion of a SELECT statement's result set. |
|
NEXT — Constant static property in class flash.text.ReturnKeyLabel | |
Use the label, "Next". | |
NEXT — Constant static property in class flash.ui.Keyboard | |
Constant associated with the key code value for the button for skipping to next track or chapter. | |
NEXT_DECREASING — Constant static property in class flash.net.NetGroupSendMode | |
Specifies the neighbor with the nearest group address in the decreasing direction. | |
nextFrame() — Method in class flash.display.MovieClip | |
Sends the playhead to the next frame and stops it. | |
NEXT_INCREASING — Constant static property in class flash.net.NetGroupSendMode | |
Specifies the neighbor with the nearest group address in the increasing direction. | |
nextLine — Property in class flash.text.engine.TextLine | |
The next TextLine in the TextBlock, or null if the current line is the last line in the block
or the validity of the line is TextLineValidity.STATIC . |
|
nextName(index:int) — Method in class flash.utils.Proxy | |
nextNameIndex(index:int) — Method in class flash.utils.Proxy | |
nextRegion — Property in class flash.text.engine.TextLineMirrorRegion | |
The next TextLineMirrorRegion in the set derived from the text element, or null if the current region is the last mirror region
in the set. |
|
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 | |
NKO — Constant static property in class flash.globalization.NationalDigitsType | |
Represents the Unicode value for the zero digit of the Nko digit set. | |
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 application fill the specified area, without distortion but possibly with some cropping, while maintaining the original aspect ratio of the application. | |
NO_CASE — Constant static property in class flash.data.SQLCollationType | |
Indicates that the column is defined to use the NOCASE collation sequence. |
|
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. | |
NO_ERROR — Constant static property in class flash.globalization.LastOperationStatus | |
Indicates that the last operation succeeded without any errors. | |
NO_ERROR — Constant static property in class flash.media.StageVideoAvailabilityReason | |
Stage video is currently available, no errors occurred | |
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. | |
noiseSuppressionLevel — Property in class flash.media.Microphone | |
Maximum attenuation of the noise in dB (negative number) used for Speex encoder. | |
NONE — Constant static property in class flash.desktop.NativeDragActions | |
Defines the string to use when no action is specified. | |
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.FocusDirection | |
Indicates that focus object within the interactive object should not change. | |
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.display.NativeWindowResize | |
Used for keyboard resizing on systems (such as Windows) that support keyboard resizing. | |
NONE — Constant static property in class flash.display.NativeWindowSystemChrome | |
No system chrome. | |
NONE — Constant static property in class flash.display.TriangleCulling | |
Specifies no culling. | |
NONE — Constant static property in class flash.display3D.Context3DTriangleFace | |
NONE — Constant static property in class flash.globalization.DateTimeStyle | |
Specifies that the date or time should not be included in the formatted string. | |
NONE — Constant static property in class flash.system.TouchscreenType | |
The computer or device does not have a supported touchscreen. | |
NONE — Constant static property in class flash.text.AutoCapitalize | |
No automatic capitalization. | |
NONE — Constant static property in class flash.text.GridFitType | |
Doesn't set grid fitting. | |
NONE — Constant static property in class flash.text.TextFieldAutoSize | |
Specifies that no resizing is to occur. | |
NONE — Constant static property in class flash.text.engine.BreakOpportunity | |
Treats no characters in the ContentElement object as line break opportunities. | |
NONE — Constant static property in class flash.text.engine.CFFHinting | |
No hinting is applied. | |
NONE — Constant static property in class flash.text.engine.LigatureLevel | |
Used to specify no ligatures. | |
NONE — Constant static property in class flash.ui.KeyboardType | |
No physical keyboard is supported. | |
NONE — Constant static property in class flash.ui.MultitouchInputMode | |
Specifies that all user contact with a touch-enabled device is interpreted as a type of mouse event. | |
nonLinearProcessing — Property in class flash.media.MicrophoneEnhancedOptions | |
Enable non-linear processing. | |
NON_ZERO — Constant static property in class flash.display.GraphicsPathWinding | |
Establishes the non-zero winding type. | |
NO_OP — Constant static property in class flash.display.GraphicsPathCommand | |
Represents the default "do nothing" command. | |
NORMAL — Constant static property in class flash.desktop.SystemIdleMode | |
The system follows the normal "idle user" behavior. | |
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.display.NativeWindowDisplayState | |
The normal display state. | |
NORMAL — Constant static property in class flash.display.NativeWindowType | |
A typical window. | |
NORMAL — Constant static property in class flash.display.StageDisplayState | |
Specifies that the Stage is in normal mode. | |
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. | |
NORMAL — Constant static property in class flash.text.TextInteractionMode | |
The text field's default interaction mode is NORMAL and it varies across platform. | |
NORMAL — Constant static property in class flash.text.engine.FontPosture | |
Used to indicate normal font posture. | |
NORMAL — Constant static property in class flash.text.engine.FontWeight | |
Used to indicate normal font weight. | |
NORMAL — Constant static property in class flash.text.engine.RenderingMode | |
Sets rendering mode to the rendering mode 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. | |
normalize() — Method in class flash.geom.Vector3D | |
Converts a Vector3D object to a unit vector by dividing the first three elements (x, y, z) by the length of the vector. | |
NO_ROUTE — Constant static property in class flash.net.NetGroupSendResult | |
Indicates no neighbor could be found to route the message toward its requested destination. | |
NO_SCALE — Constant static property in class flash.display.StageScaleMode | |
Specifies that the size of the application be fixed, so that it remains unchanged even as the size of the player window changes. | |
NOT_EQUAL — Constant static property in class flash.display3D.Context3DCompareMode | |
Not equal (!=). | |
notification — Event in class flash.notifications.RemoteNotifier | |
Dispatched in response to a new notification received by the application. | |
NOTIFICATION — Constant static property in class flash.desktop.InvokeEventReason | |
iOS only; indicates that the InvokeEvent occurred because the application was invoked on receiving a remote notification | |
NOTIFICATION — Constant static property in class flash.events.RemoteNotificationEvent | |
Defines the value of the type property of a RemoteNotificationEvent event object. |
|
NotificationStyle — Final class in package flash.notifications | |
The NotificationStyle class defines constants for the styles of notifications supported by RemoteNotifier class. |
|
notificationStyles — Property in class flash.notifications.RemoteNotifierSubscribeOptions | |
Specifies the vector string of all the notification styles you need to register at once. | |
NotificationType — Final class in package 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. |
|
notify() — Method in class flash.concurrent.Condition | |
Specifes that the condition that this Condition object represents has been satisfied and that ownership of the mutex will be returned to the next worker (if any) that's waiting on this condition. | |
notifyAll() — Method in class flash.concurrent.Condition | |
Specifies that the condition that this Condition object represents has been satisfied and that ownership of the mutex will be returned to all workers that are waiting on this condition. | |
notifyUser(type:String) — Method in class flash.display.NativeWindow | |
Triggers a visual cue through the operating system that an event of interest has occurred. | |
NOT_YET_VALID — Constant static property in class flash.security.CertificateStatus | |
The certificate is not yet valid. | |
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 object with the specified value. | |
NUMBER — Constant static property in class flash.text.SoftKeyboardType | |
A numeric keypad designed for PIN entry. |
|
NUMBER_0 — Constant static property in class flash.ui.Keyboard | |
Constant associated with the key code value for the 0 key (48). | |
NUMBER_1 — Constant static property in class flash.ui.Keyboard | |
Constant associated with the key code value for the 1 key (49). | |
NUMBER_2 — Constant static property in class flash.ui.Keyboard | |
Constant associated with the key code value for the 2 key (50). | |
NUMBER_3 — Constant static property in class flash.ui.Keyboard | |
Constant associated with the key code value for the 3 key (51). | |
NUMBER_4 — Constant static property in class flash.ui.Keyboard | |
Constant associated with the key code value for the 4 key (52). | |
NUMBER_5 — Constant static property in class flash.ui.Keyboard | |
Constant associated with the key code value for the 5 key (53). | |
NUMBER_6 — Constant static property in class flash.ui.Keyboard | |
Constant associated with the key code value for the 6 key (54). | |
NUMBER_7 — Constant static property in class flash.ui.Keyboard | |
Constant associated with the key code value for the 7 key (55). | |
NUMBER_8 — Constant static property in class flash.ui.Keyboard | |
Constant associated with the key code value for the 8 key (56). | |
NUMBER_9 — Constant static property in class flash.ui.Keyboard | |
Constant associated with the key code value for the 9 key (57). | |
NumberFormatter — Final class in package flash.globalization | |
The NumberFormatter class provides locale-sensitive formatting and parsing of numeric values. | |
NumberFormatter(requestedLocaleIDName:String) — Constructor in class flash.globalization.NumberFormatter | |
Constructs a new NumberFormatter object to format numbers according to the conventions of a given locale. | |
numberOfSeats — Property in class air.system.License | |
Number of developer seats for this licensee (only available after the details have been checked online). | |
numberOfVouchersReturned — Property in class flash.events.DRMReturnVoucherCompleteEvent | |
The number of vouchers that matches the criterion passed into DRMManager.returnVoucher() and subsequently returned. | |
NUMBER_OVERFLOW_ERROR — Constant static property in class flash.globalization.LastOperationStatus | |
Indicates that an operation resulted a value that exceeds a specified numeric type. | |
NumberParseResult — Final class in package flash.globalization | |
A data structure that holds information about a number that was extracted by parsing a string. | |
NumberParseResult(value:Number, startIndex:int, endIndex:int) — Constructor in class flash.globalization.NumberParseResult | |
Constructs a number parse result object. | |
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. | |
numControls — Property in class flash.ui.GameInputDevice | |
Returns the number of controls on this device. | |
numDevices — Static property in class flash.ui.GameInput | |
Provides the number of connected input devices. | |
NUMERIC — Constant static property in class Array | |
Specifies numeric (instead of character-string) sorting for the Array class sorting methods. | |
numericComparison — Property in class flash.globalization.Collator | |
Controls how numeric values embedded in strings are handled during string comparison. | |
numFrames — Property in class flash.display.Scene | |
The number of frames in the scene. | |
numItems — Property in class flash.display.NativeMenu | |
The number of NativeMenuItem objects in this menu. | |
numItems — Property in class flash.ui.ContextMenu | |
The number of items in this menu. | |
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 ). |
|
NUMPAD — Constant static property in class flash.ui.Keyboard | |
Constant associated with the pseudo-key code for the the number pad (21). | |
NUM_PAD — Constant static property in class flash.ui.KeyLocation | |
Indicates 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 |