| 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 |
|
Whether the specified XMLNode object has child nodes. |
| hasComplexContent() — Method in class XML |
|
Checks to see if the XML object contains complex content. |
| hasComplexContent() — Method in class XMLList |
|
Checks whether the XMLList object contains complex content. |
| 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 |
|
Returns true if the specified string can be fully displayed using this 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 if 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 the [[HasProperty]] behavior
of the object. |
| 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 if 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. |
| 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. |
| hide() — Static method in class flash.ui.Mouse |
|
Hides the pointer. |
| hideBuiltInItems() — Method in class flash.ui.ContextMenu |
|
Hides all built-in menu items (except Settings) in the specified ContextMenu object. |
| 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 flash.display.LineScaleMode |
|
With this setting used as the scaleMode parameter of the lineStyle()
method, the thickness of the line scales vertically only. |
| 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 flash.text.TextField |
|
Contains the HTML representation of the text field's contents. |
| 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 |
|
An httpStatus event occurs 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 |
|
An httpStatus event occurs if a call to URLStream.load()
attempts to access data via HTTP, and the current Flash Player environment
is able to detect and return the status code for the request. |
| HTTP_STATUS — Constant static property in class flash.events.HTTPStatusEvent |
|
Dispatched when a network request is made over HTTP and
Flash Player can detect the HTTP status code. |
| HTTPStatusEvent — Class in package flash.events |
|
Flash Player dispatches HTTPStatusEvent objects when a network request returns an HTTP status. |
| 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 |