| 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 | |
| O — Constant static property in class flash.ui.Keyboard | |
| Constant associated with the key code value for the O key (79). | |
| Object — Dynamic class in Top Level | |
| The Object class is at the root of the ActionScript runtime class hierarchy. | |
| Object(value) — Package function in Top Level | |
Every value in ActionScript 3.0 is an object, which means that calling Object() on a value returns that value. |
|
| 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. |
|
| objectEncoding — Property in class air.security.Digest | |
Used to determine whether the AMF3 or AMF0 format is used when writing binary data using the
writeObject() method. |
|
| objectEncoding — Property in class flash.filesystem.FileStream | |
Specifies whether the AMF3 or AMF0 format is used when writing or reading binary data by using the
readObject() or writeObject() method. |
|
| objectEncoding — Property in class flash.net.NetConnection | |
| The object encoding for this NetConnection instance. | |
| objectEncoding — Property in class flash.net.NetStream | |
| The object encoding (AMF version) for this NetStream object. | |
| objectEncoding — Property in class flash.net.SharedObject | |
| The object encoding (AMF version) for this shared object. | |
| objectEncoding — Property in class flash.net.Socket | |
| Controls the version of AMF used when writing or reading an object. | |
| objectEncoding — Property in class flash.net.URLStream | |
| Controls the version of Action Message Format (AMF) used when writing or reading an object. | |
| objectEncoding — Property in class flash.utils.ByteArray | |
| Used to determine whether the ActionScript 3.0, ActionScript 2.0, or ActionScript 1.0 format should be used when writing to, or reading from, a ByteArray instance. | |
| objectEncoding — Property in interface flash.utils.IDataInput | |
Used to determine whether the AMF3 or AMF0 format is used when writing or reading binary data using the
readObject() method. |
|
| objectEncoding — Property in interface flash.utils.IDataOutput | |
Used to determine whether the AMF3 or AMF0 format is used when writing or reading binary data using the
writeObject() method. |
|
| ObjectEncoding — Final class in package flash.net | |
| The ObjectEncoding class is used in defining serialization settings in classes that serialize objects (such as FileStream, NetStream, NetConnection, SharedObject, and ByteArray) to work with prior versions of ActionScript. | |
| objectID — Static property in class flash.external.ExternalInterface | |
Returns the id attribute of the object tag in Internet Explorer,
or the name attribute of the embed tag in Netscape. |
|
| object_proxy — Statement | |
| Defines methods of the ObjectProxy class. | |
| objectReplicationEnabled — Property in class flash.net.GroupSpecifier | |
| Specifies whether object replication is enabled for the NetGroup. | |
| objectReplicationReceiveBytesPerSecond — Property in class flash.net.NetGroupInfo | |
| Specifies the rate at which the local node is receiving objects from peers via the Object Replication system, in bytes per second. | |
| objectReplicationSendBytesPerSecond — Property in class flash.net.NetGroupInfo | |
| Specifies the rate at which objects are being copied from the local node to peers by the Object Replication system, in bytes per second. | |
| OFF — Constant static property in class flash.display.ColorCorrection | |
| Turns off color correction regardless of the player host environment. | |
| OFF — Constant static property in class flash.media.MicrophoneEnhancedMode | |
| All enhanced microphone functionality is off. | |
| OFF — Constant static property in class flash.text.engine.Kerning | |
| Used to indicate kerning is disabled. | |
| offlineLeaseEndDate — Property in class flash.net.drm.DRMVoucher | |
| The date and time at which this voucher expires for offline playback. | |
| offlineLeasePeriod — Property in class flash.events.DRMStatusEvent | |
| The remaining number of days that content can be viewed offline. | |
| offlineLeaseStartDate — Property in class flash.net.drm.DRMVoucher | |
| The date and time at which this voucher becomes valid for offline playback. | |
| 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. | |
| offset — Property in class flash.net.NetStreamPlayOptions | |
| The absoulte stream time at which the server switches between streams of different bitrates for Flash Media Server dynamic streaming. | |
| offsetPoint(point:flash.geom:Point) — Method in class flash.geom.Rectangle | |
| Adjusts the location of the Rectangle object using a Point object as a parameter. | |
| offsetX — Property in class flash.events.TransformGestureEvent | |
| The horizontal translation of the display object, since the previous gesture event. | |
| offsetY — Property in class flash.events.TransformGestureEvent | |
| The vertical translation of the display object, since the previous gesture event. | |
| OL_CHIKI — Constant static property in class flash.globalization.NationalDigitsType | |
| Represents the Unicode value for the zero digit of the Ol Chiki digit set. | |
| oldStreamName — Property in class flash.net.NetStreamPlayOptions | |
| The name of the old stream or the stream to transition from. | |
| OLD_STYLE — Constant static property in class flash.text.engine.DigitCase | |
| Used to specify old style digit case. | |
| ON — Constant static property in class flash.display.ColorCorrection | |
| Turns on color correction regardless of the player host environment, if available. | |
| ON — Constant static property in class flash.text.engine.Kerning | |
| Used to indicate kerning is enabled. | |
| onCuePoint — Event in class flash.net.NetStream | |
| Establishes a listener to respond when an embedded cue point is reached while playing a video file. | |
| ON_DEMAND — Constant static property in class flash.system.ImageDecodingPolicy | |
| Constant; specifies that the image being loaded will be decoded when needed and that the decoded data may be flushed at will by the system. | |
| onDRMContentData — Event in class flash.net.NetStream | |
| Establishes a listener to respond when AIR extracts DRM content metadata embedded in a media file. | |
| ONE — Constant static property in class flash.display3D.Context3DBlendFactor | |
The blend factor is (1,1,1,1). |
|
| ONE_MINUS_DESTINATION_ALPHA — Constant static property in class flash.display3D.Context3DBlendFactor | |
The blend factor is (1-Da,1-Da,1-Da,1-Da), where Da is
the alpha component of the current color in the color buffer. |
|
| ONE_MINUS_DESTINATION_COLOR — Constant static property in class flash.display3D.Context3DBlendFactor | |
The blend factor is (1-Dr,1-Dg,1-Db,1-Da), where Dr/g/b/a is
the corresponding component of the current color in the color buffer. |
|
| ONE_MINUS_SOURCE_ALPHA — Constant static property in class flash.display3D.Context3DBlendFactor | |
The blend factor is (1-Sa,1-Sa,1-Sa,1-Sa), where Sa is
the alpha component of the fragment color computed by the pixel program. |
|
| ONE_MINUS_SOURCE_COLOR — Constant static property in class flash.display3D.Context3DBlendFactor | |
The blend factor is (1-Sr,1-Sg,1-Sb,1-Sa), where Sr/g/b/a is
the corresponding component of the fragment color computed by the pixel program. |
|
| onImageData — Event in class flash.net.NetStream | |
| Establishes a listener to respond when Flash Player receives image data as a byte array embedded in a media file that is playing. | |
| ON_LOAD — Constant static property in class flash.system.ImageDecodingPolicy | |
| Constant; specifies that the image being loaded will be decoded on load, prior to the complete event being sent. | |
| ONLY_WHEN_IN_USE — Constant static property in class flash.permissions.PermissionStatus | |
| Specifies that the permission has been granted only when App is in use. | |
| onMetaData — Event in class flash.net.NetStream | |
| Establishes a listener to respond when Flash Player receives descriptive information embedded in the video being played. | |
| onPeerConnect(subscriber:flash.net:NetStream) — Method in class flash.net.NetStream | |
| Invoked when a peer-publishing stream matches a peer-subscribing stream. | |
| onPlayStatus — Event in class flash.net.NetStream | |
| Establishes a listener to respond when a NetStream object has completely played a stream. | |
| onSeekPoint — Event in class flash.net.NetStream | |
Called synchronously from appendBytes() when the append bytes parser encounters a point that it believes is a seekable
point (for example, a video key frame). |
|
| onTextData — Event in class flash.net.NetStream | |
| Establishes a listener to respond when Flash Player receives text data embedded in a media file that is playing. | |
| onXMPData — Event in class flash.net.NetStream | |
| Establishes a listener to respond when Flash Player receives information specific to Adobe Extensible Metadata Platform (XMP) embedded in the video being played. | |
| opaqueBackground — Property in class flash.display.DisplayObject | |
| Specifies whether the display object is opaque with a certain background color. | |
| open — Event in class flash.data.SQLConnection | |
Dispatched when an openAsync() method call's operation
completes successfully. |
|
| open(reference:Object, openMode:String, autoCompact:Boolean, pageSize:int, encryptionKey:flash.utils:ByteArray) — Method in class flash.data.SQLConnection | |
| Opens a synchronous connection to the database file at the specified location in the file system, or creates and opens a new database file at the location, or creates and opens an in-memory database. | |
| open() — Method in interface flash.desktop.IFilePromise | |
| Returns the data provider object. | |
| open — Event in class flash.display.LoaderInfo | |
| Dispatched when a load operation starts. | |
| open(file:flash.filesystem:File, fileMode:String) — Method in class flash.filesystem.FileStream | |
Opens the FileStream object synchronously, pointing to the file specified by the file parameter. |
|
| open() — Method in class flash.media.MediaPromise | |
| Opens the underlying data source and returns the IDataInput instance allowing you to read it. | |
| open — Event in class flash.media.Sound | |
| Dispatched when a load operation starts. | |
| open — Event in class flash.net.FileReference | |
| Dispatched when an upload or download operation starts. | |
| open — Event in class flash.net.URLLoader | |
Dispatched when the download operation commences following
a call to the URLLoader.load() method. |
|
| open — Event in class flash.net.URLStream | |
| Dispatched when a load operation starts. | |
| open — Event in class flash.system.SystemUpdater | |
| Dispatched when an update begins. | |
| OPEN — Constant static property in class flash.errors.SQLErrorOperation | |
Indicates that either the SQLConnection.open() method or the SQLConnection.openAsync() method was called. |
|
| OPEN — Constant static property in class flash.events.Event | |
The Event.OPEN constant defines the value of the type property of an open event object. |
|
| OPEN — Constant static property in class flash.events.SQLEvent | |
The SQLEvent.OPEN constant defines the value of the
type property of a open event object. |
|
| OPEN — Constant static property in class flash.system.MessageChannelState | |
| This state indicates that the message channel is open and available for use. | |
| openAsync(reference:Object, openMode:String, responder:flash.net:Responder, autoCompact:Boolean, pageSize:int, encryptionKey:flash.utils:ByteArray) — Method in class flash.data.SQLConnection | |
| Opens an asynchronous connection to the database file at the specified location in the file system, or creates and opens a new database file at the location, or creates and opens an in-memory database. | |
| openAsync(file:flash.filesystem:File, fileMode:String) — Method in class flash.filesystem.FileStream | |
Opens the FileStream object asynchronously, pointing to the file specified by the file parameter. |
|
| openedWindows — Property in class flash.desktop.NativeApplication | |
| An array containing all the open native windows of this application. | |
| OPEN_URL — Constant static property in class flash.desktop.InvokeEventReason | |
| Mobile only; indicates that the InvokeEvent occurred because the application was invoked by another application or by the system. | |
| openWithDefaultApplication() — Method in class flash.filesystem.File | |
| Opens the file in the application registered by the operating system to open this file type. | |
| operation — Property in class flash.errors.SQLError | |
| A value indicating the operation that was being attempted when the error occurred. | |
| optimumSpacing — Property in class flash.text.engine.SpaceJustifier | |
| Specifies the optimum spacing (as a multiplier of the width of a normal space) between words to use during justification. | |
| OPTIONS — Constant static property in class flash.net.URLRequestMethod | |
Specifies that the URLRequest object is OPTIONS. |
|
| orderInBackOf(window:flash.display:NativeWindow) — Method in class flash.display.NativeWindow | |
| Sends this window directly behind the specified window. | |
| orderInFrontOf(window:flash.display:NativeWindow) — Method in class flash.display.NativeWindow | |
| Brings this window directly in front of the specified window. | |
| orderToBack() — Method in class flash.display.NativeWindow | |
| Sends this window behind any other visible windows. | |
| orderToFront() — Method in class flash.display.NativeWindow | |
| Brings this window in front of any other visible windows. | |
| organizationalUnitName — Property in class flash.security.X500DistinguishedName | |
| Returns the DN OrganizationalUnitName attribute. | |
| organizationName — Property in class flash.security.X500DistinguishedName | |
| Returns the DN OrganizationName attribute. | |
| orientation — Property in class flash.display.Stage | |
| The current orientation of the stage. | |
| orientation — Property in class flash.printing.PrintJob | |
| The image orientation for printing. | |
| Orientation3D — Final class in package flash.geom | |
| The Orientation3D class is an enumeration of constant values for representing the orientation style of a Matrix3D object. | |
| orientationChange — Event in class flash.display.Stage | |
| Dispatched by the Stage object when the stage orientation changes. | |
| ORIENTATION_CHANGE — Constant static property in class flash.events.StageOrientationEvent | |
The ORIENTATION_CHANGE constant defines the value of the type property of
a orientationChange event object. |
|
| orientationChanging — Event in class flash.display.Stage | |
| Dispatched by the Stage object when the stage orientation begins changing. | |
| ORIENTATION_CHANGING — Constant static property in class flash.events.StageOrientationEvent | |
The ORIENTATION_CHANGING constant defines the value of the type property of
a orientationChanging event object. |
|
| origin — Property in class flash.media.CameraRollBrowseOptions | |
| Specifies the origin rect of the object that launched CameraRoll image picker. | |
| ORIGINAL_ONLY — Constant static property in class flash.desktop.ClipboardTransferMode | |
| The Clipboard object should only return a reference. | |
| ORIGINAL_PREFERRED — Constant static property in class flash.desktop.ClipboardTransferMode | |
| The Clipboard object should return a reference if available and a copy if not. | |
| originalUrl — Property in class flash.html.HTMLHistoryItem | |
| The original URL of the HTML page, before any redirects. | |
| ORIYA — Constant static property in class flash.globalization.NationalDigitsType | |
| Represents the Unicode value for the zero digit of the Oriya digit set. | |
| os — Static property in class flash.system.Capabilities | |
| Specifies the current operating system. | |
| OSMANYA — Constant static property in class flash.globalization.NationalDigitsType | |
| Represents the Unicode value for the zero digit of the Osmanya digit set. | |
| OTHER_EXECUTE — Constant static property in class air.utils.ZipEntry | |
| Flag value for other-execute permission | |
| OTHER_READ — Constant static property in class air.utils.ZipEntry | |
| Flag value for other-read permission | |
| OTHER_WRITE — Constant static property in class air.utils.ZipEntry | |
| Flag value for other-write permission | |
| OTP_SMS — Constant static property in class flash.text.StageTextContentType | |
|
Content is a One-Time-Password from an SMS |
|
| OUTER — Constant static property in class flash.filters.BitmapFilterType | |
| Defines the setting that applies a filter to the outer area of an object. | |
| output(outString:String) — Static method in class flash.system.System | |
| Output a string to the console via 'stdout'. | |
| outputProgress — Event in class flash.filesystem.FileStream | |
| Signals that buffered data has been written to the file. | |
| outputProgress — Event in class flash.net.Socket | |
| Dispatched when a socket moves data from its write buffer to the networking transport layer | |
| OUTPUT_PROGRESS — Constant static property in class flash.events.OutputProgressEvent | |
Defines the value of the type property of an outputProgress event object. |
|
| OutputProgressEvent — Class in package flash.events | |
| A FileStream object dispatches OutputProgressEvent objects as pending asynchronous file write operations are performed. | |
| OutputProgressEvent(type:String, bubbles:Boolean, cancelable:Boolean, bytesPending:Number, bytesTotal:Number) — Constructor in class flash.events.OutputProgressEvent | |
| Creates an Event object that contains information about output progress events. | |
| outsideCutoff — Property in class flash.text.CSMSettings | |
| The outside cutoff value, below which densities are set to zero. | |
| OVERLAY — Constant static property in class flash.display.BlendMode | |
| Adjusts the color of each pixel based on the darkness of the background. | |
| override — Statement | |
| Specifies that a method replaces an inherited method. | |
| overState — Property in class flash.display.SimpleButton | |
| Specifies a display object that is used as the visual object for the button over state — the state that the button is in when the pointer is positioned over the button. | |
| owner — Property in class flash.display.NativeWindow | |
| The NativeWindow object that owns this window. | |
| owner — Property in class flash.display.NativeWindowInitOptions | |
| Specifies the NativeWindow object that should own any windows created with this NativeWindowInitOptions. | |
| OWNER_EXECUTE — Constant static property in class air.utils.ZipEntry | |
| Flag value for owner-execute permission | |
| OWNER_READ — Constant static property in class air.utils.ZipEntry | |
| Flag value for owner-read permission | |
| OWNER_WRITE — Constant static property in class air.utils.ZipEntry | |
| Flag value for owner-write permission | |
| 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 | |