Adobe® AIR® API Reference for HTML Developers
Home  |  Show Classes List |  Index  |  Appendixes

Language Reference only       
W Index 
3D:
Context3D
Context3DBlendFactor
Context3DClearMask
Context3DCompareMode
Context3DProgramType
Context3DRenderMode
Context3DStencilAction
Context3DTextureFormat
Context3DTriangleFace
Context3DVertexBufferFormat
CubeTexture
IndexBuffer3D
Program3D
Stage3D
Texture
VertexBuffer3D
Air.net:
ServiceMonitor
SocketMonitor
URLMonitor
Air.update:
ApplicationUpdater
ApplicationUpdaterUI
DownloadErrorEvent
StatusFileUpdateErrorEvent
StatusFileUpdateEvent
StatusUpdateErrorEvent
StatusUpdateEvent
UpdateEvent
Data:
EncryptedLocalStore
SQLCollationType
SQLColumnNameStyle
SQLColumnSchema
SQLConnection
SQLError
SQLErrorEvent
SQLErrorOperation
SQLEvent
SQLIndexSchema
SQLMode
SQLResult
SQLSchema
SQLSchemaResult
SQLStatement
SQLTableSchema
SQLTransactionLockType
SQLTriggerSchema
SQLUpdateEvent
SQLViewSchema
Desktop:
Clipboard
ClipboardFormats
ClipboardTransferMode
DockIcon
Icon
InteractiveIcon
NativeApplication
NativeProcess
NativeProcessStartupInfo
NotificationType
SystemTrayIcon
Display:
BitmapData
NativeMenu
NativeMenuItem
Screen
Stage
StageDisplayState
StageQuality
Events:
ActivityEvent
AsyncErrorEvent
BrowserInvokeEvent
DataEvent
DatagramSocketDataEvent
DNSResolverEvent
DRMAuthenticateEvent
DRMStatusEvent
ErrorEvent
Event
EventDispatcher
FileListEvent
HTTPStatusEvent
InvokeEvent
InvokeEventReason
IOErrorEvent
LocationChangeEvent
MouseEvent
NativeProcessExitEvent
NetDataEvent
NetMonitorEvent
NetStatusEvent
OutputProgressEvent
ProgressEvent
SampleDataEvent
SecurityErrorEvent
ServerSocketConnectEvent
StatusEvent
StorageVolumeChangeEvent
TimerEvent
UncaughtErrorEvent
UncaughtErrorEvents
File:
File
FileMode
FileStream
StorageVolume
StorageVolumeInfo
Functions:
trace()
generateRandomBytes()
navigateToURL()
sendToURL()
Geom:
Matrix
Point
Rectangle
Media:
AudioDecoder
AudioPlaybackMode
H264Level
H264Profile
H264VideoStreamSettings
ID3Info
InputMediaStream
Microphone
MicrophoneEnhancedMode
MicrophoneEnhancedOptions
Sound
SoundChannel
SoundCodec
SoundLoaderContext
SoundMixer
SoundTransform
VideoCodec
VideoStatus
VideoStreamSettings
Native window:
NativeWindow
NativeWindowBoundsEvent
NativeWindowDisplayState
NativeWindowDisplayStateEvent
NativeWindowInitOptions
NativeWindowRenderMode
NativeWindowResize
NativeWindowSystemChrome
NativeWindowType
Net:
AAAARecord
ARecord
CertificateStatus
DatagramSocket
DNSResolver
FileFilter
InterfaceAddress
IPVersion
LocalConnection
MXRecord
NetConnection
NetMonitor
NetStreamAppendBytesAction
NetStreamMulticastInfo
NetworkInfo
NetworkInterface
ObjectEncoding
PTRRecord
ResourceRecord
Responder
SecureSocket
ServerSocket
SharedObject
SharedObjectFlushStatus
Socket
SRVRecord
URLLoader
URLLoaderDataFormat
URLRequest
URLRequestDefaults
URLRequestHeader
URLRequestMethod
URLStream
URLVariables
XMLSocket
Security:
ReferencesValidationSetting
RevocationCheckSettings
SignatureStatus
SignerTrustSettings
X500DistinguishedName
X509Certificate
XMLSignatureValidator
System:
Capabilities
Security
System
Updater
Ui:
Keyboard
KeyboardType
KeyLocation
Mouse
MouseCursorData
Utils:
Vector
ByteArray
Collator
CollatorMode
CompressionAlgorithm
CurrencyFormatter
CurrencyParseResult
DateTimeFormatter
DateTimeNameContext
DateTimeNameStyle
DateTimeStyle
Endian
HTMLLoader
HTMLPDFCapability
LastOperationStatus
LocaleID
NationalDigitsType
NumberFormatter
NumberParseResult
StringTools
Timer
  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  
