| 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 |
| gain — Property in class flash.media.Microphone |
|
The microphone gain--that is, the amount by which the microphone should multiply the signal before
transmitting it. |
| generateFilterRect(sourceRect:flash.geom:Rectangle, filter:flash.filters:BitmapFilter) — Method in class flash.display.BitmapData |
|
Determines the destination rectangle that the applyFilter() method call affects, given a
BitmapData object, a source rectangle, and a filter object. |
| genre — Property in class flash.media.ID3Info |
|
The genre of the song; corresponds to ID3 2.0 tag TCON. |
| get — Statement |
| Defines a getter method, which is a method that can be read like a property. |
| GET — Constant static property in class flash.net.URLRequestMethod |
|
Specifies that the URLRequest is a GET. |
| getActions(name:String) — Static method in class adobe.utils.CustomActions |
|
Reads the contents of the custom action XML definition file named name. |
| getBounds(targetCoordinateSpace:flash.display:DisplayObject) — Method in class flash.display.DisplayObject |
|
Returns a rectangle that defines the area of the display object relative to the coordinate system
of the targetCoordinateSpace object. |
| getCamera(name:String) — Static method in class flash.media.Camera |
|
Returns a reference to a Camera object for capturing video. |
| getCharBoundaries(charIndex:int) — Method in class flash.text.TextField |
|
Returns a rectangle that is the bounding box of the character. |
| getCharIndexAtPoint(x:Number, y:Number) — Method in class flash.text.TextField |
|
Returns the zero-based index value of the character at the point specified by the x
and y parameters. |
| getChildAt(index:int) — Method in class flash.display.DisplayObjectContainer |
|
Returns the child display object instance that exists at the specified index. |
| getChildByName(name:String) — Method in class flash.display.DisplayObjectContainer |
|
Returns the child display object that exists with the specified name. |
| getChildIndex(child:flash.display:DisplayObject) — Method in class flash.display.DisplayObjectContainer |
|
Returns the index position of a child DisplayObject instance. |
| getClassByAlias(aliasName) — Package function in flash.net |
|
Looks up a class that has previously had an alias registered via a call to registerClassAlias(). |
| getColorBoundsRect(mask:uint, color:uint, findColor:Boolean) — Method in class flash.display.BitmapData |
|
Determines a rectangular region that either fully encloses all pixels of a specified color within the
bitmap image (if the findColor parameter is set to true) or fully encloses
all pixels that do not include the specified color (if the findColor parameter is set
to false). |
| getDate() — Method in class Date |
|
Returns the day of the month (an integer from 1 to 31) specified by a Date object
according to local time. |
| getDay() — Method in class Date |
|
Returns the day of the week (0 for Sunday, 1 for Monday, and so on) specified by this
Date according to local time. |
| getDefinition(name:String) — Method in class flash.system.ApplicationDomain |
|
Gets a public definition from the specified application domain. |
| getDefinitionByName(name) — Package function in flash.utils |
|
Returns a reference to the class object of the class specified by the name parameter. |
| getDescendants(name) — Method in class flash.utils.Proxy |
|
Overrides the E4X descendants operator. |
| getFirstCharInParagraph(charIndex:int) — Method in class flash.text.TextField |
|
Given a character index, returns the index of the first character in the same paragraph. |
| getFullYear() — Method in class Date |
|
Returns the full year (a four-digit number, such as 2000) of a Date object
according to local time. |
| getHours() — Method in class Date |
|
Returns the hour (an integer from 0 to 23) of the day portion of a Date object
according to local time. |
| getImageReference(id:String) — Method in class flash.text.TextField |
|
Returns a DisplayObject reference for the given id, for an image or SWF file
that has been added to an HTML-formatted text field by using an <img> tag. |
| getLineIndexAtPoint(x:Number, y:Number) — Method in class flash.text.TextField |
|
Returns the zero-based index value of the line at the point specified by the x
and y parameters. |
| getLineIndexOfChar(charIndex:int) — Method in class flash.text.TextField |
|
Returns the zero-based index value of the line containing the character specified
by the charIndex parameter. |
| getLineLength(lineIndex:int) — Method in class flash.text.TextField |
|
Returns the number of characters in a specific text line. |
| getLineMetrics(lineIndex:int) — Method in class flash.text.TextField |
|
Returns metrics information about a given text line. |
| getLineOffset(lineIndex:int) — Method in class flash.text.TextField |
|
Returns the character index of the first character in the line that
the lineIndex parameter specifies. |
| getLineText(lineIndex:int) — Method in class flash.text.TextField |
|
Returns the text of the line specified by the lineIndex parameter. |
| getLocal(name:String, localPath:String, secure:Boolean) — Static method in class flash.net.SharedObject |
|
Returns a reference to a locally persistent shared object that is available only to the current
client. |
| getMicrophone(index:int) — Static method in class flash.media.Microphone |
|
To create or reference a Microphone object, use the
Microphone.getMicrophone() method to get
the index value of the current microphone. |
| getMilliseconds() — Method in class Date |
|
Returns the milliseconds (an integer from 0 to 999) portion of a Date object
according to local time. |
| getMinutes() — Method in class Date |
|
Returns the minutes (an integer from 0 to 59) portion of a Date object
according to local time. |
| getMonth() — Method in class Date |
|
Returns the month (0 for January, 1 for February, and so on) portion of this
Date according to local time. |
| getNamespaceForPrefix(prefix:String) — Method in class flash.xml.XMLNode |
|
Returns the namespace URI that is associated with the specified prefix for the node. |
| getObjectsUnderPoint(point:flash.geom:Point) — Method in class flash.display.DisplayObjectContainer |
|
Returns an array of objects that lie under the specified point and are children
(or grandchildren, and so on) of this DisplayObjectContainer instance. |
| getParagraphLength(charIndex:int) — Method in class flash.text.TextField |
|
Given a character index, returns the length of the paragraph containing the given character. |
| getPixel(x:int, y:int) — Method in class flash.display.BitmapData |
|
Returns an integer that represents an RGB pixel value from a BitmapData object at
a specific point (x, y). |
| getPixel32(x:int, y:int) — Method in class flash.display.BitmapData |
|
Returns an ARGB color value that contains alpha channel data and RGB
data. |
| getPixels(rect:flash.geom:Rectangle) — Method in class flash.display.BitmapData |
|
Generates a byte array from a rectangular region of pixel data. |
| getPrefixForNamespace(ns:String) — Method in class flash.xml.XMLNode |
|
Returns the prefix that is associated with the specified namespace URI for the node. |
| getProperty(name:String) — Static method in class adobe.utils.XMLUI |
|
Retrieves the value of the specified property of the current XMLUI dialog box. |
| getProperty(name) — Method in class flash.utils.Proxy |
|
Overrides the [[Get]] behavior of
the object. |
| getQualifiedClassName(value) — Package function in flash.utils |
|
Returns the fully qualified class name of an object. |
| getQualifiedSuperclassName(value) — Package function in flash.utils |
|
Returns the fully qualified class name of the base class of the object specified by the value
parameter. |
| getRect(targetCoordinateSpace:flash.display:DisplayObject) — Method in class flash.display.DisplayObject |
|
Returns a rectangle that defines the boundary of the display object,
based on the coordinate system defined by the targetCoordinateSpace
parameter, excluding any strokes on shapes. |
| getRemote(name:String, remotePath:String, persistence:Object, secure:Boolean) — Static method in class flash.net.SharedObject |
|
Returns a reference to an object that can be shared across multiple clients
by means of a server, such as Flash Media Server. |
| getSeconds() — Method in class Date |
|
Returns the seconds (an integer from 0 to 59) portion of a Date object
according to local time. |
| getSelected(beginIndex:int, endIndex:int) — Method in class flash.text.TextSnapshot |
|
Returns a Boolean value that specifies whether a TextSnapshot object contains selected text in
the specified range. |
| getSelectedText(includeLineEndings:Boolean) — Method in class flash.text.TextSnapshot |
|
Returns a string that contains all the characters specified by the corresponding
setSelected() method. |
| getStackTrace() — Method in class Error |
|
For debugger versions of the Flash Player, only; this method returns the call stack for an error
as a string at the time of the error's construction. |
| getStyle(styleName:String) — Method in class flash.text.StyleSheet |
|
Returns a copy of the style object associated with the style named styleName. |
| getText(beginIndex:int, endIndex:int, includeLineEndings:Boolean) — Method in class flash.text.TextSnapshot |
|
Returns a string that contains all the characters specified by the beginIndex
and endIndex parameters. |
| getTextFormat(beginIndex:int, endIndex:int) — Method in class flash.text.TextField |
|
Returns a TextFormat object that contains formatting information for the range of text that the
beginIndex and endIndex parameters specify. |
| getTextRunInfo(beginIndex:int, endIndex:int) — Method in class flash.text.TextSnapshot |
|
Returns an array of objects that contains information about a run of text. |
| getTime() — Method in class Date |
|
Returns the number of milliseconds since midnight January 1, 1970, universal time,
for a Date object. |
| getTimer() — Package function in flash.utils |
|
Returns the number of milliseconds that have elapsed since Flash Player was initialized, and is used
to compute relative time. |
| getTimezoneOffset() — Method in class Date |
|
Returns the difference, in minutes, between the computer's local time and universal
time (UTC). |
| getUTCDate() — Method in class Date |
|
Returns the day of the month (an integer from 1 to 31) of a Date object,
according to universal time (UTC). |
| getUTCDay() — Method in class Date |
|
Returns the day of the week (0 for Sunday, 1 for Monday, and so on) of this Date
according to universal time (UTC). |
| getUTCFullYear() — Method in class Date |
|
Returns the four-digit year of a Date object according to universal time (UTC). |
| getUTCHours() — Method in class Date |
|
Returns the hour (an integer from 0 to 23) of the day of a Date object
according to universal time (UTC). |
| getUTCMilliseconds() — Method in class Date |
|
Returns the milliseconds (an integer from 0 to 999) portion of a Date object
according to universal time (UTC). |
| getUTCMinutes() — Method in class Date |
|
Returns the minutes (an integer from 0 to 59) portion of a Date object
according to universal time (UTC). |
| getUTCMonth() — Method in class Date |
|
Returns the month (0 [January] to 11 [December]) portion of a Date object
according to universal time (UTC). |
| getUTCSeconds() — Method in class Date |
|
Returns the seconds (an integer from 0 to 59) portion of a Date object
according to universal time (UTC). |
| global — Property in class RegExp |
|
Specifies whether to use global matching for the regular expression. |
| globalToLocal(point:flash.geom:Point) — Method in class flash.display.DisplayObject |
|
Converts the point object from the Stage (global) coordinates
to the display object's (local) coordinates. |
| GlowFilter — Final class in package flash.filters |
|
The GlowFilter class lets you apply a glow effect to display objects. |
| GlowFilter(color:uint, alpha:Number, blurX:Number, blurY:Number, strength:Number, quality:int, inner:Boolean, knockout:Boolean) — Constructor in class flash.filters.GlowFilter |
|
Initializes a new GlowFilter instance with the specified parameters. |
| gotoAndPlay(frame:Object, scene:String) — Method in class flash.display.MovieClip |
|
Starts playing the SWF file at the specified frame. |
| gotoAndStop(frame:Object, scene:String) — Method in class flash.display.MovieClip |
|
Brings the playhead to the specified frame of the movie clip and stops it there. |
| GradientBevelFilter — Final class in package flash.filters |
|
The GradientBevelFilter class lets you apply a gradient bevel effect to
display objects. |
| GradientBevelFilter(distance:Number, angle:Number, colors:Array, alphas:Array, ratios:Array, blurX:Number, blurY:Number, strength:Number, quality:int, type:String, knockout:Boolean) — Constructor in class flash.filters.GradientBevelFilter |
|
Initializes the filter with the specified parameters. |
| GradientGlowFilter — Final class in package flash.filters |
|
The GradientGlowFilter class lets you apply a gradient glow effect to display objects. |
| GradientGlowFilter(distance:Number, angle:Number, colors:Array, alphas:Array, ratios:Array, blurX:Number, blurY:Number, strength:Number, quality:int, type:String, knockout:Boolean) — Constructor in class flash.filters.GradientGlowFilter |
|
Initializes the filter with the specified parameters. |
| GradientType — Final class in package flash.display |
|
A class that provides values for the type parameter in the
beginGradientFill() and lineGradientFill() methods of the flash.display.Graphics class. |
| graphics — Property in class flash.display.Shape |
|
Specifies the Graphics object belonging to this Shape object, where vector
drawing commands can occur. |
| graphics — Property in class flash.display.Sprite |
|
Specifies the Graphics object that belongs to this sprite where vector
drawing commands can occur. |
| Graphics — Final class in package flash.display |
|
The Graphics class contains a set of methods that you can use to create a vector shape. |
| GREEN — Constant static property in class flash.display.BitmapDataChannel |
|
The green channel. |
| greenMultiplier — Property in class flash.geom.ColorTransform |
|
A decimal value that is multiplied with the green channel value. |
| greenOffset — Property in class flash.geom.ColorTransform |
|
A number from -255 to 255 that is added to the green channel value after it has
been multiplied by the greenMultiplier value. |
| gridFitType — Property in class flash.text.TextField |
|
The type of grid fitting used for this text field. |
| GridFitType — Final class in package flash.text |
|
A class that defines values for grid fitting in the flash.text.TextField class. |
|
| 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 |