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  
G — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the G key (71).
gain — Property in class flash.media.Microphone
The microphone gain—that is, the amount by which the microphone multiplies the signal before transmitting it.
GameInput — Final class in package flash.ui
The GameInput class is the entry point into the GameInput API.
GameInputControl — Dynamic class in package flash.ui
The GameInputControl class represents a control on an input device.
GameInputDevice — Final class in package flash.ui
The GameInputDevice class represents a single input device commonly used for gaming.
GameInputEvent — Final class in package flash.events
The GameInputEvent class represents an event that is dispatched when a game input device has either been added or removed from the application platform.
GameInputEvent(type:String, bubbles:Boolean, cancelable:Boolean, device:flash.ui:GameInputDevice) — Constructor in class flash.events.GameInputEvent
gc() — Static method in class flash.system.System
Forces the garbage collection process.
generalClipboard — Static property in class flash.desktop.Clipboard
The operating system clipboard.
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.
generateRandomBytes(numberRandomBytes) — Package function in flash.crypto
Generates a sequence of random bytes.
genre — Property in class flash.media.ID3Info
The genre of the song; corresponds to the ID3 2.0 tag TCON.
Geolocation — Class in package flash.sensors
The Geolocation class dispatches events in response to the device's location sensor.
Geolocation() — Constructor in class flash.sensors.Geolocation
Creates a new Geolocation instance.
GeolocationEvent — Class in package flash.events
A Geolocation object dispatches GeolocationEvent objects when it receives updates from the location sensor installed on the device.
GeolocationEvent(type:String, bubbles:Boolean, cancelable:Boolean, latitude:Number, longitude:Number, altitude:Number, hAccuracy:Number, vAccuracy:Number, speed:Number, heading:Number, timestamp:Number) — Constructor in class flash.events.GeolocationEvent
Creates a GeolocationEvent object that contains information about the location of the device.
GESTURE — Constant static property in class flash.ui.MultitouchInputMode
Specifies that TransformGestureEvent, PressAndTapGestureEvent, and GestureEvent events are dispatched for the related user interaction supported by the current environment, and other touch events (such as a simple tap) are interpreted as mouse events.
gestureDirectionalTap — Event in class flash.display.InteractiveObject
Dispatched when the user creates a point of contact along the edge of the touch surface with an InteractiveObject instance, (such as tapping along the edge of the touch surface on Siri Remote for Apple TV) Some devices might also interpret this contact as a combination of several touch events, as well.
GESTURE_DIRECTIONAL_TAP — Constant static property in class flash.events.TransformGestureEvent
Defines the value of the type property of a GESTURE_DIRECTIONAL_TAP touch event object.
GestureEvent — Class in package flash.events
The GestureEvent class lets you handle multi-touch events on devices that detect complex user contact with the device (such as pressing two fingers on a touch screen at the same time).
GestureEvent(type:String, bubbles:Boolean, cancelable:Boolean, phase:String, localX:Number, localY:Number, ctrlKey:Boolean, altKey:Boolean, shiftKey:Boolean, commandKey:Boolean, controlKey:Boolean) — Constructor in class flash.events.GestureEvent
Creates an Event object that contains information about multi-touch events (such as pressing two fingers on a touch screen at the same time).
gestureLongPress — Event in class flash.display.InteractiveObject
Dispatched when the user presses two points of contact over the same InteractiveObject instance on a touch-enabled device (such as presses and releases two fingers over a display object on a mobile phone or tablet with a touch screen).
gesturePan — Event in class flash.display.InteractiveObject
Dispatched when the user moves a point of contact over the InteractiveObject instance on a touch-enabled device (such as moving a finger from left to right over a display object on a mobile phone or tablet with a touch screen).
GESTURE_PAN — Constant static property in class flash.events.TransformGestureEvent
Defines the value of the type property of a GESTURE_PAN touch event object.
GesturePhase — Final class in package flash.events
The GesturePhase class is an enumeration class of constant values for use with the GestureEvent, PressAndTapGestureEvent, and TransformGestureEvent classes.
GESTURE_PRESS_AND_TAP — Constant static property in class flash.events.PressAndTapGestureEvent
Defines the value of the type property of a GESTURE_PRESS_AND_TAP touch event object.
gestureRotate — Event in class flash.display.InteractiveObject
Dispatched when the user performs a rotation gesture at a point of contact with an InteractiveObject instance (such as touching two fingers and rotating them over a display object on a mobile phone or tablet with a touch screen).
GESTURE_ROTATE — Constant static property in class flash.events.TransformGestureEvent
Defines the value of the type property of a GESTURE_ROTATE touch event object.
gestureSwipe — Event in class flash.display.InteractiveObject
Dispatched when the user performs a swipe gesture at a point of contact with an InteractiveObject instance (such as touching three fingers to a screen and then moving them in parallel over a display object on a mobile phone or tablet with a touch screen).
GESTURE_SWIPE — Constant static property in class flash.events.TransformGestureEvent
Defines the value of the type property of a GESTURE_SWIPE touch event object.
gestureTap — Event in class flash.display.InteractiveObject
Dispatched when the user creates a point of contact with an InteractiveObject instance, then taps on a touch-enabled device (such as placing several fingers over a display object to open a menu and then taps one finger to select a menu item on a mobile phone or tablet with a touch screen).
GESTURE_TWO_FINGER_TAP — Constant static property in class flash.events.GestureEvent
Defines the value of the type property of a GESTURE_TWO_FINGER_TAP gesture event object.
gestureZoom — Event in class flash.display.InteractiveObject
Dispatched when the user performs a zoom gesture at a point of contact with an InteractiveObject instance (such as touching two fingers to a screen and then quickly spreading the fingers apart over a display object on a mobile phone or tablet with a touch screen).
GESTURE_ZOOM — Constant static property in class flash.events.TransformGestureEvent
Defines the value of the type property of a GESTURE_ZOOM touch event object.
get — Statement
Defines a getter, which is a method that can be read like a property.
__get(propName:String) — Method in class flash.external.HostObject
The universal getter method receives the property name and returns whatever the property value is.
GET — Constant static property in class flash.net.URLRequestMethod
Specifies that the URLRequest object is a GET.
get_accDefaultAction(childID:uint) — Method in class flash.accessibility.AccessibilityImplementation
MSAA method for returning the default action of the component that this AccessibilityImplementation represents or of one of its child elements.
get_accFocus() — Method in class flash.accessibility.AccessibilityImplementation
MSAA method for returning the unsigned integer ID of the child element, if any, that has child focus within the component.
get_accName(childID:uint) — Method in class flash.accessibility.AccessibilityImplementation
MSAA method for returning the name for the component that this AccessibilityImplementation represents or for one of its child elements.
get_accRole(childID:uint) — Method in class flash.accessibility.AccessibilityImplementation
MSAA method for returning the system role for the component that this AccessibilityImplementation represents or for one of its child elements.
get_accSelection() — Method in class flash.accessibility.AccessibilityImplementation
MSAA method for returning an array containing the IDs of all child elements that are selected.
get_accState(childID:uint) — Method in class flash.accessibility.AccessibilityImplementation
IAccessible method for returning the current runtime state of the component that this AccessibilityImplementation represents or of one of its child elements.
get_accValue(childID:uint) — Method in class flash.accessibility.AccessibilityImplementation
MSAA method for returning the runtime value of the component that this AccessibilityImplementation represents or of one of its child elements.
getAtomBidiLevel(atomIndex:int) — Method in class flash.text.engine.TextLine
Gets the bidirectional level of the atom at the specified index.
getAtomBounds(atomIndex:int) — Method in class flash.text.engine.TextLine
Gets the bounds of the atom at the specified index relative to the text line.
getAtomCenter(atomIndex:int) — Method in class flash.text.engine.TextLine
Gets the center of the atom as measured along the baseline at the specified index.
getAtomGraphic(atomIndex:int) — Method in class flash.text.engine.TextLine
Gets the graphic of the atom at the specified index, or null if the atom is a character.
getAtomIndexAtCharIndex(charIndex:int) — Method in class flash.text.engine.TextLine
Returns the index of the atom containing the character specified by the charIndex parameter, or -1 if the character does not contribute to any atom in the line.
getAtomIndexAtPoint(stageX:Number, stageY:Number) — Method in class flash.text.engine.TextLine
Returns the index of the atom at the point specified by the x and y parameters, or -1 if no atom exists at that point.
getAtomTextBlockBeginIndex(atomIndex:int) — Method in class flash.text.engine.TextLine
Gets the text block begin index of the atom at the specified index.
getAtomTextBlockEndIndex(atomIndex:int) — Method in class flash.text.engine.TextLine
Gets the text block end index of the atom at the specified index.
getAtomTextRotation(atomIndex:int) — Method in class flash.text.engine.TextLine
Gets the rotation of the atom at the specified index.
getAtomWordBoundaryOnLeft(atomIndex:int) — Method in class flash.text.engine.TextLine
Indicates whether a word boundary occurs to the left of the atom at the specified index.
getAvailableLocaleIDNames() — Static method in class flash.globalization.Collator
Lists all of the locale ID names supported by this class.
getAvailableLocaleIDNames() — Static method in class flash.globalization.CurrencyFormatter
Lists all of the locale ID names supported by this class.
getAvailableLocaleIDNames() — Static method in class flash.globalization.DateTimeFormatter
Lists all of the locale ID names supported by this class.
getAvailableLocaleIDNames() — Static method in class flash.globalization.NumberFormatter
Lists all of the locale ID names supported by this class.
getAvailableLocaleIDNames() — Static method in class flash.globalization.StringTools
Lists all of the locale ID names supported by this class.
getBaselinePosition(baseline:String) — Method in class flash.text.engine.TextLine
Gets the position of the specified baseline, relative to TextBlock.baselineZero.
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.
getCachedSamples(data:flash.utils:ByteArray, append:Boolean) — Method in class flash.ui.GameInputDevice
Writes cached sample values to the ByteArray.
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.
getChildIDArray() — Method in class flash.accessibility.AccessibilityImplementation
Returns an array containing the unsigned integer IDs of all child elements in the AccessibilityImplementation.
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 previously had an alias registered through a call to the registerClassAlias() method.
getClassObject(className:String) — Static method in class flash.external.HostObject
Return the host object that is a class object for the given class name.
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).
getControlAt(i:int) — Method in class flash.ui.GameInputDevice
Retrieves a specific control from a device.
getData(format:String, transferMode:String) — Method in class flash.desktop.Clipboard
Gets the clipboard data if data in the specified format is present.
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.
getDateStyle() — Method in class flash.globalization.DateTimeFormatter
Gets the date style for this instance of the DateTimeFormatter.
getDateTimePattern() — Method in class flash.globalization.DateTimeFormatter
Returns the pattern string used by this DateTimeFormatter object to format dates and times.
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.
getDefaultApplication(extension:String) — Method in class flash.desktop.NativeApplication
Gets the default application for opening files with the specified extension.
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
getDeviceAt(index:int) — Static method in class flash.ui.GameInput
Gets the input device at the specified index location in the list of connected input devices.
getDirectoryListing() — Method in class flash.filesystem.File
Returns an array of File objects corresponding to files and directories in the directory represented by this File object.
getDirectoryListingAsync() — Method in class flash.filesystem.File
Asynchronously retrieves an array of File objects corresponding to the contents of the directory represented by this File object.
getDRMManager() — Static method in class flash.net.drm.DRMManager
Returns an instance of the singleton DRMManager object.
getElementAt(index:int) — Method in class flash.text.engine.GroupElement
Retrieves an element from within the group.
getElementAtCharIndex(charIndex:int) — Method in class flash.text.engine.GroupElement
Returns the element containing the character specified by the charIndex parameter.
getElementIndex(element:flash.text.engine:ContentElement) — Method in class flash.text.engine.GroupElement
Returns the index of the element specified by the element parameter.
getEnhancedMicrophone(index:int) — Static method in class flash.media.Microphone
Returns a reference to an enhanced Microphone object that can perform acoustic echo cancellation.
getExtensionDirectory(extensionID:String) — Static method in class flash.external.ExtensionContext
Returns the directory in which the extension is installed on the device.
getExtensionInfo(extensionID:String) — Static method in class flash.external.ExtensionContext
Gets information about an extension from the ID.
getFirstCharInParagraph(charIndex:int) — Method in class flash.text.TextField
Given a character index, returns the index of the first character in the same paragraph.
getFirstWeekday() — Method in class flash.globalization.DateTimeFormatter
Returns an integer corresponding to the first day of the week for this locale and calendar system.
getFontMetrics() — Method in class flash.text.engine.ElementFormat

