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  
F1 — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the F1 key (112).
F10 — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the F10 key (121).
F11 — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the F11 key (122).
F12 — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the F12 key (123).
F13 — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the F13 key (124).
F14 — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the F14 key (125).
F15 — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the F15 key (126).
F2 — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the F2 key (113).
F3 — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the F3 key (114).
F4 — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the F4 key (115).
F5 — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the F5 key (116).
F6 — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the F6 key (117).
F7 — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the F7 key (118).
F8 — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the F8 key (119).
F9 — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the F9 key (120).
false — Statement
A Boolean value representing false.
FileFilter — Final class in package flash.net
The FileFilter class is used to indicate what files on the user system are shown in the file-browsing dialog box that displays after FileReference.browse() or FileReferenceList.browse() is called.
FileFilter(description:String, extension:String, macType:String) — Constructor in class flash.net.FileFilter
Creates a new FileFilter instance.
fileList — Property in class flash.net.FileReferenceList
An array of FileReference objects.
FileReference — Class in package flash.net
The FileReference class provides a means to upload and download files between a user's computer and a server.
FileReference() — Constructor in class flash.net.FileReference
Creates a new FileReference object.
FileReferenceList — Class in package flash.net
The FileReferenceList class provides a means to let users select one or more files for uploading.
FileReferenceList() — Constructor in class flash.net.FileReferenceList
Creates a new FileReferenceList object.
fillRect(rect:flash.geom:Rectangle, color:uint) — Method in class flash.display.BitmapData
Fills a rectangular area of pixels with a specified ARGB color.
filter(callback:Function, thisObject) — Method in class Array
Executes a test function on each item in the array, and constructs a new array for all items that return true for the specified function.
filters — Property in class flash.display.DisplayObject
An indexed array that contains each filter object currently associated with the display object.
final — Statement
Specifies that a method cannot be overridden or that a class cannot be extended.
findText(beginIndex:int, textToFind:String, caseSensitive:Boolean) — Method in class flash.text.TextSnapshot
Searches the specified TextSnapshot object and returns the position of the first occurrence of textToFind found at or after beginIndex.
firstChild — Property in class flash.xml.XMLNode
Evaluates the specified XMLDocument object and references the first child in the parent node's child list.
FLASH1 — Constant static property in class flash.display.SWFVersion
SWF file format version 1.0.
FLASH2 — Constant static property in class flash.display.SWFVersion
SWF file format version 2.0.
FLASH3 — Constant static property in class flash.display.SWFVersion
SWF file format version 3.0.
FLASH4 — Constant static property in class flash.display.SWFVersion
SWF file format version 4.0.
FLASH5 — Constant static property in class flash.display.SWFVersion
SWF file format version 5.0.
FLASH6 — Constant static property in class flash.display.SWFVersion
SWF file format version 6.0.
FLASH7 — Constant static property in class flash.display.SWFVersion
SWF file format version 7.0.
FLASH8 — Constant static property in class flash.display.SWFVersion
SWF file format version 8.0.
FLASH8_5 — Constant static property in class flash.display.SWFVersion
SWF file format version 8.5.
floodFill(x:int, y:int, color:uint) — Method in class flash.display.BitmapData
Performs a flood fill operation on an image starting at an (x, y) coordinate and filling with a certain color.
floor(val:Number) — Static method in class Math
Returns the floor of the number or expression specified in the parameter val.
flush(minDiskSpace:int) — Method in class flash.net.SharedObject
Immediately writes a locally persistent shared object to a local file.
flush() — Method in class flash.net.Socket
Flushes any accumulated data in the socket's output buffer.
FLUSHED — Constant static property in class flash.net.SharedObjectFlushStatus
Indicates that the flush completed successfully.
focus — Property in class flash.display.Stage
The object with keyboard focus.
FocusEvent — Class in package flash.events
Flash Player dispatches FocusEvent objects when the user changes the focus from one object in the display list to another.
FocusEvent(type:String, bubbles:Boolean, cancelable:Boolean, relatedObject:flash.display:InteractiveObject, shiftKey:Boolean, keyCode:uint) — Constructor in class flash.events.FocusEvent
Creates an Event object with specific information relevant to focus events.
focusIn — Event in class flash.display.InteractiveObject
Dispatched after a display object gains focus.
FOCUS_IN — Constant static property in class flash.events.FocusEvent
Dispatched after a display object gains focus.
focusOut — Event in class flash.display.InteractiveObject
Dispatched after a display object loses focus.
FOCUS_OUT — Constant static property in class flash.events.FocusEvent
Dispatched after a display object loses focus.
focusRect — Property in class flash.display.InteractiveObject
Specifies whether this object displays a focus rectangle.
font — Property in class flash.text.TextFormat
The name of the font for text in this text format, as a string.
Font — Class in package flash.text
The Font class is used to manage embedded fonts in SWF files.
fontName — Property in class flash.text.Font
The name of this font.
fontSize — Property in class flash.text.CSMSettings
The size, in pixels, for which the settings apply.
fontStyle — Property in class flash.text.Font
The style of this font.
FontStyle — Final class in package flash.text
A class that provides values for the flash.text.TextRenderer class.
fontType — Property in class flash.text.Font
The type of this font.
FontType — Final class in package flash.text
The FontType class contains the enumerated constants of "embedded" and "device" for the fontType property of the flash.text.Font class.
for — Statement
Evaluates the init (initialize) expression once and then starts a looping sequence.
forceSimple — Property in class flash.accessibility.AccessibilityProperties
If true, causes Flash Player to exclude child objects within this display object from the accessible presentation.
forEach(callback:Function, thisObject) — Method in class Array
Executes a function on each item in the array.
for each..in — Statement
Iterates over the items of a collection and executes the statement for each item.
for..in — Statement
Iterates over the dynamic properties of an object or elements in an array and executes the statement for each property or element.
formatToString(className:String, ... rest) — Method in class flash.events.Event
A utility function that you use to implement the toString() method in your custom Event class.
forwardAndBack — Property in class flash.ui.ContextMenuBuiltInItems
The Forward and Back menu items let the user move forward or backward one frame in a SWF file at runtime (does not appear for a single-frame SWF file).
fps — Property in class flash.media.Camera
The maximum rate at which you want the camera to capture data, in frames per second.
fps — Property in class flash.net.SharedObject
Specifies the number of times per second that a client's changes to a shared object are sent to the server.
frame — Property in class flash.display.FrameLabel
The frame number containing the label.
FrameLabel — Final class in package flash.display
The FrameLabel object contains properties that specify a frame number and the corresponding label name.
frameRate — Property in class flash.display.LoaderInfo
The nominal frame rate, in frames per second, of the loaded SWF file.
frameRate — Property in class flash.display.Stage
Get and set the frame rate of the stage.
framesLoaded — Property in class flash.display.MovieClip
The number of frames that are loaded from a streaming SWF file.
fromCharCode(... rest) — Static method in class String
Returns a string comprising the characters represented by the Unicode character codes in the parameters.
fscommand(command, args) — Package function in flash.system
Lets the SWF file communicate with either Flash Player or the program hosting Flash Player, such as a web browser.
FULL — Constant static property in class flash.filters.BitmapFilterType
Defines the setting that applies a filter to the entire area of an object.
fullYear — Property in class Date
The full year (a four-digit number, such as 2000) of a Date object according to local time.
fullYearUTC — Property in class Date
The four-digit year of a Date object according to universal time (UTC).
function — Statement
Comprises a set of statements that you define to perform a certain task.
Function — Dynamic class in Top Level
A Function is the basic unit of code that can be invoked in ActionScript.
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