| 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). |
| object — Property, class flash.sampler.NewObjectSample |
|
The NewObjectSample object if it still exists. |
| object — Property, class mx.utils.ObjectProxy |
|
The object being proxied. |
| 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 — Dynamic Class, Top Level |
|
The Object class is at the root of the ActionScript
runtime class hierarchy. |
| 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. |
| ObjectInstance — class, package mx.messaging.management |
|
Client representation of an object name instance for server-side management controls. |
| ObjectInstance() — Constructor, class mx.messaging.management.ObjectInstance |
|
Creates a new instance of an empty ObjectInstance. |
| objectName — Property, class mx.messaging.management.ObjectInstance |
|
The object name. |
| ObjectName — class, package mx.messaging.management |
|
Client representation of the name for server-side management controls. |
| ObjectName() — Constructor, class mx.messaging.management.ObjectName |
|
Creates a new instance of an empty ObjectName. |
| object_proxy — Statement |
| Defines methods of the ObjectProxy class. |
| ObjectProxy — Dynamic Class, package mx.utils |
|
This class provides the ability to track changes to an item
managed by this proxy. |
| ObjectProxy(item:Object, uid:String, proxyDepth:int) — Constructor, class mx.utils.ObjectProxy |
|
Initializes this proxy with the specified object, id and proxy depth. |
| objectToString(object:Object, separator:String, encodeURL:Boolean) — Static Method , class mx.utils.URLUtil |
|
Enumerates an object's dynamic properties (by using a for..in loop)
and returns a String. |
| ObjectUtil — class, package mx.utils |
|
The ObjectUtil class is an all-static class with methods for
working with Objects within Flex. |
| OFF — Constant Static Property, class flash.display.ColorCorrection |
|
Turns off color correction regardless of the player host environment. |
| OFF — Constant Static Property, class flash.text.engine.Kerning |
|
Used to indicate kerning is disabled. |
| OFF — Constant Static Property, class mx.core.ScrollPolicy |
|
Never show the scrollbar. |
| OFF — Constant Static Property, class mx.core.UIComponentCachePolicy |
|
Specifies that the Flex framework should never attempt
to cache the object as a bitmap. |
| offlineLeaseEndDate — Property, class flash.net.drm.DRMVoucher |
|
The date and time at which this voucher expires for offline playback. |
| offlineLeasePeriod — Property, class flash.events.DRMStatusEvent |
|
The remaining number of days that content can be viewed offline. |
| offlineLeaseStartDate — Property, class flash.net.drm.DRMVoucher |
|
The date and time at which this voucher becomes valid for offline playback. |
| offscreenExtraColumns — Property, class mx.controls.listClasses.ListBase |
|
The target number of extra columns of item renderers used in the
layout of the control. |
| offscreenExtraColumnsLeft — Property, class mx.controls.listClasses.ListBase |
|
The number of offscreen columns currently to the left of the
leftmost visible column. |
| offscreenExtraColumnsRight — Property, class mx.controls.listClasses.ListBase |
|
The number of offscreen columns currently to the right of the
right visible column. |
| offscreenExtraRows — Property, class mx.controls.listClasses.ListBase |
|
The target number of extra rows of item renderers to be used in
the layout of the control. |
| offscreenExtraRowsBottom — Property, class mx.controls.listClasses.ListBase |
|
The number of offscreen rows currently below the bottom visible
item renderer. |
| offscreenExtraRowsOrColumns — Property, class mx.controls.listClasses.ListBase |
|
The target number of extra rows or columns of item renderers to be used
in the layout of the control. |
| offscreenExtraRowsOrColumnsChanged — Property, class mx.controls.listClasses.ListBase |
|
A flag indicating that the number of offscreen rows or columns
may have changed. |
| offscreenExtraRowsTop — Property, class mx.controls.listClasses.ListBase |
|
The number of offscreen rows currently above the topmost visible
row. |
| 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. |
| offset — Property, class mx.controls.listClasses.ListBaseSeekPending |
|
The offset from the bookmark that was the target of the seek operation. |
| offsetPoint(point:flash.geom:Point) — method, class flash.geom.Rectangle |
|
Adjusts the location of the Rectangle object using a Point object as a parameter. |
| offsetX — Property, class mx.graphics.BitmapFill |
|
How far the bitmap is horizontally offset from the origin. |
| offsetY — Property, class mx.graphics.BitmapFill |
|
How far the bitmap is vertically offset from the origin. |
| OK — Constant Static Property, class mx.controls.Alert |
|
Value that enables an OK button on the Alert control when passed
as the flags parameter of the show() method. |
| okLabel — Static Property, class mx.controls.Alert |
|
The label for the OK button. |
| oldHeight — Property, class mx.events.ResizeEvent |
|
The previous height of the object, in pixels. |
| oldIndex — Property, class mx.events.IndexChangedEvent |
|
The zero-based index before the change. |
| oldLocation — Property, class mx.events.CollectionEvent |
|
When the kind value is CollectionEventKind.MOVE,
this property is the zero-based index in the target collection of the
previous location of the item(s) specified by the items property. |
| oldState — Property, class mx.events.StateChangeEvent |
|
The name of the view state that the component is exiting. |
| oldStreamName — Property, class flash.net.NetStreamPlayOptions |
|
The name of the old stream or the stream to transition from. |
| OLD_STYLE — Constant Static Property, class flash.text.engine.DigitCase |
|
Used to specify old style digit case. |
| oldValue — Property, class mx.events.PropertyChangeEvent |
|
The value of the property before the change. |
| oldWidth — Property, class mx.events.ResizeEvent |
|
The previous width of the object, in pixels. |
| oldX — Property, class mx.events.MoveEvent |
|
The previous x coordinate of the object, in pixels. |
| oldY — Property, class mx.controls.listClasses.ListRowInfo |
|
The last Y value for the row. |
| oldY — Property, class mx.events.MoveEvent |
|
The previous y coordinate of the object, in pixels. |
| ON — Constant Static Property, class flash.display.ColorCorrection |
|
Turns on color correction regardless of the player host environment, if available. |
| ON — Constant Static Property, class flash.text.engine.Kerning |
|
Used to indicate kerning is enabled. |
| ON — Constant Static Property, class mx.core.ScrollPolicy |
|
Always show the scrollbar. |
| ON — Constant Static Property, class mx.core.UIComponentCachePolicy |
|
Specifies that the Flex framework should always cache
the object as a bitmap. |
| onCuePoint — Event, class flash.net.NetStream |
|
Establishes a listener to respond when an embedded cue point is reached while playing a video file. |
| onDRMContentData — Event, class flash.net.NetStream |
|
Establishes a listener to respond when AIR extracts DRM content metadata embedded in a media file. |
| onEffectEnd(childEffect:mx.effects:IEffectInstance) — method, class mx.effects.effectClasses.CompositeEffectInstance |
|
Called each time one of the child effects has finished playing. |
| onEffectEnd(childEffect:mx.effects:IEffectInstance) — method, class mx.effects.effectClasses.ParallelInstance |
|
Each time a child effect of SequenceInstance or ParallelInstance
finishes, Flex calls the onEffectEnd() method. |
| onEffectEnd(childEffect:mx.effects:IEffectInstance) — method, class mx.effects.effectClasses.SequenceInstance |
|
Each time a child effect of SequenceInstance finishes,
Flex calls the onEffectEnd() method. |
| onImageData — Event, 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. |
| onMetaData — Event, class flash.net.NetStream |
|
Establishes a listener to respond when Flash Player receives descriptive information embedded in the video being played. |
| onMoveTweenEnd(value:Object) — method, class mx.effects.effectClasses.MaskEffectInstance |
|
Callback method that is called when the x and y position
of the mask should be updated by the effect for the last time. |
| onMoveTweenUpdate(value:Object) — method, class mx.effects.effectClasses.MaskEffectInstance |
|
Callback method that is called when the x and y position
of the mask should be updated by the effect. |
| onPeerConnect(subscriber:flash.net:NetStream) — method, class flash.net.NetStream |
|
Invoked when a peer-publishing stream matches a peer-subscribing stream. |
| onPlayStatus — Event, class flash.net.NetStream |
|
Establishes a listener to respond when a NetStream object has completely played a stream. |
| onScaleTweenEnd(value:Object) — method, class mx.effects.effectClasses.MaskEffectInstance |
|
Callback method that is called when the
scaleX and scaleY properties
of the mask should be updated by the effect for the last time. |
| onScaleTweenUpdate(value:Object) — method, class mx.effects.effectClasses.MaskEffectInstance |
|
Callback method that is called when the
scaleX and scaleY properties
of the mask should be updated by the effect. |
| onTextData — Event, class flash.net.NetStream |
|
Establishes a listener to respond when Flash Player receives text data embedded in a media file that is playing. |
| onTweenEnd(value:Object) — method, class mx.effects.effectClasses.TweenEffectInstance |
|
Callback method that is called when the target should be updated
by the effect for the last time. |
| onTweenUpdate(value:Object) — method, class mx.effects.effectClasses.TweenEffectInstance |
|
Callback method that is called when the target should be updated
by the effect. |
| onXMPData — Event, 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. |
| opacity — Property, class coldfusion.service.mxml.Pdf |
|
Opacity of the watermark. |
| opaqueBackground — Property, class flash.display.DisplayObject |
|
Specifies whether the display object is opaque with a certain background color. |
| opaqueBackground — Property, interface mx.core.IFlexDisplayObject |
|
Specifies whether the display object is opaque with a certain background color. |
| 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, encryptionKey:flash.utils:ByteArray) — 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 — Event, class mx.controls.ColorPicker |
|
Dispatched when the color swatch panel opens. |
| open() — method, class mx.controls.ColorPicker |
|
Displays the drop-down SwatchPanel object
that shows colors that users can select. |
| open — Event, class mx.controls.ComboBox |
|
Dispatched when the user clicks the drop-down button
to display the drop-down list. |
| open() — method, class mx.controls.ComboBox |
|
Displays the drop-down list. |
| open — Event, class mx.controls.DateField |
|
Dispatched when a user selects the field to open the drop-down list. |
| open() — method, class mx.controls.DateField |
|
Opens the DateChooser control. |
| open — Event, class mx.controls.PopUpButton |
|
Dispatched when the specified UIComponent opens. |
| open() — method, class mx.controls.PopUpButton |
|
Opens the UIComponent object specified by the popUp property. |
| open — Event, class mx.controls.SWFLoader |
|
Dispatched when a network operation starts. |
| open — Property, class mx.controls.treeClasses.TreeListData |
|
Contains true if the node is open. |
| open(openWindowActive:Boolean) — method, class mx.core.Window |
|
Creates the underlying NativeWindow and opens it. |
| 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. |
| OPEN — Constant Static Property, class mx.events.DropdownEvent |
|
The DropdownEvent.OPEN constant defines the value of the
type property of the event object for a open event. |
| openAlways — Property, class mx.controls.PopUpButton |
|
If true, specifies to pop up the
popUp when you click the main button. |
| openAsync(reference:Object, openMode:String, responder:flash.net:Responder, autoCompact:Boolean, pageSize:int, encryptionKey:flash.utils:ByteArray) — 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. |
| openDuration — Style, class mx.containers.Accordion |
| Duration, in milliseconds, of the animation from one child to another. |
| openDuration — Style, class mx.controls.ColorPicker |
| Length of an open transition, in milliseconds. |
| openDuration — Style, class mx.controls.Tree |
| Length of an open or close transition, in milliseconds. |
| openDuration — Style, class mx.controls.PopUpButton |
| Length of an open transition, in milliseconds. |
| openDuration — Style, class mx.controls.ComboBox |
| Length of the transition when the drop-down list opens, in milliseconds. |
| openDuration — Style, class mx.controls.Menu |
| The duration of the menu or submenu opening transition, in milliseconds. |
| openEasingFunction — Style, class mx.containers.Accordion |
| Tweening function used by the animation from one child to another. |
| openEasingFunction — Style, class mx.controls.ColorPicker |
| Easing function to control component tweening. |
| openEasingFunction — Style, class mx.controls.Tree |
| Easing function to control component tweening. |
| openEasingFunction — Style, class mx.controls.PopUpButton |
| Easing function to control component opening tween. |
| openEasingFunction — Style, class mx.controls.ComboBox |
| An easing function to control the open transition. |
| openedWindows — Property, class flash.desktop.NativeApplication |
|
An array containing all the open native windows of this application. |
| opening — Property, class mx.events.TreeEvent |
|
Used for an ITEM_OPENING type events only. |
| openItems — Property, class mx.controls.Tree |
|
The items that have been opened or set opened. |
| openPaths — Property, class mx.controls.FileSystemTree |
|
An Array of nativePath Strings for the File items
representing the open subdirectories. |
| openSession(dbfile:flash.filesystem:File, id:uint) — method, class coldfusion.air.SyncManager |
|
Creates a session with a specific database file. |
| openStreamingConnection(appendToURL:String) — method, class mx.messaging.channels.StreamingConnectionHandler |
|
Used by the streaming channels to set up the streaming connection if
necessary and issue the open request to the server. |
| openSubdirectory(nativePath:String) — method, class mx.controls.FileSystemTree |
|
Opens a subdirectory specified by a native file system path. |
| operation — Property, class coldfusion.air.Conflict |
|
The operation that caused the server-side conflict. |
| operation — Property, class flash.errors.SQLError |
|
A value indicating the operation that was being attempted when the error occurred. |
| operation — Property, class mx.messaging.messages.CommandMessage |
|
Provides access to the operation/command for the CommandMessage. |
| operation — Property, class mx.messaging.messages.RemotingMessage |
|
Provides access to the name of the remote method/operation that
should be called. |
| Operation — class, package mx.rpc.http |
|
An Operation used specifically by an HTTPMultiService. |
| Operation — class, package mx.rpc.remoting |
|
An Operation used specifically by RemoteObjects. |
| Operation — class, package mx.rpc.remoting.mxml |
|
The Operation used for RemoteObject when created in an MXML document. |
| Operation — class, package mx.rpc.soap |
|
An Operation used specifically by WebServices. |
| Operation — class, package mx.rpc.soap.mxml |
|
An Operation used specifically by WebServices. |
| Operation(service:mx.rpc.http:HTTPMultiService, name:String) — Constructor, class mx.rpc.http.Operation |
|
Creates a new Operation. |
| Operation(remoteObject:mx.rpc:AbstractService, name:String) — Constructor, class mx.rpc.remoting.Operation |
|
Creates a new Operation. |
| Operation(webService:mx.rpc:AbstractService, name:String) — Constructor, class mx.rpc.soap.Operation |
|
Creates a new Operation. |
| Operation(webService:mx.rpc.soap:WebService, name:String) — Constructor, class mx.rpc.soap.mxml.Operation |
|
Creates a new Operation. |
| operationList — Property, class mx.rpc.http.HTTPMultiService |
|
This serves as the default property for this instance so that we can
define a set of operations as direct children of the HTTPMultiService
tag in MXML. |
| operationManager — Property, class mx.rpc.AbstractInvoker |
|
This property is set usually by framework code which wants to modify the
behavior of a service invocation without modifying the way in which the
service is called externally. |
| operations — Property, class mx.messaging.management.MBeanInfo |
|
The operations provided by the MBean. |
| operations — Property, class mx.rpc.AbstractService |
|
The Operations array is usually only set by the MXML compiler if you
create a service using an MXML tag. |
| OPTIONS — Constant Static Property, class flash.net.URLRequestMethod |
|
Specifies that the URLRequest object is a OPTIONS. |
| OPTIONS_METHOD — Constant Static Property, class mx.messaging.messages.HTTPRequestMessage |
|
Indicates that the method used for this request should be "options". |
| orderInBackOf(window:flash.display:NativeWindow) — method, class flash.display.NativeWindow |
|
Sends this window directly behind the specified window. |
| orderInBackOf(window:mx.core:IWindow) — method, class mx.core.Window |
|
Orders the window just behind another. |
| orderInBackOf(window:mx.core:IWindow) — method, class mx.core.WindowedApplication |
|
Orders the window just behind another. |
| orderInFrontOf(window:flash.display:NativeWindow) — method, class flash.display.NativeWindow |
|
Brings this window directly in front of the specified window. |
| orderInFrontOf(window:mx.core:IWindow) — method, class mx.core.Window |
|
Orders the window just in front of another. |
| orderInFrontOf(window:mx.core:IWindow) — method, class mx.core.WindowedApplication |
|
Orders the window just in front of another. |
| orderToBack() — method, class flash.display.NativeWindow |
|
Sends this window behind any other visible windows. |
| orderToBack() — method, class mx.core.Window |
|
Orders the window behind all others in the same application. |
| orderToBack() — method, class mx.core.WindowedApplication |
|
Orders the window behind all others in the same application. |
| orderToFront() — method, class flash.display.NativeWindow |
|
Brings this window in front of any other visible windows. |
| orderToFront() — method, class mx.core.Window |
|
Orders the window in front of all others in the same application. |
| orderToFront() — method, class mx.core.WindowedApplication |
|
Orders the window in front of all others in the same application. |
| orientation — Property, class coldfusion.service.mxml.Document |
|
Page orientation:
portrait
landscape
|
| orientation — Property, class flash.printing.PrintJob |
|
The image orientation for printing. |
| Orientation3D — final class, package flash.geom |
|
The Orientation3D class is an enumeration of constant values for representing the orientation style
of a Matrix3D object. |
| originalHeight — Property, class mx.printing.PrintDataGrid |
|
The height of PrintDataGrid as set by the user. |
| originalobject — Property, class coldfusion.air.Conflict |
|
The original instance of the object on the client side. |
| 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. |
| originatingMessageSentTime — Property, class mx.messaging.messages.MessagePerformanceUtils |
|
Only populated in the case of a pushed message, timestamp in milliseconds since epoch of
when the client that caused a push message sent its message. |
| originatingMessageSize — Property, class mx.messaging.messages.MessagePerformanceUtils |
|
Only populated in the case of a pushed message, size in Bytes of the message that originally
caused this pushed message
|
| originX — Property, class mx.effects.Rotate |
|
The x-position of the center point of rotation. |
| originX — Property, class mx.effects.Zoom |
|
Number that represents the x-position of the zoom origin
when the effect target is in a container that supports absolute positioning,
such as the Canvas container. |
| originX — Property, class mx.effects.effectClasses.RotateInstance |
|
The x-position of the center point of rotation. |
| originX — Property, class mx.effects.effectClasses.ZoomInstance |
|
Number that represents the x-position of the zoom origin,
or registration point. |
| originX — Property, class mx.graphics.BitmapFill |
|
The horizontal origin for the bitmap fill. |
| originY — Property, class mx.effects.Rotate |
|
The y-position of the center point of rotation. |
| originY — Property, class mx.effects.Zoom |
|
Number that represents the y-position of the zoom origin
when the effect target is in a container that supports absolute positioning,
such as the Canvas container. |
| originY — Property, class mx.effects.effectClasses.RotateInstance |
|
The y-position of the center point of rotation. |
| originY — Property, class mx.effects.effectClasses.ZoomInstance |
|
Number that represents the y-position of the zoom origin,
or registration point. |
| originY — Property, class mx.graphics.BitmapFill |
|
The vertical origin for the bitmap fill. |
| os — Static Property, class flash.system.Capabilities |
|
Specifies the current operating system. |
| OTHER — Constant Static Property, class mx.events.DataGridEventReason |
|
Specifies that the list control lost focus, was scrolled,
or is somehow in a state where editing is not allowed. |
| OTHER — Constant Static Property, class mx.events.ListEventReason |
|
Specifies that the list control lost focus, was scrolled,
or is somehow in a state where editing is not allowed. |
| OUTER — Constant Static Property, class flash.filters.BitmapFilterType |
|
Defines the setting that applies a filter to the outer area of an object. |
| outputFiles — Property, class coldfusion.service.mxml.Pdf |
|
Structure that contains the output files in the DDX file or string as
keys and the pathname to the result file as the value. |
| 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 mx.controls.Button |
| Name of the class to use as the icon when the button is not selected and the mouse is over the control. |
| OVERLAY — Constant Static Property, class flash.display.BlendMode |
|
Adjusts the color of each pixel based on the darkness of the background. |
| OVERLAY_CREATED — Constant Static Property, class mx.events.ChildExistenceChangedEvent |
|
The ChildExistenceChangedEvent.OVERLAY_CREATED constant
defines the value of the type property of the event object
for a overlayCreated event. |
| overlaySource — Property, class coldfusion.service.mxml.Image |
| |
| override — Statement |
| Specifies that a method replaces an inherited method. |
| overrides — Property, class mx.states.State |
|
The overrides for this view state, as an Array of objects that implement
the IOverride interface. |
| overrides — Property, class mx.styles.CSSStyleDeclaration |
|
If the setStyle() method is called on a UIComponent or CSSStyleDeclaration
at run time, this object stores the name/value pairs that were set;
they override the name/value pairs in the objects produced by
the methods specified by the defaultFactory and
factory properties. |
| overSkin — Style, class mx.controls.Button |
| 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 control. |
| overSkin — Style, class mx.controls.ComboBase |
| Name of the class to use as the skin for the background and border when the mouse is over the control. |
| 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 mx.controls.listClasses.BaseListData |
|
A reference to the list object that owns this item. |
| owner — Property, interface mx.core.IUIComponent |
|
Typically the parent container of this component. |
| owner — Property, class mx.core.UIComponent |
|
The owner of this UIComponent. |
| owner — Property, class mx.core.UITextField |
|
By default, set to the parent container of this object. |
| owner — Property, class mx.flash.UIMovieClip |
|
Typically the parent container of this component. |
| ownerPassword — Property, class coldfusion.service.mxml.Document |
|
Specifies the owner password; format="PDF" only. |
| owns(displayObject:flash.display:DisplayObject) — method, interface mx.core.IUIComponent |
|
Returns true if the chain of owner properties
points from child to this UIComponent. |
| owns(child:flash.display:DisplayObject) — method, class mx.core.UIComponent |
|
Returns true if the chain of owner properties
points from child to this UIComponent. |
| owns(child:flash.display:DisplayObject) — method, class mx.core.UITextField |
|
Returns true if the child is parented or owned by this object. |
| owns(displayObject:flash.display:DisplayObject) — method, class mx.flash.UIMovieClip |
|
Returns true if the chain of owner properties
points from child to this UIComponent. |
|
| 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 |