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, class flash.display.BlendMode
Adjusts the color of each pixel based on the darkness of the display object.
hasAccessibility — Static property, 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, class flash.system.Capabilities
Specifies whether the player is running on a system that has audio capabilities.
hasAudioEncoder — Static property, 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, class flash.xml.XMLNode
Indicates whether the specified XMLNode object has child nodes.
hasComplexContent() — Method, class XML
Checks to see whether the XML object contains complex content.
hasComplexContent() — Method, class XMLList
Checks whether the XMLList object contains complex content.
hasDefinition(name:String) — Method, class flash.system.ApplicationDomain
Checks to see if a public definition exists within the specified application domain.
hasEmbeddedVideo — Static property, 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, class flash.display.Stage
Checks whether the EventDispatcher object has any listeners registered for a specific type of event.
hasEventListener(type:String) — Method, class flash.events.EventDispatcher
Checks whether the EventDispatcher object has any listeners registered for a specific type of event.
hasEventListener(type:String) — Method, interface flash.events.IEventDispatcher
Checks whether the EventDispatcher object has any listeners registered for a specific type of event.
hasGlyphs(str:String) — Method, class flash.text.Font
Specifies whether a provided string can be displayed using the currently assigned font.
hasIME — Static property, 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, 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, class Object
Indicates whether an object has a specified property defined.
hasOwnProperty(p:String) — Method, class XML
Checks to see whether the object has the property specified by the p parameter.
hasOwnProperty(p:String) — Method, class XMLList
Checks for the property specified by p.
hasPrinting — Static property, 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, class flash.utils.Proxy
Overrides a request to check whether an object has a particular property by name.
hasScreenBroadcast — Static property, 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, 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, class XML
Checks to see whether the XML object contains simple content.
hasSimpleContent() — Method, class XMLList
Checks whether the XMLList object contains simple content.
hasStreamingAudio — Static property, class flash.system.Capabilities
Specifies whether the player can (true) or cannot (false) play streaming audio.
hasStreamingVideo — Static property, class flash.system.Capabilities
Specifies whether the player can (true) or cannot (false) play streaming video.
hasTLS — Static property, 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, 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, class fl.controls.DataGrid
The name of the class that provides the background for each column header when the component is disabled.
headerDisabledTextFormat — Style, class fl.controls.DataGrid
The format to be applied to the text contained in each column header when the component is disabled.
headerDownSkin — Style, class fl.controls.DataGrid
The name of the class that provides the background for each column header when the mouse is down.
headerHeight — Property, class fl.controls.DataGrid
Gets or sets the height of the DataGrid header, in pixels.
headerOverSkin — Style, 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, class fl.controls.DataGrid
Dispatched after the user clicks a header cell.
HEADER_RELEASE — Constant static property, class fl.events.DataGridEvent
The DataGridEvent.HEADER_RELEASE constant defines the value of the type property of a headerRelease event object.
headerRenderer — Property, class fl.controls.dataGridClasses.DataGridColumn
The class that is used to render the header of this column.
headerRenderer — Style, class fl.controls.DataGrid
The name of the class that provides each column header.
HeaderRenderer — Class, package fl.controls.dataGridClasses
The HeaderRenderer class displays the column header for the current DataGrid column.
HeaderRenderer() — Constructor, class fl.controls.dataGridClasses.HeaderRenderer
Creates a new HeaderRenderer instance.
headerSortArrowAscSkin — Style, class fl.controls.DataGrid
The name of the class that provides the sort arrow when the sorted column is in ascending order.
headerSortArrowDescSkin — Style, class fl.controls.DataGrid
The name of the class that provides the sort arrow when the sorted column is in descending order.
headerText — Property, class fl.controls.dataGridClasses.DataGridColumn
The column name to be displayed in the column header.
headerTextFormat — Style, class fl.controls.DataGrid
The format to be applied to the text contained in each column header.
headerTextPadding — Style, class fl.controls.DataGrid
The padding that separates the column header border from the column header text, in pixels.
headerUpSkin — Style, class fl.controls.DataGrid
The name of the class that provides the background for each column header.
height — Property, class fl.controls.Label
Gets or sets the height of the component, in pixels.
height — Property, class fl.controls.ScrollBar
Gets or sets the height of the component, in pixels.
height — Property, class fl.core.UIComponent
Gets or sets the height of the component, in pixels.
height — Property, class fl.video.FLVPlayback
A number that specifies the height of the FLVPlayback instance.
height — Property, class fl.video.VideoPlayer
A number that specifies the height of the VideoPlayer instance (in pixels).
height — Property, class flash.display.BitmapData
The height of the bitmap image in pixels.
height — Property, class flash.display.DisplayObject
Indicates the height of the display object, in pixels.
height — Property, class flash.display.LoaderInfo
The nominal height of the loaded file.
height — Property, class flash.display.Stage
Indicates the height of the display object, in pixels.
height — Property, class flash.geom.Rectangle
The height of the rectangle, in pixels.
height — Property, class flash.media.Camera
The current capture height, in pixels.
height — Property, 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, 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, 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, class fl.controls.ColorPicker
Gets the string value of the current color selection.
hide — Event, class fl.core.UIComponent
Dispatched after the component visibility changes from visible to invisible.
hide() — Static method, class flash.ui.Mouse
Hides the pointer.
HIDE — Constant static property, class fl.events.ComponentEvent
Defines the value of the type property of a hide event object.
hideBuiltInItems() — Method, class flash.ui.ContextMenu
Hides all built-in menu items (except Settings) in the specified ContextMenu object.
hideFocus() — Method, 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, interface fl.managers.IFocusManager
Sets the showFocusIndicator property to false.
hideObject — Property, class flash.filters.DropShadowFilter
Indicates whether or not the object is hidden.
HIGH — Constant static property, 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, class flash.filters.BitmapFilterQuality
Defines the high quality filter setting.
highlightAlpha — Property, class flash.filters.BevelFilter
The alpha transparency value of the highlight color.
highlightColor — Property, class flash.filters.BevelFilter
The highlight color of the bevel.
hitArea — Property, 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, 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, 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, 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, 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, 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, class flash.ui.Keyboard
Constant associated with the key code value for the Home key (36).
HORIZONTAL — Constant static property, class fl.controls.ScrollBarDirection
Indicates that the ScrollBar component instance is used for horizontal scrolling.
HORIZONTAL — Static property, class fl.controls.SliderDirection
Position the Slider component on the horizontal axis.
HORIZONTAL — Constant static property, 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, 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, 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, class fl.containers.BaseScrollPane
Gets a reference to the horizontal scroll bar.
horizontalScrollBar — Property, class fl.controls.TextArea
Gets a reference to the horizontal scroll bar.
horizontalScrollPolicy — Property, class fl.containers.BaseScrollPane
Gets or sets a value that indicates the state of the horizontal scroll bar.
horizontalScrollPolicy — Property, class fl.controls.DataGrid
Gets or sets a Boolean value that indicates whether the horizontal scroll bar is always on.
horizontalScrollPolicy — Property, class fl.controls.TextArea
Gets or sets the scroll policy for the horizontal scroll bar.
horizontalScrollPosition — Property, 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, 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, class fl.controls.TextInput
Gets or sets the position of the thumb of the horizontal scroll bar.
hours — Property, class Date
The hour (an integer from 0 to 23) of the day portion of a Date object according to local time.
hoursUTC — Property, class Date
The hour (an integer from 0 to 23) of the day of a Date object according to universal time (UTC).
htmlText — Property, 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, class fl.controls.TextArea
Gets or sets the HTML representation of the string that the text field contains.
htmlText — Property, class fl.controls.TextInput
Contains the HTML representation of the string that the text field contains.
htmlText — Property, class flash.text.TextField
Contains the HTML representation of the text field's contents.
httpStatus — Event, 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, class flash.display.LoaderInfo
Dispatched when a network request is made over HTTP and Flash Player can detect the HTTP status code.
httpStatus — Event, class flash.net.FileReference
Dispatched when an upload fails and an HTTP status code is available to describe the failure.
httpStatus — Event, 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, 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, class flash.events.HTTPStatusEvent
Defines the value of the type property of a httpStatus event object.
HTTPStatusEvent — Class, 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, 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