符号   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  
a — Property in class fl.motion.BezierSegment
贝塞尔曲线的第一个点。
a — Property in class flash.geom.Matrix
Matrix 对象的第一行第一列中的值,它影响在缩放或旋转图像时沿 x 轴的像素定位。
abs(val:Number) — Static method in class Math
计算并返回由参数 val 指定的数字的绝对值。
accept() — Static method in class adobe.utils.XMLUI
使当前的 XMLUI 对话框以“accept”状态关闭。
Accessibility — Final class in package flash.accessibility
Accessibility 类管理与屏幕阅读器之间的通信。
accessibilityProperties — Property in class flash.display.DisplayObject
此显示对象的当前辅助功能选项。
AccessibilityProperties — Class in package flash.accessibility
利用 AccessibilityProperties 类可控制 Flash 对象辅助功能(如屏幕阅读器)演示。
AccessibilityProperties() — Constructor in class flash.accessibility.AccessibilityProperties
创建一个新的 AccessibilityProperties 对象。
AccImpl — Class in package fl.accessibility
AccImpl 类(也称为 Accessibility Implementation 类)是用于在组件中实现辅助功能的基类。
acos(val:Number) — Static method in class Math
以弧度为单位计算并返回由参数 val 指定的数字的反余弦值。
ACTIONSCRIPT — Constant static property in class fl.video.CuePointType
定义 findCuePoint() 和 findNearestCuePoint() 方法的 type 参数值。
ACTIONSCRIPT2 — Constant static property in class flash.display.ActionScriptVersion
ActionScript 语言版本 2.0 和更早版本。
ACTIONSCRIPT3 — Constant static property in class flash.display.ActionScriptVersion
ActionScript 语言版本 3.0。
actionScriptVersion — Property in class flash.display.LoaderInfo
被加载的 SWF 文件的 ActionScript 版本。
ActionScriptVersion — Final class in package flash.display
ActionScriptVersion 类是表示已加载 SWF 文件的语言版本的常数值枚举。
actionsList — Static property in class adobe.utils.CustomActions
返回一个 Array 对象,该对象包含向 Flash 创作工具注册的所有自定义动作的名称。
activate() — Method in class fl.managers.FocusManager
激活 FocusManager 实例。
activate() — Method in interface fl.managers.IFocusManager
激活焦点管理器。
activate — Event in class flash.events.EventDispatcher
Flash Player 获得操作系统焦点并变为活动状态时调度。
ACTIVATE — Constant static property in class flash.events.Event
定义 activate 事件对象的 type 属性值。
activating — Property in class flash.events.ActivityEvent
指示设备是已激活 (true) 还是被取消激活 (false)。
active — Static property in class flash.accessibility.Accessibility
指示某个屏幕阅读器当前是否处于活动状态,以及播放器是否正在与它通信。
activeVideoPlayerIndex — Property in class fl.video.FLVPlayback
一个数字,指定哪个视频播放器实例受其它应用程序编程接口 (API) 影响。
activity — Event in class flash.media.Camera
在摄像头开始或结束会话时调度。
activity — Event in class flash.media.Microphone
在麦克风开始或结束会话时调度。
ACTIVITY — Constant static property in class flash.events.ActivityEvent
ActivityEvent.ACTIVITY 常量定义 activity 事件对象的 type 属性值。
ActivityEvent — Class in package flash.events
每次摄像头或麦克风报告其变为活动或非活动状态时,Flash® Player 将调度 ActivityEvent 对象。
ActivityEvent(type:String, bubbles:Boolean, cancelable:Boolean, activating:Boolean) — Constructor in class flash.events.ActivityEvent
创建一个 Event 对象,其中包含有关活动事件的信息。
activityLevel — Property in class flash.media.Camera
一个数值,指定摄像头检测的运动量。
activityLevel — Property in class flash.media.Microphone
麦克风正在检测的音量。
add(v:flash.geom:Point) — Method in class flash.geom.Point
将另一个点的坐标添加到此点的坐标以创建一个新点。
ADD — Constant static property in class fl.events.DataChangeType
将项目添加到了数据提供者。
ADD — Constant static property in class flash.display.BlendMode
将显示对象的原色值添加到它的背景颜色中,上限值为 0xFF。
addASCuePoint(timeOrCuePoint, name:String, parameters:Object) — Method in class fl.video.FLVPlayback
添加 ActionScript 提示点,并与使用“提示点”对话框添加 ActionScript 提示点具有几乎相同的效果,只是后者在应用程序执行时发生,而不是在应用程序开发期间发生。
addCallback(functionName:String, closure:Function) — Static method in class flash.external.ExternalInterface
将 ActionScript 方法注册为可从容器调用。
addChild(child:flash.display:DisplayObject) — Method in class flash.display.DisplayObjectContainer
将一个 DisplayObject 子实例添加到该 DisplayObjectContainer 实例中。
addChild(child:flash.display:DisplayObject) — Method in class flash.display.Stage
将一个 DisplayObject 子实例添加到该 DisplayObjectContainer 实例中。
addChildAt(child:flash.display:DisplayObject, index:int) — Method in class flash.display.DisplayObjectContainer
将一个 DisplayObject 子实例添加到该 DisplayObjectContainer 实例中。
addChildAt(child:flash.display:DisplayObject, index:int) — Method in class flash.display.Stage
将一个 DisplayObject 子实例添加到该 DisplayObjectContainer 实例中。
addColumn(column) — Method in class fl.controls.DataGrid
在 columns 数组的末尾添加列。
addColumnAt(column, index:uint) — Method in class fl.controls.DataGrid
在 column 数组中的指定索引处插入列。
addDelayedInstance(instance:Object, stringID:String) — Static method in class fl.lang.Locale
将 {实例, 字符串 ID} 对添加到内部数组中,供以后使用。
added — Property in class fl.video.CaptionChangeEvent
一个布尔值,确定是添加了字幕还是删除了字幕。
added — Event in class flash.display.DisplayObject
将显示对象添加到显示列表中时调度。
ADDED — Constant static property in class flash.events.Event
定义 added 事件对象的 type 属性值。
addedToStage — Event in class flash.display.DisplayObject
在将显示对象直接添加到舞台显示列表或将包含显示对象的子树添加至舞台显示列表中时调度。
ADDED_TO_STAGE — Constant static property in class flash.events.Event
定义 addedToStage 事件对象的 type 属性值。
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — Method in class flash.display.Stage
使用 EventDispatcher 对象注册事件侦听器对象,以使侦听器能够接收事件通知。
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — Method in class flash.events.EventDispatcher
使用 EventDispatcher 对象注册事件侦听器对象,以使侦听器能够接收事件通知。
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — Method in interface flash.events.IEventDispatcher
使用 EventDispatcher 对象注册事件侦听器对象,以使侦听器能够接收事件通知。
addHeader(operation:String, mustUnderstand:Boolean, param:Object) — Method in class flash.net.NetConnection
将上下文标头添加到 AMF 数据包结构。
addItem(item:Object) — Method in class fl.controls.ComboBox
向项目列表的末尾追加项目。
addItem(item:Object) — Method in class fl.controls.SelectableList
向项目列表的末尾追加项目。
addItem(item:Object) — Method in class fl.data.DataProvider
将项目追加到数据提供者的结尾。
addItemAt(item:Object, index:uint) — Method in class fl.controls.ComboBox
在指定索引位置处将项目插入列表。
addItemAt(item:Object, index:uint) — Method in class fl.controls.SelectableList
在指定索引位置处将项目插入列表。
addItemAt(item:Object, index:uint) — Method in class fl.data.DataProvider
将新项目添加到数据提供者的指定索引处。
addItems(items:Object) — Method in class fl.data.DataProvider
向 DataProvider 的末尾追加多个项目,并调度 DataChangeType.ADD 事件。
addItemsAt(items:Object, index:uint) — Method in class fl.data.DataProvider
向数据提供者的指定索引处添加若干项目,并调度 DataChangeType.ADD 事件。
addKeyframe(newKeyframe:fl.motion:Keyframe) — Method in class fl.motion.Motion
向 Motion 实例添加关键帧对象。
addNamespace(ns:Object) — Method in class XML
可将命名空间添加到该 XML 对象所在范围的命名空间集中。
addPage(sprite:flash.display:Sprite, printArea:flash.geom:Rectangle, options:flash.printing:PrintJobOptions, frameNum:int) — Method in class flash.printing.PrintJob
将指定的 Sprite 对象作为单个页发送到打印后台处理程序。
addRadioButton(radioButton:fl.controls:RadioButton) — Method in class fl.controls.RadioButtonGroup
向内部单选按钮数组添加一个单选按钮,以用于单选按钮组索引,这样可允许在单选按钮组中单独选择一个单选按钮。
addXMLPath(langCode:String, path:String) — Static method in class fl.lang.Locale
将 {语言代码和语言路径} 对添加到内部数组中,供以后使用。
adobe.utils — 包
The adobe.utils package contains functions and classes used by Flash authoring tool developers.
ADVANCED — Constant static property in class flash.text.AntiAliasType
将消除锯齿功能设置为高级消除锯齿功能。
affectsTweenable(tweenableName:String) — Method in class fl.motion.Keyframe
指示关键帧对特定的动画属性是否有影响。
album — Property in class flash.media.ID3Info
专辑的名称;对应于 ID3 2.0 标签 TALB。
align — Property in class fl.video.FLVPlayback
在 scaleMode 属性设置为 VideoScaleMode.MAINTAIN_ASPECT_RATIO 或 VideoScaleMode.NO_SCALE 时指定视频布局。
align — Property in class fl.video.VideoPlayer
指定如何相对于 registrationX、registrationY、registrationWidth 和 registrationHeight 属性显示视频。
align — Property in class flash.display.Stage
一个 StageAlign 类中指定舞台在 Flash Player 或浏览器中的对齐方式的值。
align — Property in class flash.text.TextFormat
指示段落的对齐方式。
ALL — Constant static property in class fl.core.InvalidationType
InvalidationType.ALL 常量定义事件对象的 type 属性值,该事件对象被调度来指示组件应该完全重绘自身。
ALL — Constant static property in class fl.video.CuePointType
定义 findCuePoint() 和 findNearestCuePoint() 方法的 type 参数值。
allowDomain(... rest) — Method in class flash.net.LocalConnection
指定一个或多个可以将 LocalConnection 调用发送到此 LocalConnection 实例的域。
allowDomain(... rest) — Static method in class flash.system.Security
允许所标识的域中的 SWF 文件和 HTML 文件访问包含 allowDomain() 调用的 SWF 文件中的对象和变量。
allowInsecureDomain(... rest) — Method in class flash.net.LocalConnection
指定一个或多个可以将 LocalConnection 调用发送到此 LocalConnection 对象的域。
allowInsecureDomain(... rest) — Static method in class flash.system.Security
允许所标识的域中的 SWF 文件和 HTML 文件访问执行调用的 SWF 文件中的对象和变量,该文件是使用 HTTPS 协议承载的。
allowMultipleSelection — Property in class fl.controls.SelectableList
获取一个布尔值,指示能否一次选择多个列表项目。
alpha — Property in class flash.display.DisplayObject
指示指定对象的 Alpha 透明度值。
alpha — Property in class flash.filters.ConvolutionFilter
替换颜色的 Alpha 透明度值。
alpha — Property in class flash.filters.DisplacementMapFilter
指定对于超出范围的替换应用的 Alpha 透明度值。
alpha — Property in class flash.filters.DropShadowFilter
阴影颜色的 Alpha 透明度值。
alpha — Property in class flash.filters.GlowFilter
颜色的 Alpha 透明度值。
ALPHA — Constant static property in class flash.display.BitmapDataChannel
Alpha 通道。
ALPHA — Constant static property in class flash.display.BlendMode
将显示对象的每个像素的 Alpha 值应用于背景。
alphaMultiplier — Property in class flash.geom.ColorTransform
与 Alpha 透明度通道值相乘的十进制值。
ALPHANUMERIC_FULL — Constant static property in class flash.system.IMEConversionMode
字符串“ALPHANUMERIC_FULL”,与 IME.conversionMode 属性配合使用。
ALPHANUMERIC_HALF — Constant static property in class flash.system.IMEConversionMode
字符串“ALPHANUMERIC_HALF”,与 IME.conversionMode 属性配合使用。
alphaOffset — Property in class flash.geom.ColorTransform
-255 到 255 之间的数字,它先与 alphaMultiplier 值相乘,再与 Alpha 透明度通道值相加。
alphas — Property in class flash.filters.GradientBevelFilter
colors 数组中对应颜色的 Alpha 透明度值的数组。
alphas — Property in class flash.filters.GradientGlowFilter
colors 数组中对应颜色的 Alpha 透明度值的数组。
altKey — Property in class flash.events.KeyboardEvent
保留以供将来使用。
altKey — Property in class flash.events.MouseEvent
保留以供将来使用。
ALWAYS — Constant static property in class flash.display.PixelSnapping
一个在 Bitmap 对象的 pixelSnapping 属性中使用的常数值,用于指定位图图像始终与最近的像素贴紧,与任何变形无关。
alwaysShowSelection — Property in class fl.controls.TextArea
获取或设置一个布尔值,指示当文本字段不具有焦点时 Flash Player 是否突出显示文本字段中的选定内容。
alwaysShowSelection — Property in class fl.controls.TextInput
获取或设置一个布尔值,指示当文本字段不具有焦点时选定内容的显示方式。
alwaysShowSelection — Property in class flash.text.TextField
如果设置为 true 且文本字段没有焦点,Flash Player 将以灰色突出显示文本字段中的所选内容。
AMF0 — Constant static property in class flash.net.ObjectEncoding
指定使用 ActionScript 1.0 和 2.0 的 Action Message Format 来序列化对象。
AMF3 — Constant static property in class flash.net.ObjectEncoding
指定使用 ActionScript 3.0 的 Action Message Format 来序列化对象。
angle — Property in class flash.filters.BevelFilter
斜角的角度。
angle — Property in class flash.filters.DropShadowFilter
阴影的角度。
angle — Property in class flash.filters.GradientBevelFilter
角度,以度为单位。
angle — Property in class flash.filters.GradientGlowFilter
角度,以度为单位。
Animator — Class in package fl.motion
Animator 类将补间动画的 XML 说明应用于显示对象。
Animator(xml:XML, target:flash.display:DisplayObject) — Constructor in class fl.motion.Animator
创建 Animator 对象,将基于 XML 的补间动画说明应用于显示对象。
antiAliasType — Property in class flash.text.TextField
用于此文本字段的消除锯齿类型。
AntiAliasType — Final class in package flash.text
AntiAliasType 类为 flash.text.TextField 类中的消除锯齿提供值。
appendChild(child:Object) — Method in class XML
将给定子项追加到该 XML 对象属性的末尾。
appendChild(node:flash.xml:XMLNode) — Method in class flash.xml.XMLNode
将指定的节点追加到 XML 对象的子级列表中。
appendText(text:String) — Method in class fl.controls.TextArea
将指定字符串附加到 TextArea 组件所包含的最后一个字符之后。
appendText(text:String) — Method in class fl.controls.TextInput
将指定字符串追加到 TextArea 所包含的最后一个字符之后。
appendText(newText:String) — Method in class flash.text.TextField
将 newText 参数指定的字符串追加到文本字段的文本的末尾。
applicationDomain — Property in class flash.display.LoaderInfo
加载外部 SWF 文件后,包含在已加载类中的所有 ActionScript 3.0 定义将存储在 applicationDomain 属性中。
applicationDomain — Property in class flash.system.LoaderContext
指定用于 Loader.load() 或 Loader.loadBytes() 方法的应用程序域。
ApplicationDomain — Final class in package flash.system
ApplicationDomain 类是分散的类定义组的一个容器。
ApplicationDomain(parentDomain:flash.system:ApplicationDomain) — Constructor in class flash.system.ApplicationDomain
创建一个新的应用程序域。
apply(thisObject:Object, argArray:Array) — Method in class Function
指定要在 ActionScript 调用的任何函数内使用的 thisObject 的值。
applyFilter(sourceBitmapData:flash.display:BitmapData, sourceRect:flash.geom:Rectangle, destPoint:flash.geom:Point, filter:flash.filters:BitmapFilter) — Method in class flash.display.BitmapData
取得一个源图像和一个滤镜对象,并生成过滤的图像。
areInaccessibleObjectsUnderPoint(point:flash.geom:Point) — Method in class flash.display.DisplayObjectContainer
指示安全限制是否会导致出现以下情况:在列表中忽略了使用指定 point 点调用 DisplayObjectContainer.getObjectsUnderPoint() 方法时返回的所有显示对象。
areSoundsInaccessible() — Static method in class flash.media.SoundMixer
确定是否因安全限制而无法访问任何声音。
ArgumentError — Dynamic class in package Top Level
ArgumentError 类表示一种错误,如果函数提供的参数与为该函数定义的参数不一致,则会出现该错误。
ArgumentError(message:String) — Constructor in class ArgumentError
创建一个 ArgumentError 对象。
arguments — Class in package Top Level
用于存储和访问函数参数的参数对象。
Array(... rest) — Package function in Top Level
创建一个新数组。
Array — Dynamic class in package Top Level
使用 Array 类可以访问和操作数组。
Array(numElements:int) — Constructor in class Array
允许创建指定元素数量的数组。
Array(... rest) — Constructor in class Array
允许创建包含指定元素的数组。
artist — Property in class flash.media.ID3Info
歌手的姓名;对应于 ID3 2.0 标签 TPE1。
as — Operator
计算第一个操作数指定的表达式是否为第二个操作数指定的数据类型的成员。
AS3 — Statement
定义核心 ActionScript 类的方法和属性,将其作为固定属性而非原型属性。
ascent — Property in class flash.text.TextLineMetrics
文本的上升值是从基线到行高度顶部的长度,以像素为单位。
asin(val:Number) — Static method in class Math
以弧度为单位计算并返回由参数 val 指定的数字的反正弦值。
asyncError — Event in class flash.net.LocalConnection
在异步引发异常(即来自本机异步代码)时调度。
asyncError — Event in class flash.net.NetConnection
在异步引发异常(即来自本机异步代码)时调度。
asyncError — Event in class flash.net.NetStream
在异步引发异常(即来自本机异步代码)时调度。
asyncError — Event in class flash.net.SharedObject
在异步引发异常(即来自本机异步代码)时调度。
ASYNC_ERROR — Constant static property in class flash.events.AsyncErrorEvent
AsyncErrorEvent.ASYNC_ERROR 常量定义 asyncError 事件对象的 type 属性值。
AsyncErrorEvent — Class in package flash.events
如果异常是从本机异步代码中引发的(例如,可能从 LocalConnection、NetConnection、SharedObject 或 NetStream 引发),Flash® Player 将调度 AsyncErrorEvent。
AsyncErrorEvent(type:String, bubbles:Boolean, cancelable:Boolean, text:String, error:Error) — Constructor in class flash.events.AsyncErrorEvent
创建 AsyncErrorEvent 对象,其中包含有关 asyncError 事件的信息。
atan(val:Number) — Static method in class Math
以弧度为单位计算并返回角度值,该角度的正切值已在参数 val 中指定。
atan2(y:Number, x:Number) — Static method in class Math
以弧度为单位计算并返回点 y/x 的角度值,该角度从圆的 x 轴(其中,0,0 表示圆心)沿逆时针方向测量。
attachAudio(microphone:flash.media:Microphone) — Method in class flash.net.NetStream
指定一个通过 NetStream 对象发送的音频流,它来自作为源传递的 Microphone 对象。
attachCamera(camera:flash.media:Camera) — Method in class flash.media.Video
指定在应用程序窗口中 Video 对象的边界内显示来自摄像头的视频流。
attachCamera(theCamera:flash.media:Camera, snapshotMilliseconds:int) — Method in class flash.net.NetStream
开始从指定的源捕获视频,或者如果 theCamera 被设置为 null,则停止捕获操作。
attachNetStream(netStream:flash.net:NetStream) — Method in class flash.media.Video
指定在应用程序窗口中 Video 对象的边界内显示视频流。
AT_TARGET — Constant static property in class flash.events.EventPhase
目标阶段,是事件流的第二个阶段。
attribute(attributeName) — Method in class XML
返回其名称与 attributeName 参数相符的属性的 XML 值。
attribute(attributeName) — Method in class XMLList
调用每个 XML 对象的 attribute() 方法并返回结果的 XMLList 对象。
attributes() — Method in class XML
返回给定 XML 对象的属性值列表。
attributes() — Method in class XMLList
调用每个 XML 对象的 attributes() 方法,并返回每个 XML 对象属性的 XMLList 对象。
attributes — Property in class flash.xml.XMLNode
一个对象,其中包含指定的 XMLNode 实例的所有属性。
AUTO — Constant static property in class fl.controls.ScrollPolicy
如果子项超出所有者的尺寸,则显示滚动条。
AUTO — Constant static property in class fl.motion.RotateDirection
选择一个所需旋转量最少的旋转方向。
AUTO — Constant static property in class flash.display.PixelSnapping
一个在 Bitmap 对象的 pixelSnapping 属性中使用的常数值,用于指定如果位图图像是未经旋转或倾斜而绘制的,并且是以 99.9% 至 100.1% 的缩放系数绘制的,则该位图图像将与最近的像素贴紧。
autoLayout — Event in class fl.video.FLVPlayback
当自动调整视频播放器大小或布置视频播放器时调度。
autoLayout — Property in class fl.video.FLVPlaybackCaptioning
确定 FLVPlaybackCaptioning 组件是否可以自动移动 TextField 对象并调整其大小以便添加字幕。
AUTO_LAYOUT — Constant static property in class fl.video.AutoLayoutEvent
定义 autoLayout 事件对象的 type 属性值。
AutoLayoutEvent — Class in package fl.video
Flash® Player 在自动调整视频播放器大小和布置视频播放器时调度 AutoLayoutEvent 对象。
AutoLayoutEvent(type:String, bubbles:Boolean, cancelable:Boolean, oldBounds:flash.geom:Rectangle, oldRegistrationBounds:flash.geom:Rectangle, vp:uint) — Constructor in class fl.video.AutoLayoutEvent
创建一个 Event 对象,其中包含有关 autoLayout 事件的信息。
autoLoad — Property in class fl.containers.UILoader
获取或设置一个值,该值指示 UILoader 实例是否自动加载指定的内容。
autoPlay — Property in class fl.video.FLVPlayback
一个布尔值,如果设置为 true,则在设置 source 属性后自动开始播放 FLV 文件。
autoRepeat — Property in class fl.controls.BaseButton
获取或设置一个布尔值,该值指示是否当用户在组件上按住鼠标按键时重复调度 buttonDown 事件。
autoRepeat — Property in class fl.controls.CheckBox
根据定义,CheckBox 始终是不可自动重复的,因此构造函数中的 autoRepeat 属性设置为 false,并且对 CheckBox 而言不能更改。
autoRepeat — Property in class fl.controls.RadioButton
单选按钮按定义始终是不可自动重复的,因此,autoRepeat 属性在构造函数中被设置为 false 并且不可更改。
autoReplace — Static property in class fl.lang.Locale
确定是否在加载 XML 文件后自动替换字符串。
autoRewind — Property in class fl.motion.Animator
将动画设置为完成后重新开始播放。
autoRewind — Property in class fl.video.FLVPlayback
一个布尔值,如果为 true,则播放停止时(由于播放器到达流的末端或调用了 stop() 方法),会使 FLV 文件后退到第 1 帧。
autoRewind — Property in class fl.video.VideoPlayer
一个布尔值,如果为 true,则播放停止时(由于播放器到达流的末端或调用了 stop() 方法),会使 FLV 文件后退到第 1 帧。
autoRewound — Event in class fl.video.FLVPlayback
由于 autoRewind 属性设置为 true 而将播放头移至视频播放器的开始位置时调度。
autoRewound — Event in class fl.video.VideoPlayer
由于 autoRewind 属性设置为 true 而将播放头移至视频播放器的开始位置时调度。
AUTO_REWOUND — Constant static property in class fl.video.VideoEvent
定义 autoRewound 事件对象的 type 属性值。
autoSize — Property in class fl.controls.Label
获取或设置一个字符串,指示如何调整标签大小和对齐标签以适合其 text 属性的值。
autoSize — Property in class flash.text.TextField
控制文本字段的自动大小调整和对齐。
available — Static property in class flash.external.ExternalInterface
指示此播放器是否位于提供外部接口的容器中。
avHardwareDisable — Static property in class flash.system.Capabilities
指定对用户的摄像头和麦克风的访问是已经通过管理方式禁止 (true) 还是允许 (false)。
AVM1Movie — Class in package flash.display
AVM1Movie 是表示使用 ActionScript 1.0 或 2.0 的 AVM1 影片剪辑的简单类。
符号   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