| 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 — class Keyboard |
|
Constant associated with the key code value for the O key (79). |
| obj — class Tween |
|
The target object that is being tweened. |
| object — class NewObjectSample |
|
The NewObjectSample object if it still exists. |
| Object — Dynamic Class, Top Level |
|
The Object class is at the root of the ActionScript
runtime class hierarchy. |
| Object() — Package Function, Top Level |
|
Every value in ActionScript 3.0 is an object, which means that calling Object() on a value returns that value. |
| Object() — Constructor, class Object |
|
Creates an Object object and stores a reference to the object's constructor method in the object's constructor property. |
| objectEncoding — class FileStream |
|
Specifies whether the AMF3 or AMF0 format is used when writing or reading binary data by using the
readObject() or writeObject() method. |
| objectEncoding — class NetConnection |
|
The object encoding for this NetConnection instance. |
| objectEncoding — class NetStream |
|
The object encoding (AMF version) for this NetStream object. |
| objectEncoding — class SharedObject |
|
The object encoding (AMF version) for this shared object. |
| objectEncoding — class Socket |
|
Controls the version of AMF used when writing or reading an object. |
| objectEncoding — class URLStream |
|
Controls the version of Action Message Format (AMF) used when writing or reading an object. |
| objectEncoding — class 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 — interface IDataInput |
|
Used to determine whether the AMF3 or AMF0 format is used when writing or reading binary data using the
readObject() method. |
| objectEncoding — interface 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, package window.runtime.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 — class 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. |
| OFF — class ScrollPolicy |
|
Never show the scroll bar. |
| offlineLeasePeriod — class DRMStatusEvent |
|
The remaining number of days that content can be viewed offline. |
| offset(, ) — method, class Point |
|
Offsets the Point object by the specified amount. |
| offset(, ) — method, class Rectangle |
|
Adjusts the location of the Rectangle object, as determined by its top-left corner,
by the specified amounts. |
| offsetPoint() — method, class Rectangle |
|
Adjusts the location of the Rectangle object using a Point object as a parameter. |
| oldBounds — class LayoutEvent |
|
Indicates the values of the x, y,
width, and height properties
of the target before the event occurs. |
| oldRegistrationBounds — class LayoutEvent |
|
Indicates the values of the registrationX, registrationY,
registrationWidth, and registrationHeight properties
of the target before the event occurs. |
| ON — class ScrollPolicy |
|
Always show the scroll bar. |
| onCuePoint — Event, class NetStream |
|
Invoked when an embedded cue point is reached while playing a video file. |
| onImageData — Event, class NetStream |
|
Dispatched when Flash Player receives image data as a byte array embedded in a media file that is
playing. |
| onMetaData — Event, class NetStream |
|
Dispatched when the application receives descriptive information embedded in the video being played. |
| onPlayStatus — Event, class NetStream |
|
Dispatched when a NetStream object has completely played a stream. |
| onResize(, ) — method, class LivePreviewParent |
|
Resizes the component instance on the Stage to the specified
dimensions, either by calling a user-defined method, or by
separately setting the width and height
properties. |
| onTextData — Event, class NetStream |
|
Dispatched when Flash Player receives text data embedded in a media file that is playing. |
| onUpdate() — method, class LivePreviewParent |
|
Updates the properties of the component instance. |
| opaqueBackground — class DisplayObject |
|
Specifies whether the display object is opaque with a certain background color. |
| open — Event, class UILoader |
|
Dispatched after a network operation starts. |
| open — Event, class ColorPicker |
|
Dispatched when the user opens the color palette. |
| open() — method, class ColorPicker |
|
Shows the color palette. |
| open — Event, class ComboBox |
|
Dispatched when the user clicks the drop-down button to display
the drop-down list. |
| open() — method, class ComboBox |
|
Opens the drop-down list. |
| open — Event, class FLVPlaybackCaptioning |
|
Dispatched when the download operation to load the Timed Text XML file
begins, following a call to the URLLoader.load() method. |
| open — Event, class SQLConnection |
|
Dispatched when an openAsync() method call's operation
completes successfully. |
| open(, , , ) — method, class SQLConnection |
|
Opens a 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 — Event, class LoaderInfo |
|
Dispatched when a load operation starts. |
| open(, ) — method, class FileStream |
|
Opens the FileStream object synchronously, pointing to the file specified by the file parameter. |
| open — Event, class Sound |
|
Dispatched when a load operation starts. |
| open — Event, class FileReference |
|
Dispatched when an upload or download operation starts. |
| open — Event, class URLLoader |
|
Dispatched when the download operation commences following
a call to the URLLoader.load() method. |
| open — Event, class URLStream |
|
Dispatched when a load operation starts. |
| OPEN — class SQLErrorOperation |
|
Indicates that either the SQLConnection.open() method or the SQLConnection.openAsync() method was called. |
| OPEN — class Event |
|
The Event.OPEN constant defines the value of the type property of an open event object. |
| OPEN — class SQLEvent |
|
The SQLEvent.OPEN constant defines the value of the
type property of a open event object. |
| openAsync(, , , , ) — method, class SQLConnection |
|
Opens a 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(, ) — method, class FileStream |
|
Opens the FileStream object asynchronously, pointing to the file specified by the file parameter. |
| openedWindows — class NativeApplication |
|
An array containing all the open native windows of this application. |
| operation — class SQLError |
|
A value indicating the operation that was being attempted when the error occurred. |
| OPTIONS — class URLRequestMethod |
|
Specifies that the URLRequest object is a OPTIONS. |
| orderInBackOf() — method, class NativeWindow |
|
Sends this window directly behind the specified window. |
| orderInFrontOf() — method, class NativeWindow |
|
Brings this window directly in front of the specified window. |
| orderToBack() — method, class NativeWindow |
|
Sends this window behind any other visible windows. |
| orderToFront() — method, class NativeWindow |
|
Brings this window in front of any other visible windows. |
| orientation — class PrintJob |
|
The image orientation for printing. |
| orientToPath — class Animator |
|
Sets the position of the display object along the motion path. |
| orientToPath — class Keyframe |
|
If set to true, this property causes the target object to rotate automatically
to follow the angle of its path. |
| ORIGINAL_ONLY — class ClipboardTransferMode |
|
The Clipboard object should only return a reference. |
| ORIGINAL_PREFERRED — class ClipboardTransferMode |
|
The Clipboard object should return a reference if available and a copy if not. |
| originalUrl — class HTMLHistoryItem |
|
The original URL of the HTML page, before any redirects. |
| os — class Capabilities |
|
Specifies the current operating system. |
| OTHER — class DataGridEventReason |
|
The list component lost focus, was scrolled, or is in a state where
editing is not allowed. |
| OUT — class Transition |
|
Constant for the direction property that determines the type of easing. |
| OUTER — class BitmapFilterType |
|
Defines the setting that applies a filter to the outer area of an object. |
| outputProgress — Event, class FileStream |
|
Signals that buffered data has been written to the file. |
| OUTPUT_PROGRESS — class OutputProgressEvent |
|
Defines the value of the type property of an outputProgress event object. |
| OutputProgressEvent — class, package window.runtime.flash.events |
|
A FileStream object dispatches OutputProgressEvent objects as pending asynchronous file write operations are
performed. |
| OutputProgressEvent(, , , , ) — Constructor, class OutputProgressEvent |
|
Creates an Event object that contains information about output progress events. |
| outsideCutoff — class CSMSettings |
|
The outside cutoff value, below which densities are set to zero. |
| overIcon — Style, class RadioButton |
| Name of the class to use as the icon when the button is not selected and the mouse is over the component. |
| |
| overIcon — Style, class CheckBox |
| Name of the class to use as the icon when the button is not selected and the mouse is over the component. |
| |
| overIcon — Style, class LabelButton |
| Name of the class to use as the icon when the button is not selected and the mouse is over the component. |
| |
| OVERLAY — class BlendMode |
|
Adjusts the color of each pixel based on the darkness of the background. |
| override — Statement |
| Specifies that a method replaces an inherited method. |
| overSkin — Style, class CellRenderer |
| Name of the class to use as the skin for the background and border when the button is not selected and the mouse is over the component. |
| |
| overSkin — Style, class LabelButton |
| Name of the class to use as the skin for the background and border when the button is not selected and the mouse is over the component. |
| |
| overSkin — Style, class BaseButton |
| Name of the class to use as the skin for the background and border when the button is not selected and the mouse is over the component. |
| |
| overSkin — Style, class ComboBox |
| The name of the class that provides the background that appears in the ComboBox component when the mouse is over it. |
| |
| overSkin — Style, class ColorPicker |
| The class that provides the skin for the color well when the pointing device rolls over it. |
| |
| overState — class 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 mouse is positioned over the button. |
| owner — class ListData |
|
A reference to the List object that owns this item. |
|
| 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 |