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 | |
b — class Matrix | |
The value that affects the positioning of pixels along the y axis when rotating or skewing an image. | |
B — class Keyboard | |
Constant associated with the key code value for the B key (66). | |
BACK — class Context3DTriangleFace | |
Specify the back face of the triangle. | |
BACK — class Keyboard | |
Return to previous page in application | |
BACKQUOTE — class Keyboard | |
Constant associated with the key code value for the ` key (192). | |
BACKSLASH — class Keyboard | |
Constant associated with the key code value for the \ key (220). | |
BACKSPACE — class Keyboard | |
Constant associated with the key code value for the Backspace key (8). | |
BALINESE — class NationalDigitsType | |
Represents the Unicode value for the zero digit of the Balinese digit set. | |
bandwidth — class VideoStreamSettings | |
Retrieve the maximum amount of bandwidth that the current outgoing video feed can use, in bytes per second. | |
BASELINE — class H264Profile | |
Constant for H.264/AVC baseline profile. | |
beforeBounds — class NativeWindowBoundsEvent | |
The bounds of the window before the change. | |
beforeDisplayState — class NativeWindowDisplayStateEvent | |
The display state of the NativeWindow before the change. | |
beforeInstall — Event, class ApplicationUpdater | |
Dispatched just before installing the update, after the installUpdate() method was called. | |
beforeInstall — Event, class ApplicationUpdaterUI | |
Dispatched just before installing the update, after the installUpdate() method was called. | |
BEFORE_INSTALL — class UpdateEvent | |
The UpdateEvent.BEFORE_INSTALL constant defines the value of the type property of the event object for a beforeInstall event. | |
begin — Event, class SQLConnection | |
Dispatched when a begin() method call's operation completes successfully. | |
begin(String option, flash.net:Responder responder) — method, class SQLConnection | |
Begins a transaction within which all SQL statements executed against the connection's database or databases are grouped. | |
BEGIN — class SQLErrorOperation | |
Indicates that the SQLConnection.begin() method was called. | |
BEGIN — class SQLEvent | |
The SQLEvent.BEGIN constant defines the value of the type property of a begin event object. | |
BENGALI — class NationalDigitsType | |
Represents the Unicode value for the zero digit of the Bengali digit set. | |
BEST — class StageQuality | |
Specifies very high rendering quality: graphics are anti-aliased using a 4 x 4 pixel grid and bitmaps are always smoothed. | |
BEST_EFFORT — class RevocationCheckSettings | |
Check certificate revocation, if revocation information is available and the revocation status can be obtained. | |
BGRA — class Context3DTextureFormat | |
A texture with colors defined with 8-bit color components in the order: blue, green, red, alpha. | |
BIG_ENDIAN — class Endian | |
Indicates the most significant byte of the multibyte number appears first in the sequence of bytes. | |
BINARY — class SQLCollationType | |
Indicates that the column is defined to use the BINARY collation sequence. | |
BINARY — class URLLoaderDataFormat | |
Specifies that downloaded data is received as raw binary data. | |
bind(int localPort, String localAddress) — method, class DatagramSocket | |
Binds this socket to the specified local address and port. | |
bind(int localPort, String localAddress) — method, class ServerSocket | |
Binds this socket to the specified local address and port. | |
BitmapData — class, package window.runtime.flash.display | |
The BitmapData class lets you work with the data (pixels) of a Bitmap object bitmap image. | |
BitmapData(int width, int height, Boolean transparent, uint fillColor) — Constructor, class BitmapData | |
Creates a BitmapData object with a specified width and height. | |
BITMAP_FORMAT — class ClipboardFormats | |
Image data (AIR only). | |
bitmaps — class DockIcon | |
The icon image as an array of BitmapData objects of different sizes. | |
bitmaps — class Icon | |
The icon image as an array of BitmapData objects of different sizes. | |
bitmaps — class InteractiveIcon | |
The icon image as an array of BitmapData objects of different sizes. | |
bitmaps — class SystemTrayIcon | |
The icon image as an array of BitmapData objects of different sizes. | |
BLUE — class Keyboard | |
Blue function key button | |
Boolean(Object expression) — Package Function, Top Level | |
bottom — class Rectangle | |
The sum of the y and height properties. | |
BOTTOM — class NativeWindowResize | |
The bottom edge of the window. | |
BOTTOM_LEFT — class NativeWindowResize | |
The bottom-left corner of the window. | |
bottomRight — class Rectangle | |
The location of the Rectangle object's bottom-right corner, determined by the values of the right and bottom properties. | |
BOTTOM_RIGHT — class NativeWindowResize | |
The bottom-right corner of the window. | |
bounce(String priority) — method, class DockIcon | |
Notifies the user that an event has occurred that may require attention. | |
bound — class DatagramSocket | |
Indicates whether this socket object is currently bound to a local address and port. | |
bound — class ServerSocket | |
Indicates whether the socket is bound to a local address and port. | |
bounds — class NativeWindow | |
The size and location of this window. | |
bounds — class Screen | |
The bounds of this screen. | |
broadcast — class InterfaceAddress | |
The broadcast address of the local network segment. | |
browseForDirectory(String title) — method, class File | |
Displays a directory chooser dialog box, in which the user can select a directory. | |
browseForOpen(String title, Array typeFilter) — method, class File | |
Displays the Open File dialog box, in which the user can select a file to open. | |
browseForOpenMultiple(String title, Array typeFilter) — method, class File | |
Displays the Open File dialog box, in which the user can select one or more files to open. | |
browseForSave(String title) — method, class File | |
Displays the Save File dialog box, in which the user can select a file destination. | |
browserInvoke — Event, class NativeApplication | |
Dispatched when an application is invoked by a SWF file running in the user's browser. | |
BROWSER_INVOKE — class BrowserInvokeEvent | |
The BrowserInvokeEvent.BROWSER_INVOKE constant defines the value of the type property of a BrowserInvokeEvent object. | |
BrowserInvokeEvent — class, package window.runtime.flash.events | |
The NativeApplication object of an AIR application dispatches a browserInvoke event when the application is invoked as the result of a SWF file in the browser using the browser invocation feature. | |
BrowserInvokeEvent(String type, Boolean bubbles, Boolean cancelable, Array arguments, String sandboxType, String securityDomain, Boolean isHTTPS, Boolean isUserEvent) — Constructor, class BrowserInvokeEvent | |
The constructor function for the BrowserInvokeEvent class. | |
bubbles — class Event | |
Indicates whether an event is a bubbling event. | |
BUFFER_OVERFLOW_ERROR — class LastOperationStatus | |
Indicates that given buffer is not enough to hold the result. | |
bufferTime — class SoundLoaderContext | |
The number of milliseconds to preload a streaming sound into a buffer before the sound starts to stream. | |
bufferTime — class SoundMixer | |
The number of seconds to preload an embedded streaming sound into a buffer before it starts to stream. | |
buttonDown — class MouseEvent | |
Indicates whether the primary mouse button is pressed (true) or not (false). | |
ByteArray — class, package window.runtime.flash.utils | |
The ByteArray class provides methods and properties to optimize reading, writing, and working with binary data. | |
ByteArray() — Constructor, class ByteArray | |
Creates a ByteArray instance representing a packed array of bytes, so that you can use the methods and properties in this class to optimize your data storage and stream. | |
ByteArray() — Constructor, class ByteArray | |
Creates a ByteArray instance representing a packed array of bytes, so that you can use the methods and properties in this class to optimize your data storage and stream. | |
BYTES_4 — class Context3DVertexBufferFormat | |
A vector of four 8-bit values. | |
bytesAvailable — class FileStream | |
Returns the number of bytes of data available for reading in the input buffer. | |
bytesAvailable — class Socket | |
The number of bytes of data available for reading in the input buffer. | |
bytesAvailable — class URLStream | |
Returns the number of bytes of data available for reading in the input buffer. | |
bytesAvailable — class ByteArray | |
The number of bytes of data available for reading from the current position in the byte array to the end of the array. | |
bytesLoaded — class ProgressEvent | |
The number of items or bytes loaded when the listener processes the event. | |
bytesLoaded — class Sound | |
Returns the currently available number of bytes in this sound object. | |
bytesLoaded — class URLLoader | |
Indicates the number of bytes that have been loaded thus far during the load operation. | |
bytesPending — class OutputProgressEvent | |
The number of bytes not yet written when the listener processes the event. | |
bytesPending — class Socket | |
Indicates the amount of data (in bytes) awaiting transfer from the socket's write buffer to the network transport layer. | |
bytesPushedFromPeers — class NetStreamMulticastInfo | |
Specifies the number of media bytes that were proactively pushed from peers and received by the local node. | |
bytesPushedToPeers — class NetStreamMulticastInfo | |
Specifies the number of media bytes that the local node has proactively pushed to peers. | |
bytesReceivedFromIPMulticast — class NetStreamMulticastInfo | |
Specifies the number of media bytes that the local node has received from IP Multicast. | |
bytesReceivedFromServer — class NetStreamMulticastInfo | |
Specifies the number of media bytes that the local node has received from the server. | |
bytesRequestedByPeers — class NetStreamMulticastInfo | |
Specifies the number of media bytes that the local node has sent to peers in response to requests from those peers for specific fragments. | |
bytesRequestedFromPeers — class NetStreamMulticastInfo | |
Specifies the number of media bytes that the local node requested and received from peers. | |
bytesTotal — class OutputProgressEvent | |
The total number of bytes written so far, plus the number of pending bytes to be written. | |
bytesTotal — class ProgressEvent | |
The total number of items or bytes that will be loaded if the loading process succeeds. | |
bytesTotal — class Sound | |
Returns the total number of bytes in this sound object. | |
bytesTotal — class URLLoader | |
Indicates the total number of bytes in the downloaded data. | |
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