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  
HARDLIGHT — Constant static property in class flash.display.BlendMode
Adjusts the color of each pixel based on the darkness of the display object.
hasAccessibility — Static property in class flash.system.Capabilities
Specifies whether the player is running in an environment that supports (true) or does not support (false) communication with accessibility aids.
hasAudio — Static property in class flash.system.Capabilities
Specifies whether the player is running on a system that has audio capabilities.
hasAudioEncoder — Static property in class flash.system.Capabilities
Specifies whether the player can (true) or cannot (false) encode an audio stream, such as that coming from a microphone.
hasChildNodes() — Method in class flash.xml.XMLNode
Indicates whether the specified XMLNode object has child nodes.
hasComplexContent() — Method in class XML
Checks to see whether the XML object contains complex content.
hasComplexContent() — Method in class XMLList
Checks whether the XMLList object contains complex content.
hasDefinition(name:String) — Method in class flash.system.ApplicationDomain
Checks to see if a public definition exists within the specified application domain.
hasEmbeddedVideo — Static property in class flash.system.Capabilities
Specifies whether the player is running on a system that supports (true) or does not support (false) embedded video.
hasEventListener(type:String) — Method in class flash.display.Stage
Checks whether the EventDispatcher object has any listeners registered for a specific type of event.
hasEventListener(type:String) — Method in class flash.events.EventDispatcher
Checks whether the EventDispatcher object has any listeners registered for a specific type of event.
hasEventListener(type:String) — Method in interface flash.events.IEventDispatcher
Checks whether the EventDispatcher object has any listeners registered for a specific type of event.
hasGlyphs(str:String) — Method in class flash.text.Font
Specifies whether a provided string can be displayed using the currently assigned font.
hasIME — Static property in class flash.system.Capabilities
Specifies whether the player is running on a system that does (true) or does not (false) have an input method editor (IME) installed.
hasMP3 — Static property in class flash.system.Capabilities
Specifies whether the player is running on a system that does (true) or does not (false) have an MP3 decoder.
hasOwnProperty(name:String) — Method in class Object
Indicates whether an object has a specified property defined.
hasOwnProperty(p:String) — Method in class XML
Checks to see whether the object has the property specified by the p parameter.
hasOwnProperty(p:String) — Method in class XMLList
Checks for the property specified by p.
hasPrinting — Static property in class flash.system.Capabilities
Specifies whether the player is running on a system that does (true) or does not (false) support printing.
hasProperty(name) — Method in class flash.utils.Proxy
Overrides a request to check whether an object has a particular property by name.
hasScreenBroadcast — Static property in class flash.system.Capabilities
Specifies whether the player does (true) or does not (false) support the development of screen broadcast applications to be run through Flash Media Server.
hasScreenPlayback — Static property in class flash.system.Capabilities
Specifies whether the player does (true) or does not (false) support the playback of screen broadcast applications that are being run through Flash Media Server.
hasSimpleContent() — Method in class XML
Checks to see whether the XML object contains simple content.
hasSimpleContent() — Method in class XMLList
Checks whether the XMLList object contains simple content.
hasStreamingAudio — Static property in class flash.system.Capabilities
Specifies whether the player can (true) or cannot (false) play streaming audio.
hasStreamingVideo — Static property in class flash.system.Capabilities
Specifies whether the player can (true) or cannot (false) play streaming video.
hasTLS — Static property in class flash.system.Capabilities
Specifies whether the player is on a system that supports native SSL sockets through NetConnection (true) or does not (false).
hasVideoEncoder — Static property in class flash.system.Capabilities
Specifies whether the player can (true) or cannot (false) encode a video stream, such as that coming from a web camera.
headerDisabledSkin — Style in class fl.controls.DataGrid
The name of the class that provides the background for each column header when the component is disabled.
headerDisabledTextFormat — Style in class fl.controls.DataGrid
The format to be applied to the text contained in each column header when the component is disabled.
headerDownSkin — Style in class fl.controls.DataGrid
The name of the class that provides the background for each column header when the mouse is down.
headerHeight — Property in class fl.controls.DataGrid
Gets or sets the height of the DataGrid header, in pixels.
headerOverSkin — Style in class fl.controls.DataGrid
The name of the class that provides the background for each column header when the mouse is over it.
headerRelease — Event in class fl.controls.DataGrid
Dispatched after the user clicks a header cell.
HEADER_RELEASE — Constant static property in class fl.events.DataGridEvent
The DataGridEvent.HEADER_RELEASE constant defines the value of the type property of a headerRelease event object.
headerRenderer — Property in class fl.controls.dataGridClasses.DataGridColumn
The class that is used to render the header of this column.
headerRenderer — Style in class fl.controls.DataGrid
The name of the class that provides each column header.
HeaderRenderer — Class in package fl.controls.dataGridClasses
The HeaderRenderer class displays the column header for the current DataGrid column.
HeaderRenderer() — Constructor in class fl.controls.dataGridClasses.HeaderRenderer
Creates a new HeaderRenderer instance.
headerSortArrowAscSkin — Style in class fl.controls.DataGrid
The name of the class that provides the sort arrow when the sorted column is in ascending order.
headerSortArrowDescSkin — Style in class fl.controls.DataGrid
The name of the class that provides the sort arrow when the sorted column is in descending order.
headerText — Property in class fl.controls.dataGridClasses.DataGridColumn
The column name to be displayed in the column header.
headerTextFormat — Style in class fl.controls.DataGrid
The format to be applied to the text contained in each column header.
headerTextPadding — Style in class fl.controls.DataGrid
The padding that separates the column header border from the column header text, in pixels.
headerUpSkin — Style in class fl.controls.DataGrid
The name of the class that provides the background for each column header.
height — Property in class fl.controls.Label
Gets or sets the height of the component, in pixels.
height — Property in class fl.controls.ScrollBar
Gets or sets the height of the component, in pixels.
height — Property in class fl.core.UIComponent
Gets or sets the height of the component, in pixels.
height — Property in class fl.video.FLVPlayback
A number that specifies the height of the FLVPlayback instance.
height — Property in class fl.video.VideoPlayer
A number that specifies the height of the VideoPlayer instance (in pixels).
height — Property in class flash.display.BitmapData
The height of the bitmap image in pixels.
height — Property in class flash.display.DisplayObject
Indicates the height of the display object, in pixels.
height — Property in class flash.display.LoaderInfo
The nominal height of the loaded file.
height — Property in class flash.display.Stage
Indicates the height of the display object, in pixels.
height — Property in class flash.geom.Rectangle
The height of the rectangle, in pixels.
height — Property in class flash.media.Camera
The current capture height, in pixels.
height — Property in class flash.text.TextLineMetrics
The height value of the text of the selected lines (not necessarily the complete text) in pixels.
helperDone(helper:Object, success:Boolean) — Method in interface fl.video.INCManager
Called by any helper object doing a task for the NCManager object to signal it has completed and whether it was successful.
helperDone(helper:Object, success:Boolean) — Method in class fl.video.NCManager
Called by any helper object doing a task for the NCManager object to signal it has completed and whether it was successful.
hexValue — Property in class fl.controls.ColorPicker
Gets the string value of the current color selection.
hide — Event in class fl.core.UIComponent
Dispatched after the component visibility changes from visible to invisible.
hide() — Static method in class flash.ui.Mouse
Hides the pointer.
HIDE — Constant static property in class fl.events.ComponentEvent
Defines the value of the type property of a hide event object.
hideBuiltInItems() — Method in class flash.ui.ContextMenu
Hides all built-in menu items (except Settings) in the specified ContextMenu object.
hideFocus() — Method in class fl.managers.FocusManager
Sets the showFocusIndicator value to false and removes the visual focus indicator from the object that has focus, if any.
hideFocus() — Method in interface fl.managers.IFocusManager
Sets the showFocusIndicator property to false.
hideObject — Property in class flash.filters.DropShadowFilter
Indicates whether or not the object is hidden.
HIGH — Constant static property in class flash.display.StageQuality
Specifies high rendering quality: graphics are anti-aliased using a 4 x 4 pixel grid, and bitmaps are smoothed if the movie is static.
HIGH — Constant static property in class flash.filters.BitmapFilterQuality
Defines the high quality filter setting.
highlightAlpha — Property in class flash.filters.BevelFilter
The alpha transparency value of the highlight color.
highlightColor — Property in class flash.filters.BevelFilter
The highlight color of the bevel.
hitArea — Property in class flash.display.Sprite
Designates another sprite to serve as the hit area for a sprite.
hitTest(firstPoint:flash.geom:Point, firstAlphaThreshold:uint, secondObject:Object, secondBitmapDataPoint:flash.geom:Point, secondAlphaThreshold:uint) — Method in class flash.display.BitmapData
Performs pixel-level hit detection between one bitmap image and a point, rectangle, or other bitmap image.
hitTestObject(obj:flash.display:DisplayObject) — Method in class flash.display.DisplayObject
Evaluates the display object to see if it overlaps or intersects with the obj display object.
hitTestPoint(x:Number, y:Number, shapeFlag:Boolean) — Method in class flash.display.DisplayObject
Evaluates the display object to see if it overlaps or intersects with the point specified by the x and y parameters.
hitTestState — Property in class flash.display.SimpleButton
Specifies a display object that is used as the hit testing object for the button.
hitTestTextNearPos(x:Number, y:Number, maxDistance:Number) — Method in class flash.text.TextSnapshot
Lets you determine which character within a TextSnapshot object is on or near the specified x, y coordinates of the movie clip containing the text in the TextSnapshot object.
HOME — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the Home key (36).
HORIZONTAL — Constant static property in class fl.controls.ScrollBarDirection
Indicates that the ScrollBar component instance is used for horizontal scrolling.
HORIZONTAL — Static property in class fl.controls.SliderDirection
Position the Slider component on the horizontal axis.
HORIZONTAL — Constant static property in class flash.display.LineScaleMode
With this setting used as the scaleMode parameter of the lineStyle() method, the thickness of the line scales only vertically.
horizontalLineScrollSize — Property in class fl.containers.BaseScrollPane
Gets or sets a value that describes the amount of content to be scrolled, horizontally, when a scroll arrow is clicked.
horizontalPageScrollSize — Property in class fl.containers.BaseScrollPane
Gets or sets the count of pixels by which to move the scroll thumb on the horizontal scroll bar when the scroll bar track is pressed.
horizontalScrollBar — Property in class fl.containers.BaseScrollPane
Gets a reference to the horizontal scroll bar.
horizontalScrollBar — Property in class fl.controls.TextArea
Gets a reference to the horizontal scroll bar.
horizontalScrollPolicy — Property in class fl.containers.BaseScrollPane
Gets or sets a value that indicates the state of the horizontal scroll bar.
horizontalScrollPolicy — Property in class fl.controls.DataGrid
Gets or sets a Boolean value that indicates whether the horizontal scroll bar is always on.
horizontalScrollPolicy — Property in class fl.controls.TextArea
Gets or sets the scroll policy for the horizontal scroll bar.
horizontalScrollPosition — Property in class fl.containers.BaseScrollPane
Gets or sets a value that describes the horizontal position of the horizontal scroll bar in the scroll pane, in pixels.
horizontalScrollPosition — Property in class fl.controls.TextArea
Gets or sets the change in the position of the scroll bar thumb, in pixels, after the user scrolls the text field horizontally.
horizontalScrollPosition — Property in class fl.controls.TextInput
Gets or sets the position of the thumb of the horizontal scroll bar.
hours — Property in class Date
The hour (an integer from 0 to 23) of the day portion of a Date object according to local time.
hoursUTC — Property in class Date
The hour (an integer from 0 to 23) of the day of a Date object according to universal time (UTC).
htmlText — Property in class fl.controls.Label
Gets or sets the text to be displayed by the Label component, including HTML markup that expresses the styles of that text.
htmlText — Property in class fl.controls.TextArea
Gets or sets the HTML representation of the string that the text field contains.
htmlText — Property in class fl.controls.TextInput
Contains the HTML representation of the string that the text field contains.
htmlText — Property in class flash.text.TextField
Contains the HTML representation of the text field's contents.
httpStatus — Event in class fl.video.FLVPlaybackCaptioning
Dispatched if a call to the URLLoader.load() event attempts to access a Timed Text XML file over HTTP and the current Flash Player environment is able to detect and return the status code for the request.
httpStatus — Event in class flash.display.LoaderInfo
Dispatched when a network request is made over HTTP and Flash Player can detect the HTTP status code.
httpStatus — Event in class flash.net.FileReference
Dispatched when an upload fails and an HTTP status code is available to describe the failure.
httpStatus — Event in class flash.net.URLLoader
Dispatched if a call to URLLoader.load() attempts to access data over HTTP and the current Flash Player environment is able to detect and return the status code for the request.
httpStatus — Event in class flash.net.URLStream
Dispatched if a call to URLStream.load() attempts to access data over HTTP, and the current Flash Player is able to detect and return the status code for the request.
HTTP_STATUS — Constant static property in class flash.events.HTTPStatusEvent
Defines the value of the type property of a httpStatus event object.
HTTPStatusEvent — Class in package flash.events
Flash® Player dispatches HTTPStatusEvent objects when a network request returns an HTTP status code.
HTTPStatusEvent(type:String, bubbles:Boolean, cancelable:Boolean, status:int) — Constructor in class flash.events.HTTPStatusEvent
Creates an Event object that contains specific information about HTTP status events.
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