Returns a FontMetrics object with properties which describe the emBox, strikethrough position, strikethrough thickness, underline position, and underline thickness for the font specified by fontDescription and fontSize.

getFullYear() — Method in class Date
Returns the full year (a four-digit number, such as 2000) of a Date object according to local time.
getHistoryAt(position:uint) — Method in class flash.html.HTMLLoader
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.
getItem(name:String) — Static method in class flash.data.EncryptedLocalStore
The data corresponding to the specified name.
getItemAt(index:int) — Method in class flash.display.NativeMenu
Gets the menu item at the specified index.
getItemAt(index:int) — Method in class flash.ui.ContextMenu
Gets the menu item at the specified index.
getItemByName(name:String) — Method in class flash.display.NativeMenu
Gets the menu item with the specified name.
getItemIndex(item:flash.display:NativeMenuItem) — Method in class flash.display.NativeMenu
Gets the position of the specified item.
getItemIndex(item:flash.display:NativeMenuItem) — Method in class flash.ui.ContextMenu
Gets the position of the specified item.
getJustifierForLocale(locale:String) — Static method in class flash.text.engine.TextJustifier
Constructs a default TextJustifier subclass appropriate to the specified locale.
getKeysAndValues() — Method in class flash.globalization.LocaleID
Returns an object containing all of the key and value pairs from the LocaleID object.
getLanguage() — Method in class flash.globalization.LocaleID
Returns the language code specified by the locale ID name.
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.
getLoaderInfoByDefinition(object:Object) — Static method in class flash.display.LoaderInfo
Returns the LoaderInfo object associated with a SWF file defined as an object.
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 only available to the current client.
getMicrophone(index:int) — Static method in class flash.media.Microphone
Returns a reference to a Microphone object for capturing audio.
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.
getMirrorRegion(mirror:flash.events:EventDispatcher) — Method in class flash.text.engine.TextLine
Returns the first TextLineMirrorRegion on the line whose mirror property matches that specified by the mirror parameter, or null if no match exists.
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.
getMonthNames(nameStyle:String, context:String) — Method in class flash.globalization.DateTimeFormatter
Retrieves a list of localized strings containing the month names for the current calendar system.
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.
getOffset(date:Date) — Method in class TimeZone
The time offset between this timezone and UTC, for a particular (UTC) date.
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) — Method in class flash.utils.Proxy
getQualifiedClassName(value) — Package function in flash.utils
Returns the fully qualified class name of an object.
getQualifiedClassName(value) — Static method in class flash.external.HostObject
Return the fully qualified class name of the given value.
getQualifiedDefinitionNames() — Method in class flash.system.ApplicationDomain
Gets all fully-qualified names of public definitions from the specified application domain.
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.
getRandomBytes(size:uint) — Static method in class air.security.Encryption
A utility function for generating random data.
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.
getRegion() — Method in class flash.globalization.LocaleID
Returns the region code specified by the locale ID name.
getRelativeMatrix3D(relativeTo:flash.display:DisplayObject) — Method in class flash.geom.Transform
Returns a Matrix3D object, which can transform the space of a specified display object in relation to the current display object's space.
getRelativeMatrix3DToOutput(relativeTo:flash.display:DisplayObject, output:flash.geom:Matrix3D) — Method in class flash.geom.Transform
Returns a Matrix3D object, which can transform the space of a specified display object in relation to the current display object's space.
getRelativePath(ref:flash.net:FileReference, useDotDot:Boolean) — Method in class flash.filesystem.File
Finds the relative path between two File paths.
getRemote(name:String, remotePath:String, persistence:Object, secure:Boolean) — Static method in class flash.net.SharedObject
Returns a reference to a shared object on Flash Media Server that multiple clients can access.
getResult() — Method in class flash.data.SQLStatement
Provides access to a SQLResult object containing the results of the statement execution, including any result rows from a SELECT statement, and other information about the statement execution for all executed statements.
getRoot(name:String) — Static method in class flash.external.HostObject
Return the host object that is a root object for the given extension.
getRootDirectories() — Static method in class flash.filesystem.File
Returns an array of File objects, listing the file system root directories.
getSamples(buffer:flash.utils:ByteArray, append:Boolean) — Method in class flash.events.TouchEvent
Updates the specified ByteArray object with the high-frequency data points for a multi-point touch event.
getSchemaResult() — Method in class flash.data.SQLConnection
Provides access to the result of a call to the loadSchema() method.
getScreensForRectangle(rect:flash.geom:Rectangle) — Static method in class flash.display.Screen
Returns the (possibly empty) set of screens that intersect the provided rectangle.
getScript() — Method in class flash.globalization.LocaleID
Returns the script code specified by the locale ID name.
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.
get_selectionActiveIndex() — Method in class flash.accessibility.AccessibilityImplementation
get_selectionAnchorIndex() — Method in class flash.accessibility.AccessibilityImplementation
getSharedProperty(key:String) — Method in class flash.system.Worker
Retrieves a value stored in this worker with a named key.
getStackTrace() — Method in class Error
Returns the call stack for an error at the time of the error's construction as a string.
getStorageVolumes() — Method in class flash.filesystem.StorageVolumeInfo
Returns vector of StorageVolume objects corresponding to the currently mounted storage volumes.
getStorageVolumesAsync() — Method in class flash.filesystem.StorageVolumeInfo
Triggers an asynchronous request to find the currently mounted storage volumes.
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.
getTextBounds(startIndex:int, endIndex:int) — Method in interface flash.text.ime.IIMEClient
The IME uses this method to query the bounding box of the text currently edited with the IME client.
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.
getTextInRange(startIndex:int, endIndex:int) — Method in interface flash.text.ime.IIMEClient
Gets the specified range of text from the component.
getTextLineAtCharIndex(charIndex:int) — Method in class flash.text.engine.TextBlock
Returns the TextLine containing the character specified by the charIndex parameter.
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
Used to compute relative time.
getTimeStyle() — Method in class flash.globalization.DateTimeFormatter
Gets the time style for this instance of the DateTimeFormatter.
getTimeZone(timeZoneName:String) — Static method in class TimeZone
Obtains a TimeZone object using a string that is found in the list of availableTimeZoneNames.
getTimezoneOffset() — Method in class Date
Returns the difference, in minutes, between universal time (UTC) and the computer's local time.
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).
getVariant() — Method in class flash.globalization.LocaleID
Returns the language variant code specified by the locale ID name.
getVector(rect:flash.geom:Rectangle) — Method in class flash.display.BitmapData
Generates a vector array from a rectangular region of pixel data.
getVoucherAccessInfo() — Method in class flash.net.drm.DRMContentData
Retrieves an array of VoucherAccessInfo objects.
getWeekdayNames(nameStyle:String, context:String) — Method in class flash.globalization.DateTimeFormatter
Retrieves a list of localized strings containing the names of weekdays for the current calendar system.
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.
globalToLocal3D(point:flash.geom:Point) — Method in class flash.display.DisplayObject
Converts a two-dimensional point from the Stage (global) coordinates to a three-dimensional display object's (local) coordinates.
globalToScreen(globalPoint:flash.geom:Point) — Method in class flash.display.NativeWindow
Converts a point in pixel coordinates relative to the origin of the window stage (a global point in terms of the display list), to a point on the virtual desktop.
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.
GO — Constant static property in class flash.text.ReturnKeyLabel
Use the label, "Go".
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.
GPU — Constant static property in class flash.display.NativeWindowRenderMode
A gpu mode window.
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
The GradientType class provides values for the type parameter in the beginGradientFill() and lineGradientStyle() methods of the flash.display.Graphics class.
GRANTED — Constant static property in class flash.permissions.PermissionStatus
Specifies that the permission has been granted.
graphic — Property in class flash.text.engine.GraphicElement
The DisplayObject to be used as a graphic for the GraphicElement.
GraphicElement — Final class in package flash.text.engine
The GraphicElement class represents a graphic element in a TextBlock or GroupElement object.
GraphicElement(graphic:flash.display:DisplayObject, elementWidth:Number, elementHeight:Number, elementFormat:flash.text.engine:ElementFormat, eventMirror:flash.events:EventDispatcher, textRotation:String) — Constructor in class flash.text.engine.GraphicElement
Creates a new GraphicElement instance.
GRAPHIC_ELEMENT — Constant static property in class flash.text.engine.ContentElement
Indicates the presence of a graphic element in the text.
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.
GraphicsBitmapFill — Final class in package flash.display
Defines a bitmap fill.
GraphicsBitmapFill(bitmapData:flash.display:BitmapData, matrix:flash.geom:Matrix, repeat:Boolean, smooth:Boolean) — Constructor in class flash.display.GraphicsBitmapFill
Creates a new GraphicsBitmapFill object.
GraphicsEndFill — Final class in package flash.display
Indicates the end of a graphics fill.
GraphicsEndFill() — Constructor in class flash.display.GraphicsEndFill
Creates an object to use with the Graphics.drawGraphicsData() method to end the fill, explicitly.
GraphicsGradientFill — Final class in package flash.display
Defines a gradient fill.
GraphicsGradientFill(type:String, colors:Array, alphas:Array, ratios:Array, matrix, spreadMethod, interpolationMethod:String, focalPointRatio:Number) — Constructor in class flash.display.GraphicsGradientFill
Creates a new GraphicsGradientFill object.
GraphicsPath — Final class in package flash.display
A collection of drawing commands and the coordinate parameters for those commands.
GraphicsPath(commands, data, winding:String) — Constructor in class flash.display.GraphicsPath
Creates a new GraphicsPath object.
GraphicsPathCommand — Final class in package flash.display
Defines the values to use for specifying path-drawing commands.
GraphicsPathWinding — Final class in package flash.display
The GraphicsPathWinding class provides values for the flash.display.GraphicsPath.winding property and the flash.display.Graphics.drawPath() method to determine the direction to draw a path.
GraphicsShaderFill — Final class in package flash.display
Defines a shader fill.
GraphicsShaderFill(shader:flash.display:Shader, matrix:flash.geom:Matrix) — Constructor in class flash.display.GraphicsShaderFill
Creates a new GraphicsShaderFill object.
GraphicsSolidFill — Final class in package flash.display
Defines a solid fill.
GraphicsSolidFill(color:uint, alpha:Number) — Constructor in class flash.display.GraphicsSolidFill
Creates a new GraphicsSolidFill object.
GraphicsStroke — Final class in package flash.display
Defines a line style or stroke.
GraphicsStroke(thickness:Number, pixelHinting:Boolean, scaleMode:String, caps:String, joints:String, miterLimit:Number, fill:flash.display:IGraphicsFill) — Constructor in class flash.display.GraphicsStroke
Creates a new GraphicsStroke object.
GraphicsTrianglePath — Final class in package flash.display
Defines an ordered set of triangles that can be rendered using either (u,v) fill coordinates or a normal fill.
GraphicsTrianglePath(vertices, indices, uvtData, culling:String) — Constructor in class flash.display.GraphicsTrianglePath
Creates a new GraphicsTrianglePath object.
GREATER — Constant static property in class flash.display3D.Context3DCompareMode
Greater than (>).
GREATER_EQUAL — Constant static property in class flash.display3D.Context3DCompareMode
Greater than or equal (>=).
GREEN — Constant static property in class flash.display.BitmapDataChannel
The green channel.
GREEN — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the green function key button.
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
The GridFitType class defines values for grid fitting in the TextField class.
groupElement — Property in class flash.text.engine.ContentElement
The GroupElement object that contains this element, or null if it is not in a group.
GroupElement — Final class in package flash.text.engine
A GroupElement object groups a collection of TextElement, GraphicElement, or other GroupElement objects that you can assign as a unit to the content property of a TextBlock object.
GroupElement(elements, elementFormat:flash.text.engine:ElementFormat, eventMirror:flash.events:EventDispatcher, textRotation:String) — Constructor in class flash.text.engine.GroupElement
Creates a new GroupElement instance.
groupElements(beginIndex:int, endIndex:int) — Method in class flash.text.engine.GroupElement
Replaces the range of elements that the beginIndex and endIndex parameters specify with a new GroupElement containing those elements.
GROUP_EXECUTE — Constant static property in class air.utils.ZipEntry
Flag value for group-execute permission
groupingPattern — Property in class flash.globalization.CurrencyFormatter
Describes the placement of grouping separators within the formatted currency amount string.
groupingPattern — Property in class flash.globalization.NumberFormatter
Describes the placement of grouping separators within the formatted number string.
groupingSeparator — Property in class flash.globalization.CurrencyFormatter
The character or string used for the grouping separator.
groupingSeparator — Property in class flash.globalization.NumberFormatter
The character or string used for the grouping separator.
GROUP_READ — Constant static property in class air.utils.ZipEntry
Flag value for group-read permission
GroupSpecifier — Class in package flash.net
The GroupSpecifier class is used to construct the opaque groupspec strings that can be passed to NetStream and NetGroup constructors.
GroupSpecifier(name:String) — Constructor in class flash.net.GroupSpecifier
Creates a new GroupSpecifier object.
groupspecWithAuthorizations() — Method in class flash.net.GroupSpecifier
Returns the opaque groupspec string, including authorizations, that can be passed to NetStream and NetGroup constructors.
groupspecWithoutAuthorizations() — Method in class flash.net.GroupSpecifier
Returns the opaque groupspec string, without authorizations, that can be passed to NetStream and NetGroup constructors.
GROUP_WRITE — Constant static property in class air.utils.ZipEntry
Flag value for group-write permission
GUIDE — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the button for engaging the program guide.
GUJARATI — Constant static property in class flash.globalization.NationalDigitsType
Represents the Unicode value for the zero digit of the Gujarati digit set.
GURMUKHI — Constant static property in class flash.globalization.NationalDigitsType
Represents the Unicode value for the zero digit of the Gurmukhi digit set.
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