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 |
ICollection — Interface in package gs.util.collections |
|
Interface for collection objects. |
id — Property in class gs.model.Model |
|
The id of this model. |
id — Property in class gs.tracking.Tracking |
|
Tracking instance id. |
id — Property in class gs.tracking.TrackingHandler |
|
The tracking id to fire. |
Ident — Final class in package gs.util.akamai |
|
The Ident class is used for pinging an Akamai Ident service to determine
the best IP to use for a Flash Media Server on the Akamai network. |
Ident() — Constructor in class gs.util.akamai.Ident |
|
Constructor for Ident instances. |
IGNORE — Constant static property in class gs.util.filters.FilterMode |
|
Ignore the displacement outside of the displacement value range. |
ignoreStageAlign — Static property in class gs.managers.LayoutManager |
|
Ignore the stage align property and correctly translate
stage alignment operations to the actual stage viewport -
meaning if the stage.align property is anything other
than undefined or TOP_LEFT, correctly translate the
positioning offsets that occur when setting x and y. |
inactive — Event in class gs.util.Inactivity |
|
Dispatched when the user becomes inactive. |
INACTIVE — Static property in class gs.util.Inactivity |
|
Defines the value of the type property of the event object used for inactive events. |
Inactivity — Final class in package gs.util |
|
The Inactivity class can be used to watch for inactivity within the
scope of a DisplayObject. |
Inactivity(scope, inactiveTimeout) — Constructor in class gs.util.Inactivity |
|
Constructor for Inactivity instances. |
increaseVolume(step) — Method in class gs.audio.AudioGroup |
|
Increase the group volume. |
increaseVolume(step) — Method in class gs.audio.AudioObject |
|
Increase the volume. |
info() — Method in class gs.util.XMLNamespaceProxy |
|
Returns a string with an object description, and namespace. |
init() — Method in class gs.display.view.BaseView |
|
Initialize this view - called from the constructor. |
init(swf, context) — Static method in class gs.util.Profiler |
|
Initialize the profiler. |
initFlashvars() — Method in class gs.control.DocumentController |
|
Initialize flashvars. |
initFromXML(xml) — Method in interface gs.display.xmlview.IXMLView |
|
Initialize this view from xml. |
initFromXML(xml) — Method in class gs.display.xmlview.XMLView |
|
Initialize this view from xml. |
initialPlayButton — Property in class gs.display.flv.FLVControls |
|
The initial play button. |
initModel() — Method in class gs.control.DocumentController |
|
Create and load a model. |
initPaths() — Method in class gs.control.DocumentController |
|
Initialize paths with the model. |
initStage() — Method in class gs.control.DocumentController |
|
Initialize the StageRef.stage property. |
initStrings() — Method in class gs.control.DocumentController |
|
Initialize a Strings instance on the model. |
injectedFlashvarsKey() — Method in class gs.control.DocumentController |
|
A hook you can use to tell the document controller
to grab the flashvars object from the FlashvarUtils
class as an "injected flashvar". |
INNER — Constant static property in class gs.util.filters.FilterType |
|
Defines the filter type applied to the inner area of an object. |
inRectangle(scope, rectangle) — Static method in class gs.util.MouseUtils |
|
Check to see if the mouse is within the bounds of a rectangle. |
insert(a, element, index) — Static method in class gs.util.ArrayUtils |
|
Insert an element into an array at a specific index. |
intersect(d:gs.util.geom:Dimension) — Method in class gs.util.geom.Dimension |
|
This Dimension is intersected with the one specified. |
invalidXML — Property in class gs.soap.SoapCallFault |
|
Whether or not this is a fault because the
soap response is invalid xml. |
invertColor(src) — Static method in class gs.util.ColorUtils |
|
Inverts the color of the DisplayObject. |
ioError — Event in class gs.util.FileRef |
|
Dispatched on IOError. |
ip — Property in class gs.util.akamai.Ident |
|
The IP address that was found from the Akamai Ident Service. |
isActiveX() — Static method in class gs.util.PlayerUtils |
|
IF the player is the active x player. |
isAirApplication() — Static method in class gs.util.PlayerUtils |
|
If the player is air. |
isAtEnd() — Method in class gs.util.iters.ArrayLoopableIterator |
|
Return true if pointer is at the end of the collection. |
isAtStart() — Method in class gs.util.iters.ArrayLoopableIterator |
|
Return true if pointer is at the begining of the collection. |
isAvailable(libraryName) — Static method in class gs.managers.AssetManager |
|
Check to see if an asset is available in the library. |
isBitmapped — Property in class gs.display.text.SmartText |
|
Whether or not the bitmapped version is
shown. |
isCached(key) — Method in class gs.util.cache.Cache |
|
Test whether or not an object is cached. |
isDebugger() — Static method in class gs.util.PlayerUtils |
|
Is the current player the debugger. |
isemail(str) — Static method in class gs.util.StringUtils |
|
Check whether a string is a valid email. |
isEmpty() — Method in class gs.util.geom.Dimension |
|
Returns true if the Dimension has width or
height greater than 0. |
isEqual(p:gs.util.geom:Point) — Method in class gs.util.geom.Point |
|
Check if two Points are equal. |
isEqual3D(p:gs.util.geom:Point3D) — Method in class gs.util.geom.Point3D |
|
Check if two Point3D instances are equal. |
isEven(n) — Static method in class gs.util.MathUtils |
|
Check if number is even (convert to Integer if necessary). |
isfileuri(str) — Static method in class gs.util.StringUtils |
|
Check whether or not a string is a valid file URI. |
isHTTP(url) — Static method in class gs.util.URLUtils |
|
Whether or not a url is http. |
isHTTPS(url) — Static method in class gs.util.URLUtils |
|
Whether or not the url is https. |
isIDEPlayer() — Static method in class gs.util.PlayerUtils |
|
If the flash player is the external player. |
isInRange(n, min, max, blacklist) — Static method in class gs.util.MathUtils |
|
Check if a number is in range. |
isInteger(n) — Static method in class gs.util.MathUtils |
|
Check if number is an Integer. |
isLeapYear(year) — Static method in class gs.util.DateUtils |
|
Determines whether or not the provided year is a leap year. |
isLinux() — Static method in class gs.util.PlayerUtils |
|
Check whether or not the current player is running on linux. |
isMac() — Static method in class gs.util.PlayerUtils |
|
Check whether or not the current player is running on a mac. |
isMajorVersionOrBetter(version) — Static method in class gs.util.PlayerUtils |
|
Whether or not the current player is >= a major version. |
isNatural(n) — Static method in class gs.util.MathUtils |
|
Check if number is Natural (positive Integer). |
isNegative(n) — Static method in class gs.util.MathUtils |
|
Check if number is negative. |
isNetStreamLoaded(libraryName) — Static method in class gs.managers.AssetManager |
|
Check whether or not a net stream is 100% loaded. |
isOdd(n) — Static method in class gs.util.MathUtils |
|
Check if number is odd (convert to Integer if necessary). |
isPathDefined(path) — Method in class gs.model.Model |
|
Check whether or not a path has been defined. |
isPaused — Property in class gs.audio.AudioObject |
|
Check whether or not the sound is paused. |
isPaused() — Method in class gs.display.flv.FLV |
|
Check if the FLV is paused. |
isPC() — Static method in class gs.util.PlayerUtils |
|
Check whether or not the current player is running on a pc. |
isphone(str) — Static method in class gs.util.StringUtils |
|
Check whether or not a string is a valid phone number. |
isPlaying(id) — Method in class gs.audio.AudioGroup |
|
Check whether or not a sound instance is playing. |
isPlaying — Property in class gs.audio.AudioObject |
|
Check whether or not the sound is playing. |
isPlaying() — Method in class gs.display.flv.FLV |
|
Check if the FLV is playing. |
isPlugIn() — Static method in class gs.util.PlayerUtils |
|
If the player is just a regular plugin. |
ispobox(address) — Static method in class gs.util.StringUtils |
|
Check whether a string is a valid po box. |
isPositive(n) — Static method in class gs.util.MathUtils |
|
Check if number is positive (zero is positive). |
isPrime(n) — Static method in class gs.util.MathUtils |
|
Check if number is Prime (divisible only by itself and one). |
isRTMP — Property in class gs.display.flv.FLVPlaybackQManager |
|
Indicates whether or not the currently playing clip is RTMP. |
isStandAlonePlayer() — Static method in class gs.util.PlayerUtils |
|
When run as a standlone (projector, or flex builder)
|
isStateAbbrev(state) — Static method in class gs.util.StringUtils |
|
Check whether a state abbreviation is a valid state, according to the
usps list of abbreviations (http://www.usps.com/ncsc/lookups/abbr_state.txt) - including
military state abbreviations. |
isStopped() — Method in class gs.display.flv.FLV |
|
Check if the FLV is stopped. |
isurl(str) — Static method in class gs.util.StringUtils |
|
Check that a string is a valid http URL. |
isValidAge(year, month, day, requiredAge) — Static method in class gs.util.DateUtils |
|
Check if birthdate entered meets required age. |
isValidCCExDate(month, year) — Method in class gs.util.StringUtils |
|
Validate a credit card's expiration date. |
isValidCCNumber(strNumber) — Static method in class gs.util.StringUtils |
|
Validate a credit card number. |
isValidDate(year, month, day, mustBeInPast) — Static method in class gs.util.DateUtils |
|
Check if a valid date can be created with inputs. |
isZinc — Static property in class gs.util.PlayerUtils |
|
Getter function for _isZinc variable
|
isZincApplication() — Static method in class gs.util.PlayerUtils |
|
If the player is Zinc. |
IXMLView — Interface in package gs.display.xmlview |
|
Interface for views that are XMLViews and work
with an XMLViewManager. |
|
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 |