W — class Keyboard
Constant associated with the key code value for the W key (87).
wasPendingUpdate — class ApplicationUpdater
Whether there was a postponed update, even if it failed to install (true); false otherwise.
wasPendingUpdate — class ApplicationUpdaterUI
Whether there was a postponed update, even if it failed to install (true); false otherwise.
weight — class SRVRecord
The relative weight to use when selecting from service hosts that have the same priority.
width — class DockIcon
The current display width of the icon in pixels.
width — class InteractiveIcon
The current display width of the icon in pixels.
width — class SystemTrayIcon
The current display width of the icon in pixels.
width — class BitmapData
The width of the bitmap image in pixels.
width — class NativeWindow
The width of this window in pixels.
width — class Stage
Indicates the width of the display object, in pixels.
width — class Rectangle
The width of the rectangle, in pixels.
width — class HTMLLoader
Specifies the width of the rectangle of the HTML canvas that is being rendered.
width — class VideoStreamSettings
The current encoded width, in pixels.
willTrigger(String type) — method, class Stage
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type.
willTrigger(String type) — method, class EventDispatcher
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type.
window — class HTMLLoader
The global JavaScript object for the content loaded into the HTML control.
wmodeGPU — class Stage
Indicates whether GPU compositing is available and in use.
workingDirectory — class NativeProcessStartupInfo
The File object that references the initial working directory for the new native process.
WRITE — class FileMode
Used for a file to be opened in write-only mode.
writeBoolean(Boolean value) — method, class FileStream
Writes a Boolean value.
writeBoolean(Boolean value) — method, class Socket
Writes a Boolean value to the socket.
writeBoolean(Boolean value) — method, class ByteArray
Writes a Boolean value.
writeBoolean(Boolean value) — method, class ByteArray
Writes a Boolean value.
writeByte(int value) — method, class FileStream
Writes a byte.
writeByte(int value) — method, class Socket
Writes a byte to the socket.
writeByte(int value) — method, class ByteArray
Writes a byte to the byte stream.
writeByte(int value) — method, class ByteArray
Writes a byte to the byte stream.
writeBytes(flash.utils:ByteArray bytes, uint offset, uint length) — method, class FileStream
Writes a sequence of bytes from the specified byte array, bytes, starting at the byte specified by offset (using a zero-based index) with a length specified by length, into the file stream, byte stream, or byte array.
writeBytes(flash.utils:ByteArray bytes, uint offset, uint length) — method, class Socket
Writes a sequence of bytes from the specified byte array.
writeBytes(flash.utils:ByteArray bytes, uint offset, uint length) — method, class ByteArray
Writes a sequence of length bytes from the specified byte array, bytes, starting offset(zero-based index) bytes into the byte stream.
writeBytes(flash.utils:ByteArray bytes, uint offset, uint length) — method, class ByteArray
Writes a sequence of length bytes from the specified byte array, bytes, starting offset(zero-based index) bytes into the byte stream.
writeDouble(Number value) — method, class FileStream
Writes an IEEE 754 double-precision (64-bit) floating point number.
writeDouble(Number value) — method, class Socket
Writes an IEEE 754 double-precision floating-point number to the socket.
writeDouble(Number value) — method, class ByteArray
Writes an IEEE 754 double-precision (64-bit) floating-point number to the byte stream.
writeDouble(Number value) — method, class ByteArray
Writes an IEEE 754 double-precision (64-bit) floating-point number to the byte stream.
writeFloat(Number value) — method, class FileStream
Writes an IEEE 754 single-precision (32-bit) floating point number.
writeFloat(Number value) — method, class Socket
Writes an IEEE 754 single-precision floating-point number to the socket.
writeFloat(Number value) — method, class ByteArray
Writes an IEEE 754 single-precision (32-bit) floating-point number to the byte stream.
writeFloat(Number value) — method, class ByteArray
Writes an IEEE 754 single-precision (32-bit) floating-point number to the byte stream.
writeInt(int value) — method, class FileStream
Writes a 32-bit signed integer.
writeInt(int value) — method, class Socket
Writes a 32 bit signed integer to the socket.
writeInt(int value) — method, class ByteArray
Writes a 32-bit signed integer to the byte stream.
writeInt(int value) — method, class ByteArray
Writes a 32-bit signed integer to the byte stream.
writeMultiByte(String value, String charSet) — method, class FileStream
Writes a multibyte string to the file stream, byte stream, or byte array, using the specified character set.
writeMultiByte(String value, String charSet) — method, class Socket
Writes a multibyte string from the byte stream, using the specified character set.
writeMultiByte(String value, String charSet) — method, class ByteArray
Writes a multibyte string to the byte stream using the specified character set.
writeMultiByte(String value, String charSet) — method, class ByteArray
Writes a multibyte string to the byte stream using the specified character set.
writeObject(any object) — method, class FileStream
Writes an object to the file stream, byte stream, or byte array, in AMF serialized format.
writeObject(any object) — method, class Socket
Writes an object to the socket in AMF serialized format.
writeObject(any object) — method, class ByteArray
Writes an object into the byte array in AMF serialized format.
writeObject(any object) — method, class ByteArray
Writes an object into the byte array in AMF serialized format.
writeShort(int value) — method, class FileStream
Writes a 16-bit integer.
writeShort(int value) — method, class Socket
Writes a 16 bit integer to the socket.
writeShort(int value) — method, class ByteArray
Writes a 16-bit integer to the byte stream.
writeShort(int value) — method, class ByteArray
Writes a 16-bit integer to the byte stream.
writeUnsignedInt(uint value) — method, class FileStream
Writes a 32-bit unsigned integer.
writeUnsignedInt(uint value) — method, class Socket
Writes a 32 bit unsigned integer to the socket.
writeUnsignedInt(uint value) — method, class ByteArray
Writes a 32-bit unsigned integer to the byte stream.
writeUnsignedInt(uint value) — method, class ByteArray
Writes a 32-bit unsigned integer to the byte stream.
writeUTF(String value) — method, class FileStream
Writes a UTF-8 string to the file stream, byte stream, or byte array.
writeUTF(String value) — method, class Socket
Writes the following data to the socket: A 16 bit unsigned integer.
writeUTF(String value) — method, class ByteArray
Writes a UTF-8 string to the byte stream.
writeUTF(String value) — method, class ByteArray
Writes a UTF-8 string to the byte stream.
writeUTFBytes(String value) — method, class FileStream
Writes a UTF-8 string.
writeUTFBytes(String value) — method, class Socket
Writes a UTF-8 string to the socket.
writeUTFBytes(String value) — method, class ByteArray
Writes a UTF-8 string to the byte stream.
writeUTFBytes(String value) — method, class ByteArray
Writes a UTF-8 string to the byte stream.
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