| 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 |
| facebook(url, title, window) — Static method in class gs.util.SocialShares |
|
Share to facebook. |
| factorial(n) — Static method in class gs.util.MathUtils |
|
Calculate the factorial of the integer. |
| fallbackToNavToURL — Static property in class gs.util.NavigateToURL |
|
Whether or not to fallback to using navigateToURL
in the event that ExternalInterface isn't available. |
| fault — Property in class gs.http.HTTPCallFault |
|
The fault message. |
| fault — Property in class gs.remoting.RemotingCallFault |
|
The fault object. |
| fault — Property in class gs.soap.SoapCallFault |
|
The fault object inside of the soap body. |
| field — Property in class gs.display.text.GradientLabel |
|
The text field to use as the mask. |
| field — Property in class gs.display.text.SmartText |
|
The text field. |
| FileFilters — Final class in package gs.util |
|
The FileFilterUtils class provides static variables that have predefined
file filter instances, to save time. |
| FileRef — Class in package gs.util |
|
The FileRef class is a wrapper around FileReference
for uploading, downloading, simplifying upload size
limits and events. |
| FileRef(_uploadSizeLimit) — Constructor in class gs.util.FileRef |
|
Constructor for FileRef instances. |
| FILE_STRUCTURE_INVALID — Constant static property in class gs.events.FLVEvent |
|
The MPEG-4 file structure is invalid. |
| fileType — Property in class gs.preloading.Asset |
|
The file type of this asset. |
| fill — Property in class gs.display.shapes.RoundRect |
|
The fill. |
| fillBottomLeftRadius — Property in class gs.display.shapes.RoundRect |
|
Bottom left fill radius if using complex corners. |
| fillBottomRightRadius — Property in class gs.display.shapes.RoundRect |
|
Bottom right fill radius if using complex corners. |
| fillColor — Property in class gs.display.shapes.RoundRect |
|
The fill color. |
| fillCornerRadius — Property in class gs.display.shapes.RoundRect |
|
Corner radius for all four corners of the fill. |
| filledTri(bmp, x0, y0, x1, y1, x2, y2, c) — Static method in class gs.util.BitmapUtils |
|
Draw a filled triangle into a bitmap data. |
| fillPercentage — Property in class gs.display.flv.FLVCaptions |
|
The percent to fill the FLV display with. |
| fillTopLeftRadius — Property in class gs.display.shapes.RoundRect |
|
Top left fill radius if using complex corners. |
| fillTopRightRadius — Property in class gs.display.shapes.RoundRect |
|
Top right fill radius if using complex corners. |
| FilterMode — Class in package gs.util.filters |
|
FilterMode defines the mode of a Displacement Map Filter. |
| FilterQuality — Class in package gs.util.filters |
|
FilterQuality defines the rendering quality of a Filter object. |
| FilterType — Class in package gs.util.filters |
|
FilterType defines the rendering type of a Filter object. |
| FilterUtils — Class in package gs.util.filters |
|
The FilterUtilities class is contains common filter generation and filter
management for a display object. |
| findBestIPForAkamaiApplication(akamaiAppURL) — Method in class gs.util.akamai.Ident |
|
Find the best IP for an Akamai Application. |
| findFileType(source) — Static method in class gs.util.StringUtils |
|
Find the file type from a source path. |
| first() — Method in class gs.util.iters.XMLListIterator |
|
Get the first item and reset the cursor
|
| firstPage() — Method in class gs.util.iters.ArrayPageIterator |
|
Get the first page. |
| firstToUpper(str) — Static method in class gs.util.StringUtils |
|
Capitalize the first character in the string. |
| FIVE_MB — Constant static property in class gs.util.FileRef |
|
Shortcut for supplying filesize of 5MB. |
| flashNavigateToURL — Constant static property in class gs.util.NavigateToURL |
|
Mode for using navigateToURL for page navigations. |
| FLASHPLAYER_VERSION — Constant static property in class gs.util.PlayerUtils |
|
Retrieve the FlashPlayer Version the application is running under. |
| flashvars — Property in class gs.control.DocumentController |
|
Flashvars. |
| flashvarsForStandalone() — Method in class gs.control.DocumentController |
|
Returns an object for standalone flashvars. |
| FlashvarUtils — Class in package gs.util |
|
The FlashvarUtils class contains utility methods for working
with flashvars. |
| flip(obj, axis) — Static method in class gs.util.DisplayListUtils |
|
Flip an object on the x or y axis. |
| flipAlpha(val1, val2, ... rest) — Static method in class gs.util.SetterUtils |
|
Flip the alpha property on all objects provide, if the
alpha on an object is equal to either val1 or val2, the
values are flipped. |
| flipBoolean(prop, ... rest) — Static method in class gs.util.SetterUtils |
|
Toggles the value of a boolean property to the opposite value
for all objects provided. |
| flipProp(prop, ... rest, value2, objs) — Static method in class gs.util.SetterUtils |
|
Toggle any property on any object - if the current value
of the property is value1, it will be set to value2, as
well as the reverse. |
| floatToString(n) — Static method in class gs.util.StringUtils |
|
Remove scientific notation from very small floats when casting to String. |
| floor(val, decimal) — Static method in class gs.util.MathUtils |
|
Returns the floor of a number, with optional decimal precision. |
| flv — Property in class gs.display.flv.FLVControls |
|
The FLV Instance. |
| FLV — Class in package gs.display.flv |
|
The FLV class loads and plays an FLV. |
| FLV(pixelsToFill, updateIntervalMS) — Constructor in class gs.display.flv.FLV |
|
Constructor for FLV instances. |
| FLVCaptions — Class in package gs.display.flv |
|
The FLVCaptions class simplifies showing captions for
an FLV instance. |
| FLVCaptions(flv:gs.display.flv:FLV, captions) — Constructor in class gs.display.flv.FLVCaptions |
|
Constructor for FLVCaptions instances. |
| FLVControls — Class in package gs.display.flv |
|
The FLVControls class implements logic for
flv controls, which you provide. |
| FLVControls(flv:gs.display.flv:FLV, playButton, pauseButton, downloadProgress, playProgressBar, seekHandle, bufferBar, bufferIndicator, initialPlayButton, playAgain, muteButton) — Constructor in class gs.display.flv.FLVControls |
|
Constructor for BaseFLVControls instances. |
| flvDownloadComplete() — Method in class gs.display.flv.FLVControls |
|
Called when the download of the FLV is 100% complete,
and the download progress bar is as wide as the flv's
pixels to fill. |
| FLVEvent — Final class in package gs.events |
|
The FLVEvent class is dispatched from an FLV instance. |
| FLVEvent(type, url, percentLoaded, percentPlayed, percentBuffered, pixelsBuffered, pixelsPlayed, cuepoint, metadata, xmpdata, bytesLoaded, bytesTotal) — Constructor in class gs.events.FLVEvent |
|
Constructor for FLVEvent instances. |
| FLVPlaybackQManager — Class in package gs.display.flv |
|
The FLVPlaybackQManager uses an instance of an FLVPlayback
to play videos in a queue. |
| FLVPlaybackQManager() — Constructor in class gs.display.flv.FLVPlaybackQManager |
|
Constructor for FLVPlaybackQManager instances. |
| FLVWorker — Final class in package gs.preloading.workers |
|
The FLVWorker class loads progressive flv's with
a net stream object. |
| FMS_IP — Static property in class gs.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) — Static method in class gs.util.TextFieldUtils |
|
Set the stage focus to the target text field and select all text in it. |
| fonts — Property in class gs.model.Model |
|
Stores a reference to the <fonts></fonts>
node in the model xml. |
| FontUtils — Class in package gs.util |
|
The FontUtils class contains utility methods for fonts. |
| forward(step) — Method in class gs.display.flv.FLV |
|
Fast-forward playback. |
| fpsList — Static property in class gs.util.Profiler |
| |
| fr — Property in class gs.util.FileRef |
|
Internal FileReference instance. |
| FrameDelay — Final class in package gs.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 gs.util.FrameDelay |
|
Constructor for FrameDelay instances. |
| FramePulse — Final class in package gs.util |
|
The FramePulse class should be used as the one
source for enter frame events. |
| FrameUtils — Class in package gs.util |
|
The FrameUtils class contains utilities for movie clip frames. |
| FULL — Constant static property in class gs.util.filters.FilterType |
|
Defines the filter type applied to the area of an object. |
| furl(url, title, window) — Static method in class gs.util.SocialShares |
|
Share to furl. |
| fuzzyEval(n1, n2, precision) — Static method in class gs.util.MathUtils |
|
Evaluate if two numbers are nearly equal. |
| FZipWorker — Class in package gs.preloading.workers |
|
The FZipWorker class does the work of loading
an FZip file. |
|
| 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 |