| 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 | |
| a — Property, class fl.motion.BezierSegment | |
| The first point of the Bezier curve. | |
| a — Property, class flash.geom.Matrix | |
| The value that affects the positioning of pixels along the x axis when scaling or rotating an image. | |
| abs(val:Number) — Static method, class Math | |
| Computes and returns an absolute value for the number specified by the parameter val. | |
| accept() — Static method, class adobe.utils.XMLUI | |
| Makes the current XMLUI dialog box close with an "accept" state. | |
| Accessibility — Final class, package flash.accessibility | |
| The Accessibility class manages communication with screen readers. | |
| accessibilityProperties — Property, class flash.display.DisplayObject | |
| The current accessibility options for this display object. | |
| AccessibilityProperties — Class, package flash.accessibility | |
| The AccessibilityProperties class lets you control the presentation of Flash objects to accessibility aids, such as screen readers. | |
| AccessibilityProperties() — Constructor, class flash.accessibility.AccessibilityProperties | |
| Creates a new AccessibilityProperties object. | |
| AccImpl — Class, package fl.accessibility | |
| The AccImpl class, also called the Accessibility Implementation class, is the base class for the implementation of accessibility in components. | |
| acos(val:Number) — Static method, class Math | |
| Computes and returns the arc cosine of the number specified in the parameter val, in radians. | |
| ACTIONSCRIPT — Constant static property, class fl.video.CuePointType | |
| Defines the value of the type parameter of the findCuePoint() and findNearestCuePoint() methods. | |
| ACTIONSCRIPT2 — Constant static property, class flash.display.ActionScriptVersion | |
| ActionScript language version 2.0 and earlier. | |
| ACTIONSCRIPT3 — Constant static property, class flash.display.ActionScriptVersion | |
| ActionScript language version 3.0. | |
| actionScriptVersion — Property, class flash.display.LoaderInfo | |
| The ActionScript version of the loaded SWF file. | |
| ActionScriptVersion — Final class, package flash.display | |
| The ActionScriptVersion class is an enumeration of constant values that indicate the language version of a loaded SWF file. | |
| actionsList — Static property, class adobe.utils.CustomActions | |
| Returns an Array object containing the names of all the custom actions that are registered with the Flash authoring tool. | |
| activate() — Method, class fl.managers.FocusManager | |
| Activates the FocusManager instance. | |
| activate() — Method, interface fl.managers.IFocusManager | |
| Activates a focus manager. | |
| activate — Event, class flash.events.EventDispatcher | |
| Dispatched when Flash Player gains operating system focus and becomes active. | |
| ACTIVATE — Constant static property, class flash.events.Event | |
| Defines the value of the type property of an activate event object. | |
| activating — Property, class flash.events.ActivityEvent | |
| Indicates whether the device is activating (true) or deactivating (false). | |
| active — Static property, class flash.accessibility.Accessibility | |
| Indicates whether a screen reader is currently active and the player is communicating with it. | |
| activeVideoPlayerIndex — Property, class fl.video.FLVPlayback | |
| A number that specifies which video player instance is affected by other application programming interfaces (APIs). | |
| activity — Event, class flash.media.Camera | |
| Dispatched when a camera begins or ends a session. | |
| activity — Event, class flash.media.Microphone | |
| Dispatched when a microphone begins or ends a session. | |
| ACTIVITY — Constant static property, class flash.events.ActivityEvent | |
| The ActivityEvent.ACTIVITY constant defines the value of the type property of an activity event object. | |
| ActivityEvent — Class, package flash.events | |
| A Camera or Microphone object dispatches an ActivityEvent object whenever a camera or microphone reports that it has become active or inactive. | |
| ActivityEvent(type:String, bubbles:Boolean, cancelable:Boolean, activating:Boolean) — Constructor, class flash.events.ActivityEvent | |
| Creates an event object that contains information about activity events. | |
| activityLevel — Property, class flash.media.Camera | |
| The amount of motion the camera is detecting. | |
| activityLevel — Property, class flash.media.Microphone | |
| The amount of sound the microphone is detecting. | |
| add(v:flash.geom:Point) — Method, class flash.geom.Point | |
| Adds the coordinates of another point to the coordinates of this point to create a new point. | |
| ADD — Constant static property, class fl.events.DataChangeType | |
| Items were added to the data provider. | |
| ADD — Constant static property, class flash.display.BlendMode | |
| Adds the values of the constituent colors of the display object to the colors of its background, applying a ceiling of 0xFF. | |
| addASCuePoint(timeOrCuePoint, name:String, parameters:Object) — Method, class fl.video.FLVPlayback | |
| Adds an ActionScript cue point and has the same effect as adding an ActionScript cue point using the Cue Points dialog box, except that it occurs when an application executes rather than during application development. | |
| addCallback(functionName:String, closure:Function) — Static method, class flash.external.ExternalInterface | |
| Registers an ActionScript method as callable from the container. | |
| addChild(child:flash.display:DisplayObject) — Method, class flash.display.DisplayObjectContainer | |
| Adds a child DisplayObject instance to this DisplayObjectContainer instance. | |
| addChild(child:flash.display:DisplayObject) — Method, class flash.display.Stage | |
| Adds a child DisplayObject instance to this DisplayObjectContainer instance. | |
| addChildAt(child:flash.display:DisplayObject, index:int) — Method, class flash.display.DisplayObjectContainer | |
| Adds a child DisplayObject instance to this DisplayObjectContainer instance. | |
| addChildAt(child:flash.display:DisplayObject, index:int) — Method, class flash.display.Stage | |
| Adds a child DisplayObject instance to this DisplayObjectContainer instance. | |
| addColumn(column) — Method, class fl.controls.DataGrid | |
| Adds a column to the end of the columns array. | |
| addColumnAt(column, index:uint) — Method, class fl.controls.DataGrid | |
| Inserts a column at the specified index in the columns array. | |
| addDelayedInstance(instance:Object, stringID:String) — Static method, class fl.lang.Locale | |
| Adds the {instance, string ID} pair into the internal array for later use. | |
| added — Property, class fl.video.CaptionChangeEvent | |
| A Boolean value that determines whether the caption was added or removed. | |
| added — Event, class flash.display.DisplayObject | |
| Dispatched when a display object is added to the display list. | |
| ADDED — Constant static property, class flash.events.Event | |
| Defines the value of the type property of an added event object. | |
| addedToStage — Event, class flash.display.DisplayObject | |
| Dispatched when a display object is added to the on stage display list, either directly or through the addition of a sub tree in which the display object is contained. | |
| ADDED_TO_STAGE — Constant static property, class flash.events.Event | |
| Defines the value of the type property of an addedToStage event object. | |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — Method, class flash.display.Stage | |
| Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — Method, class flash.events.EventDispatcher | |
| Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — Method, interface flash.events.IEventDispatcher | |
| Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
| addHeader(operation:String, mustUnderstand:Boolean, param:Object) — Method, class flash.net.NetConnection | |
| Adds a context header to the Action Message Format (AMF) packet structure. | |
| addItem(item:Object) — Method, class fl.controls.ComboBox | |
| Appends an item to the end of the list of items. | |
| addItem(item:Object) — Method, class fl.controls.SelectableList | |
| Appends an item to the end of the list of items. | |
| addItem(item:Object) — Method, class fl.data.DataProvider | |
| Appends an item to the end of the data provider. | |
| addItemAt(item:Object, index:uint) — Method, class fl.controls.ComboBox | |
| Inserts an item into the list at the specified index location. | |
| addItemAt(item:Object, index:uint) — Method, class fl.controls.SelectableList | |
| Inserts an item into the list at the specified index location. | |
| addItemAt(item:Object, index:uint) — Method, class fl.data.DataProvider | |
| Adds a new item to the data provider at the specified index. | |
| addItems(items:Object) — Method, class fl.data.DataProvider | |
| Appends multiple items to the end of the DataProvider and dispatches a DataChangeType.ADD event. | |
| addItemsAt(items:Object, index:uint) — Method, class fl.data.DataProvider | |
| Adds several items to the data provider at the specified index and dispatches a DataChangeType.ADD event. | |
| addKeyframe(newKeyframe:fl.motion:Keyframe) — Method, class fl.motion.Motion | |
| Adds a keyframe object to the Motion instance. | |
| addNamespace(ns:Object) — Method, class XML | |
| Adds a namespace to the set of in-scope namespaces for the XML object. | |
| addPage(sprite:flash.display:Sprite, printArea:flash.geom:Rectangle, options:flash.printing:PrintJobOptions, frameNum:int) — Method, class flash.printing.PrintJob | |
| Sends the specified Sprite object as a single page to the print spooler. | |
| addRadioButton(radioButton:fl.controls:RadioButton) — Method, class fl.controls.RadioButtonGroup | |
| Adds a radio button to the internal radio button array for use with radio button group indexing, which allows for the selection of a single radio button in a group of radio buttons. | |
| addXMLPath(langCode:String, path:String) — Static method, class fl.lang.Locale | |
| Adds the {languageCode and languagePath} pair into the internal array for later use. | |
| adobe.utils — package | |
| The adobe.utils package contains functions and classes used by Flash authoring tool developers. | |
| ADVANCED — Constant static property, class flash.text.AntiAliasType | |
| Sets anti-aliasing to advanced anti-aliasing. | |
| affectsTweenable(tweenableName:String) — Method, class fl.motion.Keyframe | |
| Indicates whether the keyframe has an influence on a specific animation property. | |
| album — Property, class flash.media.ID3Info | |
| The name of the album; corresponds to the ID3 2.0 tag TALB. | |
| align — Property, class fl.video.FLVPlayback | |
| Specifies the video layout when the scaleMode property is set to VideoScaleMode.MAINTAIN_ASPECT_RATIO or VideoScaleMode.NO_SCALE. | |
| align — Property, class fl.video.VideoPlayer | |
| Specifies how the video is displayed relative to the registrationX, registrationY, registrationWidth and registrationHeight properties. | |
| align — Property, class flash.display.Stage | |
| A value from the StageAlign class that specifies the alignment of the stage in Flash Player or the browser. | |
| align — Property, class flash.text.TextFormat | |
| Indicates the alignment of the paragraph. | |
| ALL — Constant static property, class fl.core.InvalidationType | |
| The InvalidationType.ALL constant defines the value of the type property of the event object that is dispatched to indicate that the component should redraw itself entirely. | |
| ALL — Constant static property, class fl.video.CuePointType | |
| Defines the value of the type parameter of the findCuePoint() and findNearestCuePoint() methods. | |
| allowDomain(... rest) — Method, class flash.net.LocalConnection | |
| Specifies one or more domains that can send LocalConnection calls to this LocalConnection instance. | |
| allowDomain(... rest) — Static method, class flash.system.Security | |
| Lets SWF files and HTML files in the identified domains access objects and variables in the SWF file that contains the allowDomain() call. | |
| allowInsecureDomain(... rest) — Method, class flash.net.LocalConnection | |
| Specifies one or more domains that can send LocalConnection calls to this LocalConnection object. | |
| allowInsecureDomain(... rest) — Static method, class flash.system.Security | |
| Lets SWF files and HTML files in the identified domains access objects and variables in the calling SWF file, which is hosted by means of the HTTPS protocol. | |
| allowMultipleSelection — Property, class fl.controls.SelectableList | |
| Gets a Boolean value that indicates whether more than one list item can be selected at a time. | |
| alpha — Property, class flash.display.DisplayObject | |
| Indicates the alpha transparency value of the object specified. | |
| alpha — Property, class flash.filters.ConvolutionFilter | |
| The alpha transparency value of the substitute color. | |
| alpha — Property, class flash.filters.DisplacementMapFilter | |
| Specifies the alpha transparency value to use for out-of-bounds displacements. | |
| alpha — Property, class flash.filters.DropShadowFilter | |
| The alpha transparency value for the shadow color. | |
| alpha — Property, class flash.filters.GlowFilter | |
| The alpha transparency value for the color. | |
| ALPHA — Constant static property, class flash.display.BitmapDataChannel | |
| The alpha channel. | |
| ALPHA — Constant static property, class flash.display.BlendMode | |
| Applies the alpha value of each pixel of the display object to the background. | |
| alphaMultiplier — Property, class flash.geom.ColorTransform | |
| A decimal value that is multiplied with the alpha transparency channel value. | |
| ALPHANUMERIC_FULL — Constant static property, class flash.system.IMEConversionMode | |
| The string "ALPHANUMERIC_FULL", for use with the IME.conversionMode property. | |
| ALPHANUMERIC_HALF — Constant static property, class flash.system.IMEConversionMode | |
| The string "ALPHANUMERIC_HALF", for use with the IME.conversionMode property. | |
| alphaOffset — Property, class flash.geom.ColorTransform | |
| A number from -255 to 255 that is added to the alpha transparency channel value after it has been multiplied by the alphaMultiplier value. | |
| alphas — Property, class flash.filters.GradientBevelFilter | |
| An array of alpha transparency values for the corresponding colors in the colors array. | |
| alphas — Property, class flash.filters.GradientGlowFilter | |
| An array of alpha transparency values for the corresponding colors in the colors array. | |
| altKey — Property, class flash.events.KeyboardEvent | |
| Indicates whether the Alt key is active (true) or inactive (false). | |
| altKey — Property, class flash.events.MouseEvent | |
| Indicates whether the Alt key is active (true) or inactive (false). | |
| ALWAYS — Constant static property, class flash.display.PixelSnapping | |
| A constant value used in the pixelSnapping property of a Bitmap object to specify that the bitmap image is always snapped to the nearest pixel, independent of any transformation. | |
| alwaysShowSelection — Property, class fl.controls.TextArea | |
| Gets or sets a Boolean value that indicates whether Flash Player highlights a selection in the text field when the text field does not have focus. | |
| alwaysShowSelection — Property, class fl.controls.TextInput | |
| Gets or sets a Boolean value that indicates how a selection is displayed when the text field does not have focus. | |
| alwaysShowSelection — Property, class flash.text.TextField | |
| When set to true and the text field is not in focus, Flash Player highlights the selection in the text field in gray. | |
| AMF0 — Constant static property, class flash.net.ObjectEncoding | |
| Specifies that objects are serialized using the Action Message Format for ActionScript 1.0 and 2.0. | |
| AMF3 — Constant static property, class flash.net.ObjectEncoding | |
| Specifies that objects are serialized using the Action Message Format for ActionScript 3.0. | |
| angle — Property, class flash.filters.BevelFilter | |
| The angle of the bevel. | |
| angle — Property, class flash.filters.DropShadowFilter | |
| The angle of the shadow. | |
| angle — Property, class flash.filters.GradientBevelFilter | |
| The angle, in degrees. | |
| angle — Property, class flash.filters.GradientGlowFilter | |
| The angle, in degrees. | |
| Animator — Class, package fl.motion | |
| The Animator class applies an XML description of a motion tween to a display object. | |
| Animator(xml:XML, target:flash.display:DisplayObject) — Constructor, class fl.motion.Animator | |
| Creates an Animator object to apply the XML-based motion tween description to a display object. | |
| antiAliasType — Property, class flash.text.TextField | |
| The type of anti-aliasing used for this text field. | |
| AntiAliasType — Final class, package flash.text | |
| The AntiAliasType class provides values for anti-aliasing in the flash.text.TextField class. | |
| appendChild(child:Object) — Method, class XML | |
| Appends the given child to the end of the XML object's properties. | |
| appendChild(node:flash.xml:XMLNode) — Method, class flash.xml.XMLNode | |
| Appends the specified node to the XML object's child list. | |
| appendText(text:String) — Method, class fl.controls.TextArea | |
| Appends the specified string after the last character that the TextArea component contains. | |
| appendText(text:String) — Method, class fl.controls.TextInput | |
| Appends the specified string after the last character that the TextArea contains. | |
| appendText(newText:String) — Method, class flash.text.TextField | |
| Appends the string specified by the newText parameter to the end of the text of the text field. | |
| applicationDomain — Property, class flash.display.LoaderInfo | |
| When an external SWF file is loaded, all ActionScript 3.0 definitions contained in the loaded class are stored in the applicationDomain property. | |
| applicationDomain — Property, class flash.system.LoaderContext | |
| Specifies the application domain to use for the Loader.load() or Loader.loadBytes() method. | |
| ApplicationDomain — Final class, package flash.system | |
| The ApplicationDomain class is a container for discrete groups of class definitions. | |
| ApplicationDomain(parentDomain:flash.system:ApplicationDomain) — Constructor, class flash.system.ApplicationDomain | |
| Creates a new application domain. | |
| apply(thisObject:Object, argArray:Array) — Method, class Function | |
| Specifies the value of thisObject to be used within any function that ActionScript calls. | |
| applyFilter(sourceBitmapData:flash.display:BitmapData, sourceRect:flash.geom:Rectangle, destPoint:flash.geom:Point, filter:flash.filters:BitmapFilter) — Method, class flash.display.BitmapData | |
| Takes a source image and a filter object and generates the filtered image. | |
| areInaccessibleObjectsUnderPoint(point:flash.geom:Point) — Method, class flash.display.DisplayObjectContainer | |
| Indicates whether the security restrictions would cause any display objects to be omitted from the list returned by calling the DisplayObjectContainer.getObjectsUnderPoint() method with the specified point point. | |
| areSoundsInaccessible() — Static method, class flash.media.SoundMixer | |
| Determines whether any sounds are not accessible due to security restrictions. | |
| ArgumentError — Dynamic class, Top Level | |
| The ArgumentError class represents an error that occurs when the arguments supplied in a function do not match the arguments defined for that function. | |
| ArgumentError(message:String) — Constructor, class ArgumentError | |
| Creates an ArgumentError object. | |
| arguments — Class, Top Level | |
| An arguments object is used to store and access a function's arguments. | |
| Array — Dynamic class, Top Level | |
| The Array class lets you access and manipulate arrays. | |
| Array(... rest) — Package function, Top Level | |
| Creates a new array. | |
| Array(numElements:int) — Constructor, class Array | |
| Lets you create an array of the specified number of elements. | |
| Array(... rest) — Constructor, class Array | |
| Lets you create an array that contains the specified elements. | |
| artist — Property, class flash.media.ID3Info | |
| The name of the artist; corresponds to the ID3 2.0 tag TPE1. | |
| as — Operator | |
| Evaluates whether an expression specified by the first operand is a member of the data type specified by the second operand. | |
| AS3 — Statement | |
| Defines methods and properties of the core ActionScript classes that are fixed properties instead of prototype properties. | |
| ascent — Property, class flash.text.TextLineMetrics | |
| The ascent value of the text is the length from the baseline to the top of the line height in pixels. | |
| asin(val:Number) — Static method, class Math | |
| Computes and returns the arc sine for the number specified in the parameter val, in radians. | |
| asyncError — Event, class flash.net.LocalConnection | |
| Dispatched when an exception is thrown asynchronously — that is, from native asynchronous code. | |
| asyncError — Event, class flash.net.NetConnection | |
| Dispatched when an exception is thrown asynchronously — that is, from native asynchronous code. | |
| asyncError — Event, class flash.net.NetStream | |
| Dispatched when an exception is thrown asynchronously — that is, from native asynchronous code. | |
| asyncError — Event, class flash.net.SharedObject | |
| Dispatched when an exception is thrown asynchronously — that is, from native asynchronous code. | |
| ASYNC_ERROR — Constant static property, class flash.events.AsyncErrorEvent | |
| The AsyncErrorEvent.ASYNC_ERROR constant defines the value of the type property of an asyncError event object. | |
| AsyncErrorEvent — Class, package flash.events | |
| Flash® Player dispatches an AsyncErrorEvent when an exception is thrown from native asynchronous code, which could be from, for example, LocalConnection, NetConnection, SharedObject, or NetStream. | |
| AsyncErrorEvent(type:String, bubbles:Boolean, cancelable:Boolean, text:String, error:Error) — Constructor, class flash.events.AsyncErrorEvent | |
| Creates an AsyncErrorEvent object that contains information about asyncError events. | |
| atan(val:Number) — Static method, class Math | |
| Computes and returns the value, in radians, of the angle whose tangent is specified in the parameter val. | |
| atan2(y:Number, x:Number) — Static method, class Math | |
| Computes and returns the angle of the point y/x in radians, when measured counterclockwise from a circle's x axis (where 0,0 represents the center of the circle). | |
| attachAudio(microphone:flash.media:Microphone) — Method, class flash.net.NetStream | |
| Specifies an audio stream sent over the NetStream object, from a Microphone object passed as the source. | |
| attachCamera(camera:flash.media:Camera) — Method, class flash.media.Video | |
| Specifies a video stream from a camera to be displayed within the boundaries of the Video object in the application. | |
| attachCamera(theCamera:flash.media:Camera, snapshotMilliseconds:int) — Method, class flash.net.NetStream | |
| Starts capturing video from a camera, or stops capturing if theCamera is set to null. | |
| attachNetStream(netStream:flash.net:NetStream) — Method, class flash.media.Video | |
| Specifies a video stream to be displayed within the boundaries of the Video object in the application. | |
| AT_TARGET — Constant static property, class flash.events.EventPhase | |
| The target phase, which is the second phase of the event flow. | |
| attribute(attributeName) — Method, class XML | |
| Returns the XML value of the attribute that has the name matching the attributeName parameter. | |
| attribute(attributeName) — Method, class XMLList | |
| Calls the attribute() method of each XML object and returns an XMLList object of the results. | |
| attributes() — Method, class XML | |
| Returns a list of attribute values for the given XML object. | |
| attributes() — Method, class XMLList | |
| Calls the attributes() method of each XML object and returns an XMLList object of attributes for each XML object. | |
| attributes — Property, class flash.xml.XMLNode | |
| An object containing all of the attributes of the specified XMLNode instance. | |
| AUTO — Constant static property, class fl.controls.ScrollPolicy | |
| Show the scroll bar if the children exceed the owner's dimensions. | |
| AUTO — Constant static property, class fl.motion.RotateDirection | |
| Chooses a direction of rotation that requires the least amount of turning. | |
| AUTO — Constant static property, class flash.display.PixelSnapping | |
| A constant value used in the pixelSnapping property of a Bitmap object to specify that the bitmap image is snapped to the nearest pixel if it is drawn with no rotation or skew and it is drawn at a scale factor of 99.9% to 100.1%. | |
| autoLayout — Event, class fl.video.FLVPlayback | |
| Dispatched when the video player is resized or laid out automatically. | |
| autoLayout — Property, class fl.video.FLVPlaybackCaptioning | |
| Determines whether the FLVPlaybackCaptioning component automatically moves and resizes the TextField object for captioning. | |
| AUTO_LAYOUT — Constant static property, class fl.video.AutoLayoutEvent | |
| Defines the value of the type property of an autoLayout event object. | |
| AutoLayoutEvent — Class, package fl.video | |
| Flash® Player dispatches an AutoLayoutEvent object when the video player is resized and laid out automatically. | |
| AutoLayoutEvent(type:String, bubbles:Boolean, cancelable:Boolean, oldBounds:flash.geom:Rectangle, oldRegistrationBounds:flash.geom:Rectangle, vp:uint) — Constructor, class fl.video.AutoLayoutEvent | |
| Creates an Event object that contains information about autoLayout events. | |
| autoLoad — Property, class fl.containers.UILoader | |
| Gets or sets a value that indicates whether the UILoader instance automatically loads the specified content. | |
| autoPlay — Property, class fl.video.FLVPlayback | |
| A Boolean value that, if set to true, causes the FLV file to start playing automatically after the source property is set. | |
| autoRepeat — Property, class fl.controls.BaseButton | |
| Gets or sets a Boolean value that indicates whether the buttonDown event is dispatched more than one time when the user holds the mouse button down over the component. | |
| autoRepeat — Property, class fl.controls.CheckBox | |
| A CheckBox never auto-repeats by definition, so the autoRepeat property is set to false in the constructor and cannot be changed for a CheckBox. | |
| autoRepeat — Property, class fl.controls.RadioButton | |
| A radio button never auto-repeats by definition, so the autoRepeat property is set to false in the constructor and cannot be changed. | |
| autoReplace — Static property, class fl.lang.Locale | |
| Determines whether strings are replaced automatically after loading the XML file. | |
| autoRewind — Property, class fl.motion.Animator | |
| Sets the animation to restart after it finishes. | |
| autoRewind — Property, class fl.video.FLVPlayback | |
| A Boolean value that, if true, causes the FLV file to rewind to Frame 1 when play stops, either because the player reached the end of the stream or the stop() method was called. | |
| autoRewind — Property, class fl.video.VideoPlayer | |
| A Boolean value that, if true, causes the FLV file to rewind to Frame 1 when play stops, either because the player reached the end of the stream or the stop() method was called. | |
| autoRewound — Event, class fl.video.FLVPlayback | |
| Dispatched when the playhead is moved to the start of the video player because the autoRewind property is set to true. | |
| autoRewound — Event, class fl.video.VideoPlayer | |
| Dispatched when the playhead is moved to the start of the video player because the autoRewind property is set to true. | |
| AUTO_REWOUND — Constant static property, class fl.video.VideoEvent | |
| Defines the value of the type property of an autoRewound event object. | |
| autoSize — Property, class fl.controls.Label | |
| Gets or sets a string that indicates how a label is sized and aligned to fit the value of its text property. | |
| autoSize — Property, class flash.text.TextField | |
| Controls automatic sizing and alignment of text fields. | |
| available — Static property, class flash.external.ExternalInterface | |
| Indicates whether this player is in a container that offers an external interface. | |
| avHardwareDisable — Static property, class flash.system.Capabilities | |
| Specifies whether access to the user's camera and microphone has been administratively prohibited (true) or allowed (false). | |
| AVM1Movie — Class, package flash.display | |
| AVM1Movie is a simple class that represents AVM1 movie clips, which use ActionScript 1.0 or 2.0. | |
| 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 | |