符号   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
包含 Error 对象的名称。
name() — Method in class XML
提供该 XML 对象的限定名称。
name — Property in class fl.controls.RadioButtonGroup
获取单选按钮的实例名称。
name — Property in class flash.accessibility.AccessibilityProperties
在呈现辅助功能时为该显示对象提供一个名称。
name — Property in class flash.display.DisplayObject
指示 DisplayObject 的实例名称。
name — Property in class flash.display.FrameLabel
标签的名称。
name — Property in class flash.display.Scene
场景的名称。
name — Property in class flash.media.Camera
一个字符串,指定由摄像头硬件返回的当前摄像头的名称。
name — Property in class flash.media.Microphone
当前声音捕获设备的名称,它由声音捕获硬件返回。
name — Property in class flash.net.FileReference
本地磁盘上的文件的名称。
name — Property in class flash.net.URLRequestHeader
HTTP 请求标头名称(例如 Content-Type 或 SOAPAction)。
names — Static property in class flash.media.Camera
检索一个反映所有可用摄像头的名称的字符串数组,而不显示 Flash Player 的“隐私”面板。
names — Static property in class flash.media.Microphone
所有可用的声音捕获设备的名称。
namespace(prefix:String) — Method in class XML
如果没有提供参数,则提供与该 XML 对象的限定名关联的命名空间。
namespace — Statement
允许您控制定义的可见性。
Namespace — Final class in package Top Level
Namespace 类包含用于定义和使用命名空间的方法和属性。
Namespace(uriValue) — Constructor in class Namespace
创建 Namespace 对象。
Namespace(prefixValue, uriValue) — Constructor in class Namespace
根据 prefixValue 和 uriValue 参数值创建 Namespace 对象。
namespaceDeclarations() — Method in class XML
在该 XML 对象的父项中列出与其关联的命名空间声明。
namespaceURI — Property in class flash.xml.XMLNode
如果 XML 节点具有前缀,则 namespaceURI 为该前缀 (URI) 的 xmlns 声明的值,通常称为命名空间 URI。
NaN — Package constant property in Top Level
Number 数据类型的一个特殊成员,用来表示“非数字”(NaN) 值。
NaN — Constant static property in class Number
表示“非数字”(NaN) 的 IEEE-754 值。
native — Statement
指定函数或方法由 Flash Player 以本机代码的形式实现。
navigateToURL(request:flash.net:URLRequest, window:String) — Package function in flash.net
在包含 Flash Player 容器的应用程序(通常是一个浏览器)中,打开或替换一个窗口。
NAVIGATION — Constant static property in class fl.video.CuePointType
定义 findCuePoint() 和 findNearestCuePoint() 方法的 type 参数值。
ncConnected() — Method in class fl.video.VideoPlayer
在调用 INCManager.connectToURL() 方法后,连接完成或失败后由 INCManager 调用。
NCManager — Class in package fl.video
创建 VideoPlayer 类的 NetConnection 对象;VideoPlayer 类是该用户交互类的帮助器类。
NCManager() — Constructor in class fl.video.NCManager
创建新的 NCManager 实例。
NCManagerNative — Class in package fl.video
NCManagerNative 类是 NCManager 类的子类,支持某些 Flash Video Streaming Service 提供商可能支持的本机带宽检测。
NCManagerNative() — Constructor in class fl.video.NCManagerNative
创建新的 NCManagerNative 实例。
ncMgr — Property in class fl.video.FLVPlayback
一个 INCManager 对象,它提供对实现 INCManager 的类的实例的访问,而该类是 NCManager 类的接口。
ncMgr — Property in class fl.video.VideoPlayer
一个 INCManager 对象,它提供对实现 INCManager 的类的实例的访问,而该类是 NCManager 类的接口。
ncReconnected() — Method in class fl.video.VideoPlayer
在调用 INCManager.reconnect() 方法后,重新连接完成或失败后由 INCManager 调用。
NEGATIVE_INFINITY — Constant static property in class Number
指定表示负无穷大的 IEEE-754 值。
netConnection — Property in interface fl.video.INCManager
对 NetConnection 对象的引用。
netConnection — Property in class fl.video.NCManager
对 NetConnection 对象的引用。
netConnection — Property in class fl.video.VideoPlayer
允许直接访问由视频播放器创建的 NetConnection 实例。
NetConnection — Class in package flash.net
使用 NetConnection 类可以调用远程应用程序服务器(Adobe 的 Flash Media Server 2 或 Adobe Flex)上的命令,并可从 HTTP 地址或本地驱动器播放 Flash 视频 (FLV) 文件流。
NetConnection() — Constructor in class flash.net.NetConnection
创建一个 NetConnection 对象,可与 NetStream 对象一起用于调用远程应用程序服务器上的命令,或者在本地或从服务器播放视频流 (FLV) 文件。
netStatus — Event in class flash.net.NetConnection
在 NetConnection 对象报告其状态或错误条件时调度。
netStatus — Event in class flash.net.NetStream
在 NetStream 对象报告其状态或错误条件时调度。
netStatus — Event in class flash.net.SharedObject
在 SharedObject 实例报告其状态或错误情况时调度。
NET_STATUS — Constant static property in class flash.events.NetStatusEvent
定义 netStatus 事件对象的 type 属性值。
NetStatusEvent — Class in package flash.events
NetConnection、NetStream 或 SharedObject 对象报告其状态时,Flash® Player 将调度 NetStatusEvent 对象。
NetStatusEvent(type:String, bubbles:Boolean, cancelable:Boolean, info:object) — Constructor in class flash.events.NetStatusEvent
创建一个 Event 对象,其中包含有关 netStatus 事件的信息。
netStream — Property in class fl.video.VideoPlayer
允许直接访问由视频播放器创建的 NetStream 实例。
NetStream — Class in package flash.net
NetStream 类通过 NetConnection 对象提供的连接,打开了 Flash Player 与服务器(例如:Adobe 的 Macromedia Flash Media Server 2 或 Adobe Flex)或 Flash Player 与本地文件系统之间的单向流连接。
NetStream(connection:flash.net:NetConnection) — Constructor in class flash.net.NetStream
创建可用于通过指定的 NetConnection 对象播放 FLV 文件的流。
NEVER — Constant static property in class flash.display.PixelSnapping
一个在 Bitmap 对象的 pixelSnapping 属性中使用的常数值,用于指定不发生任何像素贴紧。
new — Operator
对类实例进行实例化。
NEW_COLUMN — Constant static property in class fl.events.DataGridEventReason
用户已将焦点移到同一行中新的一列。
NEW_ROW — Constant static property in class fl.events.DataGridEventReason
指示用户已将焦点移到新行。
nextFrame() — Method in class fl.motion.Animator
使 Flash Player 前进到动画序列中的下一帧。
nextFrame() — Method in class fl.transitions.Tween
将补间动画快进到已停止的动画的下一帧。
nextFrame() — Method in class flash.display.MovieClip
将播放头转到下一帧并停止。
nextName(index:int) — Method in class flash.utils.Proxy
允许按索引编号枚举代理对象的属性以检索属性名称。
nextNameIndex(index:int) — Method in class flash.utils.Proxy
允许按索引编号枚举代理对象的属性。
nextScene() — Method in class flash.display.MovieClip
将播放头移动到 MovieClip 实例的下一场景。
nextSibling — Property in class flash.xml.XMLNode
一个 XMLNode 值,它引用父级节点的子级列表中的下一个同级。
nextTabIndex — Property in class fl.managers.FocusManager
获取要在此 Tab 键循环中使用的下一个唯一 Tab 键索引。
nextTabIndex — Property in interface fl.managers.IFocusManager
获取要在当前 Tab 键循环中使用的下一个唯一 Tab 键索引。
nextValue — Property in class fl.controls.NumericStepper
获取或设置值序列中的下一个值。
nextValue(index:int) — Method in class flash.utils.Proxy
允许按索引编号枚举代理对象的属性以检索属性值。
noAutoLabeling — Property in class flash.accessibility.AccessibilityProperties
如果为 true,则禁用 Flash Player 的默认自动标签系统。
NO_BITRATE_MATCH — Constant static property in class fl.video.VideoError
状态变量,指示没有匹配的位速率。
NO_BORDER — Constant static property in class flash.display.StageScaleMode
指定整个 Flash 应用程序填满指定区域,不会发生扭曲,但有可能会进行一些裁切,同时保持应用程序的原始高宽比。
NO_CONNECTION — Constant static property in class fl.video.VideoError
状态变量,指示 Flash Player 无法连接到服务器或者无法找到服务器上的 FLV 文件。
nodeKind() — Method in class XML
指定节点的类型:文本、注释、处理指令、属性或元素。
nodeName — Property in class flash.xml.XMLNode
一个字符串,表示 XMLNode 对象的节点名称。
nodeType — Property in class flash.xml.XMLNode
一个 nodeType 常数值,对于 XML 元素为 XMLNodeType.ELEMENT_NODE,对于文本节点为 XMLNodeType.TEXT_NODE。
nodeValue — Property in class flash.xml.XMLNode
XMLDocument 对象的节点值。
noise(randomSeed:int, low:uint, high:uint, channelOptions:uint, grayScale:Boolean) — Method in class flash.display.BitmapData
使用表示随机杂点的像素填充图像。
None — Class in package fl.transitions.easing
None 类定义缓动函数,以实现 ActionScript 动画的非加速运动。
NONE — Constant static property in class fl.motion.RotateDirection
防止对象在补间期间旋转,直到达到下一个关键帧为止。
NONE — Constant static property in class flash.display.CapsStyle
用于在 flash.display.Graphics.lineStyle() 方法的 caps 参数中指定没有端点。
NONE — Constant static property in class flash.display.LineScaleMode
将此设置用作 lineStyle() 方法的 scaleMode 参数时,线条粗细不会缩放。
NONE — Constant static property in class flash.text.GridFitType
不设置网格固定。
NONE — Constant static property in class flash.text.TextFieldAutoSize
指定不调整大小。
NORMAL — Constant static property in class flash.display.BlendMode
该显示对象出现在背景前面。
NORMAL — Constant static property in class flash.display.LineScaleMode
将此设置用作 lineStyle() 方法的 scaleMode 参数时,线条粗细会始终随对象的缩放而缩放(默认值)。
NORMAL — Constant static property in class flash.display.StageDisplayState
指定舞台处于标准模式。
NORMAL — Constant static property in class flash.text.AntiAliasType
将消除锯齿功能设置为 Flash Player 7 和更低版本中使用的消除锯齿功能。
normalize() — Method in class XML
对于该 XML 对象以及所有子级 XML 对象,合并相邻文本节点并删除空文本节点。
normalize() — Method in class XMLList
合并相邻的文本节点,并删除下面每一项中的空文本节点:XMLList 中的所有文本节点、XMLList 中包含的所有 XML 对象,以及 XMLList 中的所有 XML 对象的后代。
normalize(thickness:Number) — Method in class flash.geom.Point
将 (0,0) 和当前点之间的线段缩放为设定的长度。
NO_SCALE — Constant static property in class fl.video.VideoScaleMode
指定完全以源视频的高度和宽度显示视频。
NO_SCALE — Constant static property in class flash.display.StageScaleMode
指定 Flash 应用程序的大小是固定的,因此,即使在更改播放器窗口大小时,它仍然保持不变。
null — Statement
一个可以分配给变量的或由未提供数据的函数返回的特殊值。
Null — Special Type
一种表示没有值的特殊数据类型。
NULL_URL_LOAD — Constant static property in class fl.video.VideoError
状态变量,指示向 load() 方法发送的 URL 为 null。
Number(expression:Object) — Package function in Top Level
将给定值转换成数字值。
Number — Final class in package Top Level
表示 IEEE-754 双精度浮点数的数据类型。
Number(num:Object) — Constructor in class Number
用指定值创建一个 Number 对象。
numChildren — Property in class flash.display.DisplayObjectContainer
返回此对象的子项数目。
numChildren — Property in class flash.display.Stage
返回此对象的子项数目。
NUMERIC — Constant static property in class Array
指定 Array 类排序方法为数值(而不是字符串)排序。
NumericStepper — Class in package fl.controls
NumericStepper 组件将显示一组已排序的数字,用户可以从中进行选择。
NumericStepper() — Constructor in class fl.controls.NumericStepper
创建新的 NumericStepper 组件实例。
numFrames — Property in class flash.display.Scene
场景中的帧数。
numLines — Property in class flash.text.TextField
定义多行文本字段中的文本行数。
numLock — Static property in class flash.ui.Keyboard
指定激活 (true) 或不激活 (false) Num Lock。
NUM_PAD — Constant static property in class flash.ui.KeyLocation
指示激活的键位于数字键盘或者是使用对应于数字键盘的虚拟键激活的。
NUMPAD_0 — Constant static property in class flash.ui.Keyboard
与数字键盘上的数字 0 的键控代码值 (96) 关联的常数。
NUMPAD_1 — Constant static property in class flash.ui.Keyboard
与数字键盘上的数字 1 的键控代码值 (97) 关联的常数。
NUMPAD_2 — Constant static property in class flash.ui.Keyboard
与数字键盘上的数字 2 的键控代码值 (98) 关联的常数。
NUMPAD_3 — Constant static property in class flash.ui.Keyboard
与数字键盘上的数字 3 的键控代码值 (99) 关联的常数。
NUMPAD_4 — Constant static property in class flash.ui.Keyboard
与数字键盘上的数字 4 的键控代码值 (100) 关联的常数。
NUMPAD_5 — Constant static property in class flash.ui.Keyboard
与数字键盘上的数字 5 的键控代码值 (101) 关联的常数。
NUMPAD_6 — Constant static property in class flash.ui.Keyboard
与数字键盘上的数字 6 的键控代码值 (102) 关联的常数。
NUMPAD_7 — Constant static property in class flash.ui.Keyboard
与数字键盘上的数字 7 的键控代码值 (103) 关联的常数。
NUMPAD_8 — Constant static property in class flash.ui.Keyboard
与数字键盘上的数字 8 的键控代码值 (104) 关联的常数。
NUMPAD_9 — Constant static property in class flash.ui.Keyboard
与数字键盘上的数字 9 的键控代码值 (105) 关联的常数。
NUMPAD_ADD — Constant static property in class flash.ui.Keyboard
与数字键盘上的加号 (+) 的键控代码值 (107) 关联的常数。
NUMPAD_DECIMAL — Constant static property in class flash.ui.Keyboard
与数字键盘上的小数点 (.) 的键控代码值 (110) 关联的常数。
NUMPAD_DIVIDE — Constant static property in class flash.ui.Keyboard
与数字键盘上的除号 (/) 的键控代码值 (111) 关联的常数。
NUMPAD_ENTER — Constant static property in class flash.ui.Keyboard
与数字键盘上的 Enter 的键控代码值 (108) 关联的常数。
NUMPAD_MULTIPLY — Constant static property in class flash.ui.Keyboard
与数字键盘上的乘号 (*) 的键控代码值 (106) 关联的常数。
NUMPAD_SUBTRACT — Constant static property in class flash.ui.Keyboard
与数字键盘上的减号 (-) 的键控代码值 (109) 关联的常数。
numRadioButtons — Property in class fl.controls.RadioButtonGroup
获取此单选按钮组中的单选按钮数。
符号   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