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

Language Reference only       
F 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  
F — class Keyboard
Constant associated with the key code value for the F key (70).
F1 — class Keyboard
Constant associated with the key code value for the F1 key (112).
F10 — class Keyboard
Constant associated with the key code value for the F10 key (121).
F11 — class Keyboard
Constant associated with the key code value for the F11 key (122).
F12 — class Keyboard
Constant associated with the key code value for the F12 key (123).
F13 — class Keyboard
Constant associated with the key code value for the F13 key (124).
F14 — class Keyboard
Constant associated with the key code value for the F14 key (125).
F15 — class Keyboard
Constant associated with the key code value for the F15 key (126).
F2 — class Keyboard
Constant associated with the key code value for the F2 key (113).
F3 — class Keyboard
Constant associated with the key code value for the F3 key (114).
F4 — class Keyboard
Constant associated with the key code value for the F4 key (115).
F5 — class Keyboard
Constant associated with the key code value for the F5 key (116).
F6 — class Keyboard
Constant associated with the key code value for the F6 key (117).
F7 — class Keyboard
Constant associated with the key code value for the F7 key (118).
F8 — class Keyboard
Constant associated with the key code value for the F8 key (119).
F9 — class Keyboard
Constant associated with the key code value for the F9 key (120).
farID — class NetConnection
The identifier of the Flash Media Server instance to which this Flash Player or Adobe AIR instance is connected.
farNonce — class NetConnection
A value chosen substantially by Flash Media Server, unique to this connection.
FAST_FORWARD — class Keyboard
Engage fast-forward transport mode
File — class, package window.runtime.flash.filesystem
A File object represents a path to a file or directory.
File(String path) — Constructor, class File
The constructor function for the File class.
FileFilter — final class, package window.runtime.flash.net
The FileFilter class is used to indicate what files on the user's system are shown in the file-browsing dialog box that is displayed when the FileReference.browse() method, the FileReferenceList.browse() method is called or a browse method of a File, FileReference, or FileReferenceList object is called.
FileFilter(String description, String extension, String macType) — Constructor, class FileFilter
Creates a new FileFilter instance.
FileListEvent — class, package window.runtime.flash.events
A File object dispatches a FileListEvent object when a call to the getDirectoryListingAsync() method of a File object successfully enumerates a set of files and directories or when a user selects files after a call to the browseForOpenMultiple() method.
FileListEvent(String type, Boolean bubbles, Boolean cancelable, Array files) — Constructor, class FileListEvent
The constructor function for a FileListEvent object.
FILE_LIST_FORMAT — class ClipboardFormats
An array of files (AIR only).
FileMode — class, package window.runtime.flash.filesystem
The FileMode class defines string constants used in the fileMode parameter of the open() and openAsync() methods of the FileStream class.
FILE_PROMISE_LIST_FORMAT — class ClipboardFormats
File promise list (AIR only).
files — class FileListEvent
An array of File objects representing the files and directories found or selected.
FileStream — class, package window.runtime.flash.filesystem
A FileStream object is used to read and write files.
FileStream() — Constructor, class FileStream
Creates a FileStream object.
fileSystemType — class StorageVolume
The type of file system on the storage volume (such as "FAT", "NTFS", "HFS", or "UFS").
fileUpdateError — Event, class ApplicationUpdater
Dispatched when an error occurs validating the file passed as the airFile parameter in a call to the installFromAIRFile() method.
fileUpdateError — Event, class ApplicationUpdaterUI
Dispatched when an error occurs validating the file passed as the airFile parameter in a call to the installFromAIRFile() method.
FILE_UPDATE_ERROR — class StatusFileUpdateErrorEvent
The StatusUpdateErrorEvent.UPDATE_ERROR constant defines the value of the type property of the event object for a statusUpdateError event.
fileUpdateStatus — Event, class ApplicationUpdater
Dispatched after the updater successfully validates the file in the call to the installFromAIRFile() method.
fileUpdateStatus — Event, class ApplicationUpdaterUI
Dispatched after the updater successfully validates the file in the call to the installFromAIRFile() method.
FILE_UPDATE_STATUS — class StatusFileUpdateEvent
The StatusUpdateEvent.UPDATE_STATUS constant defines the value of the type property of the event object for a updateStatus event.
fillRect(flash.geom:Rectangle rect, uint color) — method, class BitmapData
Fills a rectangular area of pixels with a specified ARGB color.
findInterfaces() — method, class NetworkInfo
Returns the list of network interfaces associated with this machine.
FLOAT_1 — class Context3DVertexBufferFormat
A single, 32-bit floating-point number.
FLOAT_2 — class Context3DVertexBufferFormat
A vector of two 32-bit floating point numbers.
FLOAT_3 — class Context3DVertexBufferFormat
A vector of three 32-bit floating point numbers.
FLOAT_4 — class Context3DVertexBufferFormat
A vector of four 32-bit floating point numbers.
floodFill(int x, int y, uint color) — method, class BitmapData
Performs a flood fill operation on an image starting at an (x, y) coordinate and filling with a certain color.
flush(int minDiskSpace) — method, class SharedObject
Immediately writes a locally persistent shared object to a local file.
flush() — method, class Socket
Flushes any accumulated data in the socket's output buffer.
FLUSHED — class SharedObjectFlushStatus
Indicates that the flush completed successfully.
focus — class Stage
The interactive object with keyboard focus; or null if focus is not set or if the focused object belongs to a security sandbox to which the calling object does not have access.
followRedirects — class URLRequest
Specifies whether redirects are to be followed (true) or not (false).
followRedirects — class URLRequestDefaults
The default setting for the followRedirects property of URLRequest objects.
format(Number value, Boolean withCurrencySymbol) — method, class CurrencyFormatter
Creates a string representing a currency amount formatted according to the current properties of this CurrencyFormatter object, including the locale, currency symbol, and currency ISO code.
format(Date dateTime) — method, class DateTimeFormatter
Formats a display string for a Date object that is interpreted as being in the user's local time (using the local time components of the Date object such as: date, day, fullYear, hours, minutes, month, and seconds).
FORMAT — class DateTimeNameContext
Indicates that the date element name is used within a date format.
formatInt(int value) — method, class NumberFormatter
Formats an int value.
formatNumber(Number value) — method, class NumberFormatter
Formats a Number value.
formats — class Clipboard
An array of strings containing the names of the data formats available in this Clipboard object.
formattingWithCurrencySymbolIsSafe(String requestedISOCode) — method, class CurrencyFormatter
Determines whether the currently specified currency symbol can be used when formatting currency amounts.
formatToString(String className, restParam arguments) — method, class Event
A utility function for implementing the toString() method in custom ActionScript 3.0 Event classes.
formatUint(uint value) — method, class NumberFormatter
Formats a uint value.
formatUTC(Date dateTime) — method, class DateTimeFormatter
Formats a display string for a Date object that is interpreted as being in UTC time (using the UTC components of the Date object such as: dateUTC, dayUTC, fullYearUTC, hoursUTC, minutesUTC, monthUTC, and secondsUTC), according to the dateStyle, timeStyle or date time pattern.
fps — class VideoStreamSettings
The maximum frame rate at which the video frames are encoded, in frames per second.
fps — class SharedObject
Specifies the number of times per second that a client's changes to a shared object are sent to the server.
fractionalDigits — class CurrencyFormatter
The maximum number of digits that can appear after the decimal separator.
fractionalDigits — class NumberFormatter
The maximum number of digits that can appear after the decimal separator.
FRAGMENT — class Context3DProgramType
A fragment (or pixel) program.
fragmentsPushedFromPeers — class NetStreamMulticastInfo
Specifies the number of media fragment messages that were proactively pushed from peers and received by the local node.
fragmentsPushedToPeers — class NetStreamMulticastInfo
Specifies the number of media fragment messages that the local node has proactively pushed to peers.
fragmentsReceivedFromIPMulticast — class NetStreamMulticastInfo
Specifies the number of media fragment messages that the local node has received from IP Multicast.
fragmentsReceivedFromServer — class NetStreamMulticastInfo
Specifies the number of media fragment messages that the local node has received from the server.
fragmentsRequestedByPeers — class NetStreamMulticastInfo
Specifies the number of media fragment messages that the local node has sent to peers in response to requests from those peers for specific fragments.
fragmentsRequestedFromPeers — class NetStreamMulticastInfo
Specifies the number of media fragment messages that the local node requested and received from peers.
FRAME_CONSTRUCTED — class Event
The Event.FRAME_CONSTRUCTED constant defines the value of the type property of an frameConstructed event object.
frameRate — class Stage
Gets and sets the frame rate of the stage.
frameRate — class MouseCursorData
The frame rate for animating the cursor.
framesPerPacket — class Microphone
Number of Speex speech frames transmitted in a packet (message).
freeMemory — class System
The amount of memory (in bytes) that is allocated to Adobe® Flash® Player or Adobe® AIR® and that is not in use.
FRONT — class Context3DTriangleFace
Specify the front face of the triangle.
FRONT_AND_BACK — class Context3DTriangleFace
Specify both front and back faces of the triangle.
fscommand(String command, String args) — Package Function, flash.system
FULL — class DateTimeNameStyle
Specifies the full form or full name style for month names and weekday names.
FULL_DUPLEX — class MicrophoneEnhancedMode
Use this mode to allow both parties to talk at the same time.
fullScreen — Event, class Stage
Dispatched when the Stage object enters, or leaves, full-screen mode.
FULL_SCREEN — class StageDisplayState
Specifies that the Stage is in full-screen mode.
FULLSCREEN — class Event
The Event.FULL_SCREEN constant defines the value of the type property of a fullScreen event object.
fullScreenHeight — class Stage
Returns the height of the monitor that will be used when going to full screen size, if that state is entered immediately.
FULL_SCREEN_INTERACTIVE — class StageDisplayState
Specifies that the Stage is in full-screen mode with keyboard interactivity enabled.
fullScreenSourceRect — class Stage
Sets the Flash runtime to scale a specific region of the stage to full-screen mode.
fullScreenWidth — class Stage
Returns the width of the monitor that will be used when going to full screen size, if that state is entered immediately.
FULL_WIDTH — class NationalDigitsType
Represents the Unicode value for the zero digit of the Fullwidth digit set.
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