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, class flash.ui.Keyboard |
|
Constant associated with the key code value for the O key (79). |
obj — Property, class fl.transitions.Tween |
|
The target object that is being tweened. |
object — Property, class flash.sampler.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(value: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 — Property, 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, class flash.net.NetConnection |
|
The object encoding for this NetConnection instance. |
objectEncoding — Property, class flash.net.NetStream |
|
The object encoding (AMF version) for this NetStream object. |
objectEncoding — Property, class flash.net.SharedObject |
|
The object encoding (AMF version) for this shared object. |
objectEncoding — Property, class flash.net.Socket |
|
Controls the version of AMF used when writing or reading an object. |
objectEncoding — Property, class flash.net.URLStream |
|
Controls the version of Action Message Format (AMF) used when writing or reading an object. |
objectEncoding — Property, 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, 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, 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, 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, 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. |
OFF — Constant Static Property, class fl.controls.ScrollPolicy |
|
Never show the scroll bar. |
offlineLeasePeriod — Property, class flash.events.DRMStatusEvent |
|
The remaining number of days that content can be viewed offline. |
offset(dx:Number, dy:Number) — method, class flash.geom.Point |
|
Offsets the Point object by the specified amount. |
offset(dx:Number, dy:Number) — method, class flash.geom.Rectangle |
|
Adjusts the location of the Rectangle object, as determined by its top-left corner,
by the specified amounts. |
offsetPoint(point:flash.geom:Point) — method, class flash.geom.Rectangle |
|
Adjusts the location of the Rectangle object using a Point object as a parameter. |
oldBounds — Property, class fl.video.LayoutEvent |
|
Indicates the values of the x, y,
width, and height properties
of the target before the event occurs. |
oldRegistrationBounds — Property, class fl.video.LayoutEvent |
|
Indicates the values of the registrationX, registrationY,
registrationWidth, and registrationHeight properties
of the target before the event occurs. |
ON — Constant Static Property, class fl.controls.ScrollPolicy |
|
Always show the scroll bar. |
onCuePoint — Event, class flash.net.NetStream |
|
Invoked when an embedded cue point is reached while playing a video file. |
onImageData — Event, class flash.net.NetStream |
|
Dispatched when Flash Player receives image data as a byte array embedded in a media file that is
playing. |
onMetaData — Event, class flash.net.NetStream |
|
Dispatched when the application receives descriptive information embedded in the video being played. |
onPlayStatus — Event, class flash.net.NetStream |
|
Dispatched when a NetStream object has completely played a stream. |
onResize(width:Number, height:Number) — method, class fl.livepreview.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 flash.net.NetStream |
|
Dispatched when Flash Player receives text data embedded in a media file that is playing. |
onUpdate(... rest) — method, class fl.livepreview.LivePreviewParent |
|
Updates the properties of the component instance. |
opaqueBackground — Property, class flash.display.DisplayObject |
|
Specifies whether the display object is opaque with a certain background color. |
open — Event, class fl.containers.UILoader |
|
Dispatched after a network operation starts. |
open — Event, class fl.controls.ColorPicker |
|
Dispatched when the user opens the color palette. |
open() — method, class fl.controls.ColorPicker |
|
Shows the color palette. |
open — Event, class fl.controls.ComboBox |
|
Dispatched when the user clicks the drop-down button to display
the drop-down list. |
open() — method, class fl.controls.ComboBox |
|
Opens the drop-down list. |
open — Event, class fl.video.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 flash.data.SQLConnection |
|
Dispatched when an openAsync() method call's operation
completes successfully. |
open(reference:Object, openMode:String, autoCompact:Boolean, pageSize:int) — method, class flash.data.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 flash.display.LoaderInfo |
|
Dispatched when a load operation starts. |
open(file:flash.filesystem:File, fileMode:String) — method, class flash.filesystem.FileStream |
|
Opens the FileStream object synchronously, pointing to the file specified by the file parameter. |
open — Event, class flash.media.Sound |
|
Dispatched when a load operation starts. |
open — Event, class flash.net.FileReference |
|
Dispatched when an upload or download operation starts. |
open — Event, class flash.net.URLLoader |
|
Dispatched when the download operation commences following
a call to the URLLoader.load() method. |
open — Event, class flash.net.URLStream |
|
Dispatched when a load operation starts. |
OPEN — Constant Static Property, class flash.errors.SQLErrorOperation |
|
Indicates that either the SQLConnection.open() method or the SQLConnection.openAsync() method was called. |
OPEN — Constant Static Property, class flash.events.Event |
|
The Event.OPEN constant defines the value of the type property of an open event object. |
OPEN — Constant Static Property, class flash.events.SQLEvent |
|
The SQLEvent.OPEN constant defines the value of the
type property of a open event object. |
openAsync(reference:Object, openMode:String, responder:flash.net:Responder, autoCompact:Boolean, pageSize:int) — method, class flash.data.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(file:flash.filesystem:File, fileMode:String) — method, class flash.filesystem.FileStream |
|
Opens the FileStream object asynchronously, pointing to the file specified by the file parameter. |
openedWindows — Property, class flash.desktop.NativeApplication |
|
An array containing all the open native windows of this application. |
operation — Property, class flash.errors.SQLError |
|
A value indicating the operation that was being attempted when the error occurred. |
OPTIONS — Constant Static Property, class flash.net.URLRequestMethod |
|
Specifies that the URLRequest object is a OPTIONS. |
orderInBackOf(window:flash.display:NativeWindow) — method, class flash.display.NativeWindow |
|
Sends this window directly behind the specified window. |
orderInFrontOf(window:flash.display:NativeWindow) — method, class flash.display.NativeWindow |
|
Brings this window directly in front of the specified window. |
orderToBack() — method, class flash.display.NativeWindow |
|
Sends this window behind any other visible windows. |
orderToFront() — method, class flash.display.NativeWindow |
|
Brings this window in front of any other visible windows. |
orientation — Property, class flash.printing.PrintJob |
|
The image orientation for printing. |
orientToPath — Property, class fl.motion.Animator |
|
Sets the position of the display object along the motion path. |
orientToPath — Property, class fl.motion.Keyframe |
|
If set to true, this property causes the target object to rotate automatically
to follow the angle of its path. |
ORIGINAL_ONLY — Constant Static Property, class flash.desktop.ClipboardTransferMode |
|
The Clipboard object should only return a reference. |
ORIGINAL_PREFERRED — Constant Static Property, class flash.desktop.ClipboardTransferMode |
|
The Clipboard object should return a reference if available and a copy if not. |
originalUrl — Property, class flash.html.HTMLHistoryItem |
|
The original URL of the HTML page, before any redirects. |
os — Static Property, class flash.system.Capabilities |
|
Specifies the current operating system. |
OTHER — Constant Static Property, class fl.events.DataGridEventReason |
|
The list component lost focus, was scrolled, or is in a state where
editing is not allowed. |
OUT — Constant Static Property, class fl.transitions.Transition |
|
Constant for the direction property that determines the type of easing. |
OUTER — Constant Static Property, class flash.filters.BitmapFilterType |
|
Defines the setting that applies a filter to the outer area of an object. |
outputProgress — Event, class flash.filesystem.FileStream |
|
Signals that buffered data has been written to the file. |
OUTPUT_PROGRESS — Constant Static Property, class flash.events.OutputProgressEvent |
|
Defines the value of the type property of an outputProgress event object. |
OutputProgressEvent — class, 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, class flash.events.OutputProgressEvent |
|
Creates an Event object that contains information about output progress events. |
outsideCutoff — Property, class flash.text.CSMSettings |
|
The outside cutoff value, below which densities are set to zero. |
overIcon — Style, class fl.controls.LabelButton
|
| 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 fl.controls.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 fl.controls.RadioButton
|
| Name of the class to use as the icon when the button is not selected and the mouse is over the component. |
| |
OVERLAY — Constant Static Property, 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. |
overSkin — Style, class fl.controls.listClasses.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 fl.controls.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 fl.controls.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 fl.controls.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 fl.controls.ColorPicker
|
| The class that provides the skin for the color well when the pointing device rolls over it. |
| |
overState — Property, 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 mouse is positioned over the button. |
owner — Property, class fl.controls.listClasses.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 |