| 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 |
| Object — Class in Top Level |
| The Object class is at the root of the ActionScript class hierarchy. |
| Object([value:Object]) — Global function |
| Creates a new empty object or converts the specified number, string, or Boolean value to an object. |
| Object() — Constructor in class Object |
| Creates an Object object and stores a reference to the object's constructor method in the object's constructor property. |
| offset(dx:Number, dy:Number) — Method in class flash.geom.Point |
| Offsets the Point object by the specified amount. |
| offset(dx:Number, dy:Number) — Method in class flash.geom.Rectangle |
| Adjusts the location of the Rectangle object, as determined by its top-left corner, by the specified amounts. |
| offsetPoint(pt:Point) — Method in class flash.geom.Rectangle |
| Adjusts the location of the Rectangle object using a Point object as a parameter. |
| on(mouseEvent:Object) — Global event handler |
| Specifies the mouse event or keypress that triggers an action. |
| onActivity(active:Boolean) — Event handler in class Camera |
| Invoked when the camera starts or stops detecting motion. |
| onActivity(active:Boolean) — Event handler in class Microphone |
| Invoked when the microphone starts or stops detecting sound. |
| onCancel — Event listener in class flash.net.FileReference |
| Invoked when the user dismisses the file-browsing dialog box. |
| onCancel — Event listener in class flash.net.FileReferenceList |
| Invoked when the user dismisses the file-browsing dialog box. |
| onChanged(changedField:TextField) — Event handler in class TextField |
| Event handler/listener; invoked when the content of a text field changes. |
| onClipEvent(movieEvent:Object) — Global event handler |
| Triggers actions defined for a specific instance of a movie clip. |
| onClose() — Event handler in class XMLSocket |
| Invoked only when an open connection is closed by the server. |
| onComplete — Event listener in class flash.net.FileReference |
| Invoked when the upload or download operation has successfully completed. |
| onConnect(success:Boolean) — Event handler in class XMLSocket |
| Invoked by Flash Player when a connection request initiated through XMLSocket.connect() has succeeded or failed. |
| onCuePoint(infoObject:Object) — Event handler in class NetStream |
| Invoked when an embedded cue point is reached while playing an FLV file. |
| onData(src:String) — Event handler in class LoadVars |
| Invoked when data has completely downloaded from the server or when an error occurs while data is downloading from a server. |
| onData() — Event handler in class MovieClip |
| Invoked when a movie clip receives data from a MovieClip.loadVariables() call. |
| onData(src:String) — Event handler in class XML |
| Invoked when XML text has been completely downloaded from the server, or when an error occurs downloading XML text from a server. |
| onData(src:String) — Event handler in class XMLSocket |
| Invoked when a message has been downloaded from the server, terminated by a zero (0) byte. |
| onDragOut() — Event handler in class Button |
| Invoked when the mouse button is clicked over the button and the pointer then dragged outside of the button. |
| onDragOut() — Event handler in class MovieClip |
| Invoked when the mouse button is pressed and the pointer rolls outside the object. |
| onDragOver() — Event handler in class Button |
| Invoked when the user presses and drags the mouse button outside and then over the button. |
| onDragOver() — Event handler in class MovieClip |
| Invoked when the pointer is dragged outside and then over the movie clip. |
| onEnterFrame() — Event handler in class MovieClip |
| Invoked repeatedly at the frame rate of the SWF file. |
| onFullScreen(bFull:Boolean) — Event handler in class Stage |
| Invoked when the movie enters, or leaves, full-screen mode. |
| onHTTPError — Event listener in class flash.net.FileReference |
| Invoked when an upload fails because of an HTTP error. |
| onHTTPStatus(httpStatus:Number) — Event handler in class LoadVars |
| Invoked when Flash Player receives an HTTP status code from the server. |
| onHTTPStatus(httpStatus:Number) — Event handler in class XML |
| Invoked when Flash Player receives an HTTP status code from the server. |
| onID3() — Event handler in class Sound |
| Invoked each time new ID3 data is available for an MP3 file that you load using Sound.attachSound() or Sound.loadSound(). |
| onIMEComposition — Event listener in class System.IME |
| Notified when the IME composition string is being set. |
| onIOError — Event listener in class flash.net.FileReference |
| Invoked when an input/output error occurs. |
| onKeyDown() — Event handler in class Button |
| Invoked when a button has keyboard focus and a key is pressed. |
| onKeyDown — Event listener in class Key |
| Notified when a key is pressed. |
| onKeyDown() — Event handler in class MovieClip |
| Invoked when a movie clip has input focus and user presses a key. |
| onKeyUp() — Event handler in class Button |
| Invoked when a button has input focus and a key is released. |
| onKeyUp — Event listener in class Key |
| Notified when a key is released. |
| onKeyUp() — Event handler in class MovieClip |
| Invoked when a key is released. |
| onKillFocus(newFocus:Object) — Event handler in class Button |
| Invoked when a button loses keyboard focus. |
| onKillFocus(newFocus:Object) — Event handler in class MovieClip |
| Invoked when a movie clip loses keyboard focus. |
| onKillFocus(newFocus:Object) — Event handler in class TextField |
| Invoked when a text field loses keyboard focus. |
| onLoad(success:Boolean) — Event handler in class LoadVars |
| Invoked when a LoadVars.load() or LoadVars.sendAndLoad() operation has ended. |
| onLoad() — Event handler in class MovieClip |
| Invoked when the movie clip is instantiated and appears in the timeline. |
| onLoad(success:Boolean) — Event handler in class Sound |
| Invoked automatically when a sound loads. |
| onLoad(success:Boolean) — Event handler in class XML |
| Invoked by Flash Player when an XML document is received from the server. |
| onLoad(success:Boolean) — Event handler in class TextField.StyleSheet |
| Invoked when a load() operation has completed. |
| onLoadComplete — Event listener in class MovieClipLoader |
| Invoked when a file that was loaded with MovieClipLoader.loadClip() is completely downloaded. |
| onLoadError — Event listener in class MovieClipLoader |
| Invoked when a file loaded with MovieClipLoader.loadClip() has failed to load. |
| onLoadInit — Event listener in class MovieClipLoader |
| Invoked when the actions on the first frame of the loaded clip have been executed. |
| onLoadProgress — Event listener in class MovieClipLoader |
| Invoked every time the loading content is written to the hard disk during the loading process (that is, between MovieClipLoader.onLoadStart and MovieClipLoader.onLoadComplete). |
| onLoadStart — Event listener in class MovieClipLoader |
| Invoked when a call to MovieClipLoader.loadClip() has begun to download a file. |
| onMetaData(infoObject:Object) — Event handler in class NetStream |
| Invoked when the Flash Player receives descriptive information embedded in the FLV file being played. |
| onMouseDown — Event listener in class Mouse |
| Notified when the mouse is pressed. |
| onMouseDown() — Event handler in class MovieClip |
| Invoked when the mouse button is pressed. |
| onMouseMove — Event listener in class Mouse |
| Notified when the mouse moves. |
| onMouseMove() — Event handler in class MovieClip |
| Invoked when the mouse moves. |
| onMouseUp — Event listener in class Mouse |
| Notified when the mouse is released. |
| onMouseUp() — Event handler in class MovieClip |
| Invoked when the mouse button is released. |
| onMouseWheel — Event listener in class Mouse |
| Notified when the user rolls the mouse wheel. |
| onOpen — Event listener in class flash.net.FileReference |
| Invoked when an upload or download operation starts. |
| onPlayStatus(infoObject:Object) — Event handler in class NetStream |
| Invoked when a NetStream object has completely played a stream. |
| onPress() — Event handler in class Button |
| Invoked when a button is pressed. |
| onPress() — Event handler in class MovieClip |
| Invoked when the user clicks the mouse while the pointer is over a movie clip. |
| onProgress — Event listener in class flash.net.FileReference |
| Invoked periodically during the file upload or download operation. |
| onRelease() — Event handler in class Button |
| Invoked when a button is released. |
| onRelease() — Event handler in class MovieClip |
| Invoked when a user releases the mouse button over a movie clip. |
| onReleaseOutside() — Event handler in class Button |
| Invoked when the mouse is released while the pointer is outside the button after the button is pressed while the pointer is inside the button. |
| onReleaseOutside() — Event handler in class MovieClip |
| Invoked after a user presses the mouse button inside the movie clip area and then releases it outside the movie clip area. |
| onResize — Event listener in class Stage |
| Invoked when Stage.scaleMode is set to noScale and the SWF file is resized. |
| onResult(infoObject:Object) — Event handler in class NetConnection |
| Invoked when a result object is returned by a Flash Media Server method. |
| onRollOut() — Event handler in class Button |
| Invoked when the pointer moves outside a button area. |
| onRollOut() — Event handler in class MovieClip |
| Invoked when a user moves the pointer outside a movie clip area. |
| onRollOver() — Event handler in class Button |
| Invoked when the pointer moves over a button area. |
| onRollOver() — Event handler in class MovieClip |
| Invoked when user moves the pointer over a movie clip area. |
| onScroller(scrolledField:TextField) — Event handler in class TextField |
| Event handler/listener; invoked when one of the text field scroll properties changes. |
| onSecurityError — Event listener in class flash.net.FileReference |
| Invoked when an upload or download fails because of a security error. |
| onSelect(item:Object, item_menu:Object) — Event handler in class ContextMenu |
| Called when a user invokes the Flash Player context menu, but before the menu is actually displayed. |
| onSelect(obj:Object, menuItem:Object) — Event handler in class ContextMenuItem |
| Invoked when the specified menu item is selected from the Flash Player context menu. |
| onSelect — Event listener in class flash.net.FileReference |
| Invoked when the user selects a file to upload or download from the file-browsing dialog box. |
| onSelect — Event listener in class flash.net.FileReferenceList |
| Invoked when the user selects one or more files to upload from the file-browsing dialog box. |
| onSetFocus(oldFocus:Object) — Event handler in class Button |
| Invoked when a button receives keyboard focus. |
| onSetFocus(oldFocus:Object) — Event handler in class MovieClip |
| Invoked when a movie clip receives keyboard focus. |
| onSetFocus — Event listener in class Selection |
| Notified when the input focus changes. |
| onSetFocus(oldFocus:Object) — Event handler in class TextField |
| Invoked when a text field receives keyboard focus. |
| onSoundComplete() — Event handler in class Sound |
| Invoked automatically when a sound finishes playing. |
| onStatus(infoObject:Object) — Event handler in class Camera |
| Invoked when the user allows or denies access to the camera. |
| onStatus(infoObject:Object) — Event handler in class LocalConnection |
| Invoked after a sending LocalConnection object tries to send a command to a receiving LocalConnection object. |
| onStatus(infoObject:Object) — Event handler in class Microphone |
| Invoked when the user allows or denies access to the microphone. |
| onStatus(infoObject:Object) — Event handler in class NetConnection |
| Invoked when a status change or error is posted for the NetConnection object. |
| onStatus(infoObject:Object) — Event handler in class NetStream |
| Invoked every time a status change or error is posted for the NetStream object. |
| onStatus(infoObject:Object) — Event handler in class SharedObject |
| Invoked every time an error, warning, or informational note is posted for a shared object. |
| onStatus(infoObject:Object) — Event handler in class System |
| Event handler: provides a super event handler for certain objects. |
| onSync(objArray:Array) — Event handler in class SharedObject |
| Invoked when the client and server copies of a remote shared object are synchronized. |
| onTextData(textData:Object) — Event handler in class NetStream |
| Invoked when a NetStream object receives text data embedded in a media file that is playing. |
| onUnload() — Event handler in class MovieClip |
| Invoked in the first frame after the movie clip is removed from the Timeline. |
| onUploadCompleteData — Event listener in class flash.net.FileReference |
| Invoked after data is received from the server after a successful upload. |
| onXML(src:XML) — Event handler in class XMLSocket |
| Invoked by Flash Player when the specified XML object containing an XML document arrives over an open XMLSocket connection. |
| onXMPData(data:Object) — Event handler in class NetStream |
| Invoked when a NetStream object receives receives information specific to Adobe Extensible Metadata Platform (XMP) metadata embedded in the media being played. |
| opaqueBackground — Property in class MovieClip |
| The color of the movie clip's opaque (not transparent) background of the color specified by the number (an RGB hexadecimal value). |
| ord(character:String) — Global function |
| Deprecated since Flash Player 5 — This function was deprecated in favor of the methods and properties of the String class.
|
| orientation — Property in class PrintJob |
| The image orientation for printing. |
| or (logical OR) — Operator |
| Deprecated since Flash Player 5 — This operator was deprecated in favor of the || (logical OR) operator.
|
| os — Static property in class System.capabilities |
| A string that indicates the current operating system. |
|
| 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 |