符号   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  
RADIAL — Constant static property in class flash.display.GradientType
用于指定放射状渐变填充的值。
RadioButton — Class in package fl.controls
使用 RadioButton 组件可以强制用户只能从一组选项中选择一项。
RadioButton() — Constructor in class fl.controls.RadioButton
创建新的 RadioButton 组件实例。
RadioButtonAccImpl — Class in package fl.accessibility
RadioButtonAccImpl 类(也称为 RadioButton Accessibility Implementation 类)用于使 RadioButton 组件具备辅助功能。
RadioButtonGroup — Class in package fl.controls
RadioButtonGroup 类将一组 RadioButton 组件定义为单个组件。
RadioButtonGroup(name:String) — Constructor in class fl.controls.RadioButtonGroup
创建一个新的 RadioButtonGroup 实例。
random() — Static method in class Math
返回一个伪随机数 n,其中 0 <= n < 1。
RangeError — Dynamic class in package Top Level
如果数值不在可接受的范围内,则会引发 RangeError 异常。
RangeError(message:String) — Constructor in class RangeError
创建一个新的 RangeError 对象。
rate — Property in class flash.media.Microphone
麦克风捕获声音的频率,单位是 kHz。
ratios — Property in class flash.filters.GradientBevelFilter
对应于 colors 数组中颜色的一组颜色分布比率。
ratios — Property in class flash.filters.GradientGlowFilter
对应于 colors 数组中颜色的一组颜色分布比率。
readBoolean() — Method in class flash.net.Socket
从套接字读取一个布尔值。
readBoolean() — Method in class flash.net.URLStream
从该流读取一个布尔值。
readBoolean() — Method in class flash.utils.ByteArray
从字节流中读取布尔值。
readBoolean() — Method in interface flash.utils.IDataInput
从字节流或字节数组中读取布尔值。
readByte() — Method in class flash.net.Socket
从套接字读取一个带符号字节。
readByte() — Method in class flash.net.URLStream
从该流读取一个带符号字节。
readByte() — Method in class flash.utils.ByteArray
从字节流中读取带符号的字节。
readByte() — Method in interface flash.utils.IDataInput
从字节流或字节数组中读取带符号的字节。
readBytes(bytes:flash.utils:ByteArray, offset:uint, length:uint) — Method in class flash.net.Socket
从套接字读取 length 参数所指定的数据的字节数。
readBytes(bytes:flash.utils:ByteArray, offset:uint, length:uint) — Method in class flash.net.URLStream
从该流读取 length 字节的数据。
readBytes(bytes:flash.utils:ByteArray, offset:uint, length:uint) — Method in class flash.utils.ByteArray
从字节流中读取 length 参数指定的数据字节数。
readBytes(bytes:flash.utils:ByteArray, offset:uint, length:uint) — Method in interface flash.utils.IDataInput
从字节流或字节数组中读取 length 参数指定的数据字节数。
readDouble() — Method in class flash.net.Socket
从套接字读取一个 IEEE 754 双精度浮点数。
readDouble() — Method in class flash.net.URLStream
从该流读取一个 IEEE 754 双精度浮点数。
readDouble() — Method in class flash.utils.ByteArray
从字节流中读取一个 IEEE 754 双精度(64 位)浮点数。
readDouble() — Method in interface flash.utils.IDataInput
从字节流或字节数组中读取 IEEE 754 双精度浮点数。
readExternal(input:flash.utils:IDataInput) — Method in interface flash.utils.IExternalizable
类实现此方法,以便通过调用 IDataInput 接口的方法,将其自身从数据流中解码。
readFloat() — Method in class flash.net.Socket
从套接字读取一个 IEEE 754 单精度浮点数。
readFloat() — Method in class flash.net.URLStream
从该流读取一个 IEEE 754 单精度浮点数。
readFloat() — Method in class flash.utils.ByteArray
从字节流中读取一个 IEEE 754 单精度(32 位)浮点数。
readFloat() — Method in interface flash.utils.IDataInput
从字节流或字节数组中读取 IEEE 754 单精度浮点数。
readInt() — Method in class flash.net.Socket
从套接字读取一个带符号的 32 位整数。
readInt() — Method in class flash.net.URLStream
从该流读取一个带符号的 32 位整数。
readInt() — Method in class flash.utils.ByteArray
从字节流中读取一个带符号的 32 位整数。
readInt() — Method in interface flash.utils.IDataInput
从字节流或字节数组中读取带符号的 32 位整数。
readMultiByte(length:uint, charSet:String) — Method in class flash.net.Socket
使用指定的字符集,从该字节流读取一个多字节字符串。
readMultiByte(length:uint, charSet:String) — Method in class flash.net.URLStream
使用指定的字符集从字节流中读取指定长度的多字节字符串。
readMultiByte(length:uint, charSet:String) — Method in class flash.utils.ByteArray
使用指定的字符集从字节流中读取指定长度的多字节字符串。
readMultiByte(length:uint, charSet:String) — Method in interface flash.utils.IDataInput
使用指定的字符集从字节流中读取指定长度的多字节字符串。
readObject() — Method in class flash.net.Socket
从以 AMF 序列化格式编码的套接字读取一个对象。
readObject() — Method in class flash.net.URLStream
从以 Action Message Format (AMF) 编码的套接字读取一个对象。
readObject() — Method in class flash.utils.ByteArray
从字节数组中读取一个以 AMF 序列化格式进行编码的对象。
readObject() — Method in interface flash.utils.IDataInput
从字节流或字节数组中读取一个以 AMF 序列化格式进行编码的对象。
readShort() — Method in class flash.net.Socket
从套接字读取一个带符号的 16 位整数。
readShort() — Method in class flash.net.URLStream
从该流读取一个带符号的 16 位整数。
readShort() — Method in class flash.utils.ByteArray
从字节流中读取一个带符号的 16 位整数。
readShort() — Method in interface flash.utils.IDataInput
从字节流或字节数组中读取带符号的 16 位整数。
readUnsignedByte() — Method in class flash.net.Socket
从套接字读取一个无符号字节。
readUnsignedByte() — Method in class flash.net.URLStream
从该流读取一个无符号字节。
readUnsignedByte() — Method in class flash.utils.ByteArray
从字节流中读取无符号的字节。
readUnsignedByte() — Method in interface flash.utils.IDataInput
从字节流或字节数组中读取无符号的字节。
readUnsignedInt() — Method in class flash.net.Socket
从套接字读取一个无符号的 32 位整数。
readUnsignedInt() — Method in class flash.net.URLStream
从该流读取一个无符号的 32 位整数。
readUnsignedInt() — Method in class flash.utils.ByteArray
从字节流中读取一个无符号的 32 位整数。
readUnsignedInt() — Method in interface flash.utils.IDataInput
从字节流或字节数组中读取无符号 32 位整数。
readUnsignedShort() — Method in class flash.net.Socket
从套接字读取一个无符号的 16 位整数。
readUnsignedShort() — Method in class flash.net.URLStream
从该流读取一个无符号的 16 位整数。
readUnsignedShort() — Method in class flash.utils.ByteArray
从字节流中读取一个无符号的 16 位整数。
readUnsignedShort() — Method in interface flash.utils.IDataInput
从字节流或字节数组中读取无符号 16 位整数。
readUTF() — Method in class flash.net.Socket
从套接字读取一个 UTF-8 字符串。
readUTF() — Method in class flash.net.URLStream
从该流读取一个 UTF-8 字符串。
readUTF() — Method in class flash.utils.ByteArray
从字节流中读取一个 UTF-8 字符串。
readUTF() — Method in interface flash.utils.IDataInput
从字节流或字节数组中读取 UTF-8 字符串。
readUTFBytes(length:uint) — Method in class flash.net.Socket
从套接字读取 length 参数所指定的 UTF-8 数据的字节数,并返回一个字符串。
readUTFBytes(length:uint) — Method in class flash.net.URLStream
从该流读取长度为 length 的 UTF-8 字节序列,并返回一个字符串。
readUTFBytes(length:uint) — Method in class flash.utils.ByteArray
从字节流中读取一个由 length 参数指定的 UTF-8 字节序列,并返回一个字符串。
readUTFBytes(length:uint) — Method in interface flash.utils.IDataInput
从字节流或字节数组中读取包含 length 个字节的 UTF-8 字节序列,并返回一个字符串。
ready — Event in class fl.video.FLVPlayback
在 FLV 文件已加载并可以显示时调度。
ready — Event in class fl.video.VideoPlayer
FLV 文件已加载并可以显示时调度此事件。
READY — Constant static property in class fl.video.VideoEvent
定义 ready 事件对象的 type 属性值。
reason — Property in class fl.events.DataGridEvent
获取调度 itemEditEnd 事件的原因。
receiveAudio(flag:Boolean) — Method in class flash.net.NetStream
指定传入的音频是否在流上播放。
receiveVideo(flag:Boolean) — Method in class flash.net.NetStream
指定传入的音频是否将在流上播放。
reconnect() — Method in interface fl.video.INCManager
失去连接后,由 VideoPlayer 对象调用来要求重新连接。
reconnect() — Method in class fl.video.NCManager
失去连接后,由 VideoPlayer 对象调用来要求重新连接。
rect — Property in class flash.display.BitmapData
定义位图图像大小和位置的矩形。
Rectangle — Class in package flash.geom
Rectangle 对象是按其位置(由它左上角的点 (x, y) 确定)以及宽度和高度定义的区域。
Rectangle(x:Number, y:Number, width:Number, height:Number) — Constructor in class flash.geom.Rectangle
创建一个新 Rectangle 对象,其左上角由 x 和 y 参数指定,并具有指定的 width 和 height 参数。
RED — Constant static property in class flash.display.BitmapDataChannel
红色通道。
redMultiplier — Property in class flash.geom.ColorTransform
与红色通道值相乘的十进制值。
redOffset — Property in class flash.geom.ColorTransform
-255 到 255 之间的数字,它先与 redMultiplier 值相乘,再与红色通道值相加。
ReferenceError — Dynamic class in package Top Level
如果尝试对密封(非动态)对象使用未定义属性的引用,将引发 ReferenceError 异常。
ReferenceError(message:String) — Constructor in class ReferenceError
创建一个新的 ReferenceError 对象。
REFLECT — Constant static property in class flash.display.SpreadMethod
指定渐变使用 reflect spread 方法。
refreshPane() — Method in class fl.containers.ScrollPane
重新加载滚动窗格的内容。
RegExp — Dynamic class in package Top Level
RegExp 类允许使用正则表达式(即可用于在字符串中执行搜索和替换文本的模式)。
RegExp(re:String, flags:String) — Constructor in class RegExp
允许使用两个字符串来构造正则表达式。
registerClassAlias(aliasName:String, classObject:Class) — Package function in flash.net
当以 Action Message Format (AMF) 对一个对象进行编码时,保留该对象的类(类型)。
registerFont(font:Class) — Static method in class flash.text.Font
在全局字体列表中注册一个字体类。
registerInstance(instance:fl.core:UIComponent) — Static method in class fl.managers.StyleManager
向样式管理器注册组件实例。
registrationHeight — Property in class fl.video.FLVPlayback
高度,用于在自动调整大小时对齐视频内容。
registrationHeight — Property in class fl.video.VideoPlayer
高度,用于在自动调整大小时对齐视频内容。
registrationWidth — Property in class fl.video.FLVPlayback
宽度,用于在自动调整大小时对齐视频内容。
registrationWidth — Property in class fl.video.VideoPlayer
宽度,用于在自动调整大小时对齐视频内容。
registrationX — Property in class fl.video.FLVPlayback
x 坐标,用于在自动调整大小时对齐视频内容。
registrationX — Property in class fl.video.VideoPlayer
x 坐标,用于在自动调整大小时对齐视频内容。
registrationY — Property in class fl.video.FLVPlayback
y 坐标,用于在自动调整大小时对齐视频内容。
registrationY — Property in class fl.video.VideoPlayer
y 坐标,用于在自动调整大小时对齐视频内容。
Regular — Class in package fl.transitions.easing
Regular 类可以定义三个缓动函数,以便实现具有 ActionScript 动画的加速运动。
REGULAR — Constant static property in class flash.text.FontStyle
为 setAdvancedAntiAliasingTable() 方法中的 fontStyle 参数定义不带样式的字体。
relatedObject — Property in class flash.events.FocusEvent
对补充 InteractiveObject 实例的引用,焦点变化会对此实例造成影响。
relatedObject — Property in class flash.events.MouseEvent
对与事件相关的显示列表对象的引用。
REMOTE — Constant static property in class flash.system.Security
此 SWF 文件来自 Internet URL,并在基于域的沙箱规则下运行。
REMOVE — Constant static property in class fl.events.DataChangeType
从数据提供者中删除了项目。
removeAll() — Method in class fl.controls.ComboBox
删除列表中的所有项目。
removeAll() — Method in class fl.controls.SelectableList
删除列表中的所有项目。
removeAll() — Method in class fl.data.DataProvider
从数据提供者中删除所有项目,并调度 DataChangeType.REMOVE_ALL 事件。
REMOVE_ALL — Constant static property in class fl.events.DataChangeType
从数据提供者中删除了所有项目。
removeAllColumns() — Method in class fl.controls.DataGrid
删除 DataGrid 组件中的所有列。
removeASCuePoint(timeNameOrCuePoint) — Method in class fl.video.FLVPlayback
从当前已加载的 FLV 文件中删除 ActionScript 提示点。
removeChild(child:flash.display:DisplayObject) — Method in class flash.display.DisplayObjectContainer
从 DisplayObjectContainer 实例的子列表中删除指定的 child DisplayObject 实例。
removeChildAt(index:int) — Method in class flash.display.DisplayObjectContainer
从 DisplayObjectContainer 的子列表中指定的 index 位置删除子 DisplayObject。
removeChildAt(index:int) — Method in class flash.display.Stage
从 DisplayObjectContainer 的子列表中指定的 index 位置删除子 DisplayObject。
removeColumnAt(index:uint) — Method in class fl.controls.DataGrid
删除位于 columns 数组中指定索引处的列。
removed — Event in class flash.display.DisplayObject
将要从显示列表中删除显示对象时调度。
REMOVED — Constant static property in class flash.events.Event
定义 removed 事件对象的 type 属性值。
removedFromStage — Event in class flash.display.DisplayObject
在从显示列表中直接删除显示对象或删除包含显示对象的子树时调度。
REMOVED_FROM_STAGE — Constant static property in class flash.events.Event
定义 removedFromStage 事件对象的 type 属性值。
removeEventListener(type:String, listener:Function, useCapture:Boolean) — Method in class flash.events.EventDispatcher
从 EventDispatcher 对象中删除侦听器。
removeEventListener(type:String, listener:Function, useCapture:Boolean) — Method in interface flash.events.IEventDispatcher
从 EventDispatcher 对象中删除侦听器。
removeItem(item:Object) — Method in class fl.controls.ComboBox
从列表中删除指定项目。
removeItem(item:Object) — Method in class fl.controls.SelectableList
从列表中删除指定项目。
removeItem(item:Object) — Method in class fl.data.DataProvider
从数据提供者中删除指定项目,并调度 DataChangeType.REMOVE 事件。
removeItemAt(index:uint) — Method in class fl.controls.ComboBox
删除指定索引位置处的项目。
removeItemAt(index:uint) — Method in class fl.controls.SelectableList
删除指定索引位置处的项目。
removeItemAt(index:uint) — Method in class fl.data.DataProvider
删除指定索引处的项目,并调度 DataChangeType.REMOVE 事件。
removeNamespace(ns:Namespace) — Method in class XML
删除该对象及其所有子级的给定命名空间。
removeNode() — Method in class flash.xml.XMLNode
从指定 XML 对象的父级中删除该对象。
removeRadioButton(radioButton:fl.controls:RadioButton) — Method in class fl.controls.RadioButtonGroup
从内部单选按钮列表中清除 RadioButton 实例。
render — Event in class flash.display.DisplayObject
将要更新和呈现显示列表时调度。
RENDER — Constant static property in class flash.events.Event
定义 render 事件对象的 type 属性值。
RENDERER_STYLES — Constant static property in class fl.core.InvalidationType
InvalidationType.RENDERER_STYLES 常量定义事件对象的 type 属性值,该事件对象被调度来指示组件的渲染器样式无效。
REPEAT — Constant static property in class flash.display.SpreadMethod
指定渐变使用 repeat spread 方法。
repeatCount — Property in class fl.motion.Animator
动画的重复次数。
repeatCount — Property in class flash.utils.Timer
设置的计时器运行总次数。
repeatDelay — 样式 in class fl.containers.BaseScrollPane
在第一次调度 buttonDown 事件之后、发送第二个 buttonDown 事件之前等待的毫秒数。.
repeatDelay — 样式 in class fl.controls.BaseButton
在第一次调度 buttonDown 事件之后、发送第二个 buttonDown 事件之前等待的毫秒数。.
repeatDelay — 样式 in class fl.controls.ComboBox
在第一次调度 buttonDown 事件之后、发送第二个 buttonDown 事件之前等待的毫秒数。.
repeatDelay — 样式 in class fl.controls.LabelButton
在第一次调度 buttonDown 事件之后、发送第二个 buttonDown 事件之前等待的毫秒数。.
repeatDelay — 样式 in class fl.controls.NumericStepper
在第一次调度 buttonDown 事件之后、发送第二个 buttonDown 事件之前等待的毫秒数。.
repeatDelay — 样式 in class fl.controls.ScrollBar
在第一次调度 buttonDown 事件之后、发送第二个 buttonDown 事件之前等待的毫秒数。.
repeatInterval — 样式 in class fl.containers.BaseScrollPane
在由 repeatDelay 样式指定的延迟之后调度的 buttonDown 事件之间的间隔(以毫秒为单位)。.
repeatInterval — 样式 in class fl.controls.BaseButton
在由 repeatDelay 样式指定的延迟之后调度的 buttonDown 事件之间的间隔(以毫秒为单位)。.
repeatInterval — 样式 in class fl.controls.ComboBox
在由 repeatDelay 样式指定的延迟之后调度的 buttonDown 事件之间的间隔(以毫秒为单位)。.
repeatInterval — 样式 in class fl.controls.LabelButton
在由 repeatDelay 样式指定的延迟之后调度的 buttonDown 事件之间的间隔(以毫秒为单位)。.
repeatInterval — 样式 in class fl.controls.NumericStepper
在由 repeatDelay 样式指定的延迟之后调度的 buttonDown 事件之间的间隔(以毫秒为单位)。.
repeatInterval — 样式 in class fl.controls.ScrollBar
在由 repeatDelay 样式指定的延迟之后调度的 buttonDown 事件之间的间隔(以毫秒为单位)。.
replace(pattern, repl:Object) — Method in class String
对字符串匹配指定模式并返回一个新字符串,其中的第一个模式匹配项被替换为 repl 所指定的内容。
replace(propertyName:Object, value:XML) — Method in class XML
用给定的 value 参数替换 propertyName 参数所指定的属性。
REPLACE — Constant static property in class fl.events.DataChangeType
新项目替换了数据提供者中的项目。
replaceItem(newItem:Object, oldItem:Object) — Method in class fl.data.DataProvider
用新项目替换现有项目,并调度 DataChangeType.REPLACE 事件。
replaceItemAt(item:Object, index:uint) — Method in class fl.controls.ComboBox
用其它项目替换指定索引位置处的项目。
replaceItemAt(item:Object, index:uint) — Method in class fl.controls.SelectableList
用其它项目替换指定索引位置处的项目。
replaceItemAt(newItem:Object, index:uint) — Method in class fl.data.DataProvider
替换指定索引处的项目,并调度 DataChangeType.REPLACE 事件。
replaceSelectedText(value:String) — Method in class flash.text.TextField
使用 value 参数的内容替换当前所选内容。
replaceText(beginIndex:int, endIndex:int, newText:String) — Method in class flash.text.TextField
使用 newText 参数的内容替换 beginIndex 和 endIndex 参数指定的字符范围。
requestHeaders — Property in class flash.net.URLRequest
要追加到 HTTP 请求的 HTTP 请求标头的数组。
reset() — Method in class fl.controls.ProgressBar
重置进度栏以用于新的加载操作。
reset() — Method in class flash.utils.Timer
如果计时器正在运行,则停止计时器,并将 currentCount 属性设回为 0,这类似于秒表的重置按钮。
resizable — Property in class fl.controls.dataGridClasses.DataGridColumn
指示是否允许用户更改列的宽度。
resizableColumns — Property in class fl.controls.DataGrid
指示用户能否更改列的尺寸。
resize — Event in class fl.containers.UILoader
在调整组件大小以后调度。
resize — Event in class fl.controls.Label
当组件的宽度或高度发生变化时调度。
resize — Event in class fl.core.UIComponent
在调整组件大小以后调度。
resize — Event in class flash.display.Stage
当 Stage 对象的 scaleMode 属性设置为 StageScaleMode.NO_SCALE 且 SWF 文件大小经过重新调整时进行调度。
RESIZE — Constant static property in class fl.events.ComponentEvent
定义 resize 事件对象的 type 属性值。
RESIZE — Constant static property in class flash.events.Event
定义 resize 事件对象的 type 属性值。
RESIZING — Constant static property in class fl.video.VideoState
视频播放器处于调整大小状态。
Responder — Class in package flash.net
Responder 类提供了一个对象,该对象在 NetConnection.call() 中使用以处理来自与特定操作成功或失败相关的服务器的返回值。
Responder(result:Function, status:Function) — Constructor in class flash.net.Responder
创建一个新的 Responder 对象。
restrict — Property in class fl.controls.ComboBox
获取或设置用户可以在文本字段中输入的字符。
restrict — Property in class fl.controls.TextArea
获取或设置文本字段从用户处接受的字符串。
restrict — Property in class fl.controls.TextInput
获取或设置文本字段从用户处接受的字符串。
restrict — Property in class flash.text.TextField
指示用户可输入到文本字段中的字符集。
resume() — Method in class fl.motion.Animator
在动画由 pause() 方法暂停后继续播放动画。
resume() — Method in class fl.transitions.Tween
继续播放已停止的补间动画。
resume() — Method in class flash.net.NetStream
恢复回放暂停的视频流。
return — Statement
导致立即返回执行调用函数。
RETURNINDEXEDARRAY — Constant static property in class Array
指定排序返回的数组包含数组索引。
reverse() — Method in class Array
在当前位置倒转数组。
rewind() — Method in class fl.motion.Animator
将 Flash Player 设置到动画的第一帧。
rewind(t:Number) — Method in class fl.transitions.Tween
使补间动画的播放后退到其开始值。
rewind — Event in class fl.video.FLVPlayback
通过调用 seek() 向后移动播放头的位置时或者在 autoRewind 调用完成时调度。
rewind — Property in class flash.ui.ContextMenuBuiltInItems
允许用户将 SWF 文件设置为随时从选定的第一帧开始播放(单帧 SWF 文件不显示此属性)。
REWIND — Constant static property in class fl.video.VideoEvent
定义 rewind 事件对象的 type 属性值。
REWINDING — Constant static property in class fl.video.VideoState
视频播放器处于后退状态。
RGB — Constant static property in class flash.display.InterpolationMethod
指定应使用 RGB 插值方法。
right — Property in class flash.geom.Rectangle
x 和 width 属性的和。
RIGHT — Constant static property in class fl.controls.ButtonLabelPlacement
标签将显示在图标的右侧。
RIGHT — Constant static property in class fl.controls.ProgressBarDirection
从左向右填充进度栏。
RIGHT — Constant static property in class fl.video.VideoAlign
指定视频靠右对齐。
RIGHT — Constant static property in class flash.display.StageAlign
指定舞台靠右对齐。
RIGHT — Constant static property in class flash.text.TextFieldAutoSize
指定将文本视为右对齐文本,即文本字段的右侧固定不变,只在左侧调整单行的大小。
RIGHT — Constant static property in class flash.text.TextFormatAlign
常数;在文本字段内将文本右对齐。
RIGHT — Constant static property in class flash.ui.Keyboard
与向右箭头键的键控代码值 (39) 关联的常数。
RIGHT — Constant static property in class flash.ui.KeyLocation
指示激活的键在右侧键位置(此键有多个可能的位置)。
rightMargin — Property in class flash.text.TextFormat
段落的右边距,以像素为单位。
rightPeak — Property in class flash.media.SoundChannel
右声道的当前幅度(音量),范围从 0(静音)至 1(最大幅度)。
rightToLeft — Property in class flash.media.SoundTransform
从 0(无)至 1(全部)的值,指定了右输入在左扬声器里播放的量。
rightToRight — Property in class flash.media.SoundTransform
从 0(无)至 1(全部)的值,指定了右输入在右扬声器里播放的量。
rollOut — Event in class fl.controls.SelectableList
当用户将指针滑离组件时调度。
rollOut — Event in class flash.display.InteractiveObject
用户将指针设备从 InteractiveObject 实例上移开时调度。
ROLL_OUT — Constant static property in class flash.events.MouseEvent
定义 rollOut 事件对象的 type 属性值。
rollOver — Event in class fl.controls.SelectableList
当用户将指针滑过组件时调度。
rollOver — Event in class flash.display.InteractiveObject
用户将指针设备移动到 InteractiveObject 实例上时调度。
ROLL_OVER — Constant static property in class flash.events.MouseEvent
定义 rollOver 事件对象的 type 属性值。
root — Property in class flash.display.DisplayObject
对于加载的 SWF 文件中的显示对象,root 属性是此 SWF 文件所表示的显示列表树结构部分中的顶级显示对象。
rotate(angle:Number) — Method in class flash.geom.Matrix
对 Matrix 对象应用旋转转换。
Rotate — Class in package fl.transitions
Rotate 类旋转影片剪辑对象。
rotateAroundExternalPoint(m:flash.geom:Matrix, x:Number, y:Number, angleDegrees:Number) — Static method in class fl.motion.MatrixTransformer
围绕矩阵转换空间以外定义的点旋转矩阵。
rotateAroundInternalPoint(m:flash.geom:Matrix, x:Number, y:Number, angleDegrees:Number) — Static method in class fl.motion.MatrixTransformer
围绕矩阵转换空间中定义的点旋转矩阵。
rotateDirection — Property in class fl.motion.Keyframe
带有 RotateDirection 类的一个值,可以控制目标对象在补间动画期间的旋转方式。
RotateDirection — Class in package fl.motion
RotateDirection 类在补间期间为旋转行为提供常数值。
rotateTimes — Property in class fl.motion.Keyframe
除了任何现有旋转以外,在补间动画期间向目标对象添加旋转。
rotation — Property in class fl.motion.Keyframe
指示从变形点开始应用的目标对象相对于其原始方向的旋转角度(以度为单位)。
rotation — Property in class fl.motion.Source
指示原始对象的 rotation 值。
rotation — Property in class flash.display.DisplayObject
指示 DisplayObject 实例距其原始方向的旋转程度,以度为单位。
ROTATION — Constant static property in class fl.motion.Tweenables
rotation 属性的常量。
round(val:Number) — Static method in class Math
将参数 val 的值向上或向下舍入为最接近的整数并返回该值。
ROUND — Constant static property in class flash.display.CapsStyle
用于在 flash.display.Graphics.lineStyle() 方法的 caps 参数中指定圆头端点。
ROUND — Constant static property in class flash.display.JointStyle
在 flash.display.Graphics.lineStyle() 方法的 joints 参数中指定圆角连接。
row — Property in class fl.controls.listClasses.ListData
数据项目所在的行。
rowCount — Property in class fl.controls.ComboBox
获取或设置没有滚动条的下拉列表中可显示的最大行数。
rowCount — Property in class fl.controls.DataGrid
获取或设置在列表中至少部分可见的行的行数。
rowCount — Property in class fl.controls.List
获取或设置在列表中至少部分可见的行的行数。
rowCount — Property in class fl.controls.SelectableList
获取列表中至少部分可见的行的行数。
rowCount — Property in class fl.controls.TileList
获取或设置在列表中至少部分可见的行的行数。
rowHeight — Property in class fl.controls.DataGrid
获取或设置 DataGrid 组件中每一行的高度(以像素为单位)。
rowHeight — Property in class fl.controls.List
获取或设置列表中每一行的高度,以像素为单位。
rowHeight — Property in class fl.controls.TileList
获取或设置应用于列表中每一行的高度,以像素为单位。
rowIndex — Property in class fl.events.ListEvent
获取与此事件关联的项目的行索引。
running — Property in class flash.utils.Timer
计时器的当前状态;如果计时器正在运行,则为 true,否则为 false。
符号   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