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  
haltAndUnload() — method, class flash.display.Loader
HAND — Constant Static Property, class flash.ui.MouseCursor
Used to specify that the dragging hand cursor should be used.
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.
hasColorCorrection — Static Property, class flash.system.Capabilities
Specifies whether Flash Player is running on an operating system that supports color correction and whether the color profile of the main (primary) monitor can be read and understood by Flash Player.
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.
hasFormat(format:String) — method, class flash.desktop.Clipboard
Checks whether data in the specified format exists in this Clipboard object.
hasGlyphs(str:String) — method, class flash.text.Font
Specifies whether a provided string can be displayed using the currently assigned font.
hasGraphicElement — Property, class flash.text.engine.TextLine
Indicates whether the text line contains any graphic elements.
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.
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.ShaderInput
The height of the shader input.
height — Property, class flash.display.ShaderJob
The height of the result data in the target if it is a ByteArray or Vector. instance.
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.
hide() — Static Method , class flash.ui.Mouse
Hides the pointer.
hideBuiltInItems() — method, class flash.ui.ContextMenu
Hides all built-in menu items (except Settings) in the specified ContextMenu object.
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.
histogram(hRect:flash.geom:Rectangle) — method, class flash.display.BitmapData
Computes a 256 bin histogram of a BitmapData object.
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 flash.display.LineScaleMode
With this setting used as the scaleMode parameter of the lineStyle() method, the thickness of the line scales only vertically.
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).
HTML_FORMAT — Constant Static Property, class flash.desktop.ClipboardFormats
HTML data.
htmlText — Property, class flash.text.TextField
Contains the HTML representation of the text field's contents.
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