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). | |
Object(Object value) — Package Function, Top Level | |
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 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 — 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. | |
OFF — class MicrophoneEnhancedMode | |
All enhanced microphone functionality is off. | |
offlineLeasePeriod — class DRMStatusEvent | |
The remaining number of days that content can be viewed offline. | |
offset(Number dx, Number dy) — method, class Point | |
Offsets the Point object by the specified amount. | |
offset(Number dx, Number dy) — method, class Rectangle | |
Adjusts the location of the Rectangle object, as determined by its top-left corner, by the specified amounts. | |
offsetPoint(flash.geom:Point point) — method, class Rectangle | |
Adjusts the location of the Rectangle object using a Point object as a parameter. | |
OL_CHIKI — class NationalDigitsType | |
Represents the Unicode value for the zero digit of the Ol Chiki digit set. | |
ONE — class Context3DBlendFactor | |
The blend factor is (1,1,1,1). | |
ONE_MINUS_DESTINATION_ALPHA — class 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 — class 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 — class 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 — class 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. | |
open — Event, class SQLConnection | |
Dispatched when an openAsync() method call's operation completes successfully. | |
open(Object reference, String openMode, Boolean autoCompact, int pageSize, flash.utils:ByteArray encryptionKey) — method, class 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(flash.filesystem:File file, String fileMode) — 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 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(Object reference, String openMode, flash.net:Responder responder, Boolean autoCompact, int pageSize, flash.utils:ByteArray encryptionKey) — method, class 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(flash.filesystem:File file, String fileMode) — 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. | |
openWithDefaultApplication() — method, class File | |
Opens the file in the application registered by the operating system to open this file type. | |
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 OPTIONS. | |
orderInBackOf(flash.display:NativeWindow window) — method, class NativeWindow | |
Sends this window directly behind the specified window. | |
orderInFrontOf(flash.display:NativeWindow window) — 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. | |
organizationalUnitName — class X500DistinguishedName | |
Returns the DN OrganizationalUnitName attribute. | |
organizationName — class X500DistinguishedName | |
Returns the DN OrganizationName attribute. | |
orientation — class Stage | |
The current orientation of the stage. | |
orientationChange — Event, class Stage | |
Dispatched by the Stage object when the stage orientation changes. | |
orientationChanging — Event, class Stage | |
Dispatched by the Stage object when the stage orientation begins changing. | |
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. | |
ORIYA — class NationalDigitsType | |
Represents the Unicode value for the zero digit of the Oriya digit set. | |
os — class Capabilities | |
Specifies the current operating system. | |
OSMANYA — class NationalDigitsType | |
Represents the Unicode value for the zero digit of the Osmanya digit set. | |
outputProgress — Event, class FileStream | |
Signals that buffered data has been written to the file. | |
outputProgress — Event, class Socket | |
Dispatched when a socket moves data from its write buffer to the networking transport layer. | |
OUTPUT_PROGRESS — class OutputProgressEvent | |
Defines the value of the type property of an outputProgress event object. | |
OutputProgressEvent — class, package window.runtime.flash.events | |
An object dispatches OutputProgressEvent objects as pending asynchronous write operations are performed. | |
OutputProgressEvent(String type, Boolean bubbles, Boolean cancelable, Number bytesPending, Number bytesTotal) — Constructor, class OutputProgressEvent | |
Creates an Event object that contains information about output progress events. | |
owner — class NativeWindow | |
The NativeWindow object that owns this window. | |
owner — class NativeWindowInitOptions | |
Specifies the NativeWindow object that should own any windows created with this NativeWindowInitOptions. | |
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 |
Thu Sep 29 2011, 02:35 AM -07:00