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  
factorial(n) — Method in class net.guttershark.util.MathUtils
Calculate the factorial of the integer.
FAST — Constant static property in class net.guttershark.util.CPU
An Identifier for the Speed property of this class.
fault — Property in class net.guttershark.support.servicemanager.shared.CallFault
The fault object.
fb — Property in class net.guttershark.display.CoreClip
The FlashLibrary singleton instance.
fb — Property in class net.guttershark.display.CoreSprite
The singleton instance of the FlashLibrary.
FileFilters — Final class in package net.guttershark.util
The FileFilterUtils class provides static variables that has predefined FileFilter instances, to save time.
fileType — Property in class net.guttershark.support.preloading.Asset
The file type of this asset.
filledTri(bmp, x0, y0, x1, y1, x2, y2, c) — Method in class net.guttershark.util.BitmapUtils
Draw a filled triangle into a bitmap data.
_filter — Property in class net.guttershark.util.collections.FilteredIterator
FilteredIterator — Class in package net.guttershark.util.collections
Filtered Iterator
FilteredIterator(unfilteredCollection:net.guttershark.util.collections:IIterator, filterFunction) — Constructor in class net.guttershark.util.collections.FilteredIterator
FilteredIterator Constructor
FilterMode — Class in package net.guttershark.util.filters
FilterMode defines the mode of a Displacement Map Filter.
FilterQuality — Class in package net.guttershark.util.filters
FilterQuality defines the rendering quality of a Filter object.
filters — Property in class net.guttershark.util.Utilities
The singleton instance of FilterUtils.
FilterType — Class in package net.guttershark.util.filters
FilterType defines the rendering type of a Filter object.
FilterUtils — Class in package net.guttershark.util.filters
The FilterUtilities class is a singleton that provides common filter generation and filter management for a display object.
findBestIPForAkamaiApplication(akamaiAppURL) — Method in class net.guttershark.util.akamai.Ident
Find the best IP for an Akamai Application.
findFileType(source) — Method in class net.guttershark.util.StringUtils
Find the file type from a source path.
firstToUpper(str) — Method in class net.guttershark.util.StringUtils
Capitalize the first character in the string.
FlashLibrary — Final class in package net.guttershark.util
The FlashLibrary class simplifies getting items from the Flash Library at runtime, and provides shortcuts for common types of assets you need to get out of the library.
FLASHPLAYER_VERSION — Constant property in class net.guttershark.util.PlayerUtils
Retrieve the FlashPlayer Version the application is running under.
flashvars — Property in class net.guttershark.control.DocumentController
The flashvars on this movie.
flashvars — Property in class net.guttershark.model.Model
A placeholder variable for the movies flashvars - this is not set by default, you need to set it in your controller.
flashvarsForStandalone() — Method in class net.guttershark.control.DocumentController
A method you can override when publishing from the flash IDE to provide a default set of flashvars.
flip(obj, axis) — Method in class net.guttershark.util.DisplayListUtils
Flip an object on the x or y axis.
floatToString(n) — Method in class net.guttershark.util.StringUtils
Remove scientific notation from very small floats when casting to String.
floor(val, decimal) — Method in class net.guttershark.util.MathUtils
Returns the floor of a number, with optional decimal precision.
flushSharedObject() — Method in class net.guttershark.model.Model
Flush the sharedObject property.
FLV — Class in package net.guttershark.display
The FLV class is the most basic way to play an FLV - all attempts to play a video first checks the AssetManager for a net stream, or a new net stream is created and registered with the asset manager for later use.
FLV(pixelsToFill, updateIntervalMS) — Constructor in class net.guttershark.display.FLV
Constructor for FLV instances.
FLVEvent — Class in package net.guttershark.support.events
The FLVEvent class is dispatched from an FLV instance.
FLVEvent(type, url, percentLoaded, percentPlayed, percentBuffered, pixelsBuffered, pixelsPlayed, cuepoint, metadata, bytesLoaded, bytesTotal) — Constructor in class net.guttershark.support.events.FLVEvent
Constructor for FLVEvent instances.
FLVPlaybackEventListenerDelegate — Final class in package net.guttershark.support.eventmanager
The FLVPlaybackEventListenerDelegate class implements listener logic for FLVPlayback components.
FLVWorker — Final class in package net.guttershark.support.preloading.workers
The FLVWorker class loads progressive flv's with a net stream object.
FMS_IP — Static property in class net.guttershark.util.akamai.AkamaiNCManager
A Flash Media Server IP address on the Akamai Network - set this for connections instead of a host name address.
focusAndSelectAll(stage, tf) — Method in class net.guttershark.util.TextFieldUtils
Set the stage focus to the target text field and select all text in it.
font(classIdentifier) — Method in class net.guttershark.util.FlashLibrary
Get an item in the library as a Font.
forward(step) — Method in class net.guttershark.display.FLV
Fast-forward playback.
Frame1Controller — Class in package net.guttershark.control
The Frame1Controller class is a controller you can use for movies that have two frames on the root - the 1st frame being the preloader, the second being for the application start (where all other classes are exported in frame 2).
Frame1Controller() — Constructor in class net.guttershark.control.Frame1Controller
Constructor for Frame1Controller instances.
FrameDelay — Class in package net.guttershark.util
The FrameDelay class allows for a callback to be called after a certain amount of frames have passed.
FrameDelay(callback, frameCount, params) — Constructor in class net.guttershark.util.FrameDelay
Constructor for FrameDelay instances.
FramePulse — Class in package net.guttershark.util
The FramePulse class should be used as the one source for enter frame events.
FULL — Constant static property in class net.guttershark.util.filters.FilterType
Defines the filter type applied to the area of an object.
fuzzyEval(n1, n2, precision) — Method in class net.guttershark.util.MathUtils
Evaluate if two numbers are nearly equal.
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