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  
false — Constant property
A unique Boolean value that represents the opposite of true.
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:Rectangle, color:Number) — Method in class flash.display.BitmapData
Fills a rectangular area of pixels with a specified ARGB color.
filters — Property in class Button
An indexed array containing each filter object currently associated with the button.
filters — Property in class MovieClip
An indexed array containing each filter object currently associated with the movie clip.
filters — Property in class TextField
An indexed array containing each filter object currently associated with the text field.
findText(startIndex:Number, textToFind:String, caseSensitive:Boolean) — Method in class TextSnapshot
Searches the specified TextSnapshot object and returns the position of the first occurrence of textToFind found at or after startIndex.
firstChild — Property in class XMLNode
Evaluates the specified XML object and references the first child in the parent node's child list.
floodFill(x:Number, y:Number, color:Number) — 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(x:Number) — Static method in class Math
Returns the floor of the number or expression specified in the parameter x.
flush([minDiskSpace:Number]) — Method in class SharedObject
Immediately writes a locally persistent shared object to a local file.
focusEnabled — Property in class MovieClip
If the value is undefined or false, a movie clip cannot receive input focus unless it is a button.
_focusrect — Property in class Button
A Boolean value that specifies whether a button has a yellow rectangle around it when it has keyboard focus.
_focusrect — Global property
Property (global); specifies whether a yellow rectangle appears around the button or movie clip that has keyboard focus.
_focusrect — Property in class MovieClip
A Boolean value that specifies whether a movie clip has a yellow rectangle around it when it has keyboard focus.
font — Property in class TextFormat
The name of the font for text in this text format, as a string.
for — Statement
Evaluates the init (initialize) expression once and then starts a looping sequence.
for..in — Statement
Iterates over the properties of an object or elements in an array and executes the statement for each property or element.
fps — Property in class Camera
The maximum rate at which you want the camera to capture data, in frames per second.
_framesloaded — Property in class MovieClip
The number of frames that are loaded from a streaming SWF file.
fromCharCode() — Static method in class String
Returns a string comprising the characters represented by the Unicode values in the parameters.
fscommand(command:String, parameters:String) — Global function
Lets the SWF file communicate with either Flash Player or the program hosting Flash Player, such as a web browser.
function — Statement
Comprises a set of statements that you define to perform a certain task.
Function — Dynamic class in Top Level
Both user-defined and built-in functions in ActionScript are represented by Function objects, which are instances of the Function class.