Adobe® AIR® API Reference for HTML Developers
Home  |  Hide Classes List |  Index  |  Appendixes

Language Reference only       
H Index 
  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  
H — class Keyboard
Constant associated with the key code value for the H key (72).
H264AVC — class VideoCodec
Constant value indicating that H.264/AVC codec is used for compressing video.
H264Level — final class, package window.runtime.flash.media
The H264Level class is an enumeration of constant values used in setting the level of H264VideoStreamSettings class.
H264Profile — final class, package window.runtime.flash.media
The H264Profile class is an enumeration of constant values used in setting the profile of H264VideoStreamSettings class.
H264VideoStreamSettings — class, package window.runtime.flash.media
The H264VideoStreamSettings class enables specifying video compression settings for each NetStream.
H264VideoStreamSettings() — Constructor, class H264VideoStreamSettings
Creates a setting object that specifies to use H.264/AVC codec for video compression.
HALF_DUPLEX — class MicrophoneEnhancedMode
Use this mode for older and lower-quality speakers and microphones.
hardwareAddress — class NetworkInterface
The hardware address of this network interface.
hasAccessibility — class Capabilities
Specifies whether the system supports (true) or does not support (false) communication with accessibility aids.
hasAudio — class Capabilities
Specifies whether the system has audio capabilities.
hasAudioEncoder — class Capabilities
Specifies whether the system can (true) or cannot (false) encode an audio stream, such as that coming from a microphone.
hasEmbeddedVideo — class Capabilities
Specifies whether the system supports (true) or does not support (false) embedded video.
hasEventListener(String type) — method, class Stage
Checks whether the EventDispatcher object has any listeners registered for a specific type of event.
hasEventListener(String type) — method, class EventDispatcher
Checks whether the EventDispatcher object has any listeners registered for a specific type of event.
hasFocusableContent — class HTMLLoader
Indicates whether any content in the HTMLLoader object is focusable.
hasFormat(String format) — method, class Clipboard
Checks whether data in the specified format exists in this Clipboard object.
hasIME — class Capabilities
Specifies whether the system does (true) or does not (false) have an input method editor (IME) installed.
hasMP3 — class Capabilities
Specifies whether the system does (true) or does not (false) have an MP3 decoder.
hasMultiChannelAudio(String type) — Static Method , class Capabilities
Specifies whether the system supports multichannel audio of a specific type.
hasPrinting — class Capabilities
Specifies whether the system does (true) or does not (false) support printing.
hasScreenBroadcast — class Capabilities
Specifies whether the system does (true) or does not (false) support the development of screen broadcast applications to be run through Flash Media Server.
hasScreenPlayback — class Capabilities
Specifies whether the system does (true) or does not (false) support the playback of screen broadcast applications that are being run through Flash Media Server.
hasStreamingAudio — class Capabilities
Specifies whether the system can (true) or cannot (false) play streaming audio.
hasStreamingVideo — class Capabilities
Specifies whether the system can (true) or cannot (false) play streaming video.
hasTLS — class Capabilities
Specifies whether the system supports native SSL sockets through NetConnection (true) or does not (false).
hasVideoEncoder — class Capabilities
Specifies whether the system can (true) or cannot (false) encode a video stream, such as that coming from a web camera.
hasVirtualKeyboard — class Keyboard
Indicates whether the computer or device provides a virtual keyboard.
HEAD — class URLRequestMethod
Specifies that the URLRequest object is a HEAD.
header — class DRMAuthenticateEvent
The encrypted content file header provided by the server.
HEADSET — class MicrophoneEnhancedMode
Use this mode when both parties are using headsets.
height — class DockIcon
The current display height of the icon in pixels.
height — class InteractiveIcon
The current display height of the icon in pixels.
height — class SystemTrayIcon
The current display height of the icon in pixels.
height — class BitmapData
The height of the bitmap image in pixels.
height — class NativeWindow
The height of this window in pixels.
height — class Stage
Indicates the height of the display object, in pixels.
height — class Rectangle
The height of the rectangle, in pixels.
height — class HTMLLoader
Specifies the height of the rectangle of the HTML canvas that is being rendered.
height — class VideoStreamSettings
The current encoded height, in pixels.
HELP — class Keyboard
Engage help application or context-sensitive help
hide() — Static Method , class Mouse
Hides the pointer.
HIGH — class 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.
histogram(flash.geom:Rectangle hRect) — method, class BitmapData
Computes a 256-value binary number histogram of a BitmapData object.
historyBack() — method, class HTMLLoader
Navigates back in the browser history, if possible.
historyForward() — method, class HTMLLoader
Navigates forward in the browser history, if possible.
historyGo(int steps) — method, class HTMLLoader
Navigates the specified number of steps in the browser history.
historyLength — class HTMLLoader
The overall length of the history list, including back and forward entries.
historyPosition — class HTMLLoader
The current position in the history list.
hitTest(flash.geom:Point firstPoint, uint firstAlphaThreshold, Object secondObject, flash.geom:Point secondBitmapDataPoint, uint secondAlphaThreshold) — method, class BitmapData
Performs pixel-level hit detection between one bitmap image and a point, rectangle, or other bitmap image.
HOME — class Keyboard
Constant associated with the key code value for the Home key (36).
host — class SocketMonitor
The host being monitored.
host — class DNSResolverEvent
The query string, such as a host name, IP address, or service locator used in the call to the lookup() method of the DNSResolver class for which this event is a response.
hotSpot — class MouseCursorData
The hot spot of the cursor in pixels.
htmlBoundsChange — Event, class HTMLLoader
Signals that one or both of the contentWidth and contentHeight properties of the HTMLLoader object has changed.
HTML_BOUNDS_CHANGE — class Event
The Event.HTML_BOUNDS_CHANGE constant defines the value of the type property of an htmlBoundsChange event object.
htmlDOMInitialize — Event, class HTMLLoader
Signals that the HTML DOM has been created in response to a load operation.
HTML_DOM_INITIALIZE — class Event
The Event.HTML_DOM_INITIALIZE constant defines the value of the type property of an htmlDOMInitialize event object.
HTML_FORMAT — class ClipboardFormats
HTML data.
htmlHost — class HTMLLoader
The HTMLHost object used to handle changes to certain user interface elements, such as the window.document.title property of the HTMLLoader object.
HTMLLoader — class, package window.runtime.flash.html
The HTMLLoader class defines a type of display object that is a container for HTML content.
HTMLLoader() — Constructor, class HTMLLoader
Creates an HTMLLoader object.
HTMLPDFCapability — final class, package window.runtime.flash.html
The HTMLPDFCapability class contains possible values of the pdfCapability property of an HTMLLoader object.
htmlRender — Event, class HTMLLoader
Signals that the rendering of content in the HTMLLoader object is fully up to date.
HTML_RENDER — class Event
The Event.HTML_RENDER constant defines the value of the type property of an htmlRender event object.
httpIdleTimeout — class NetConnection
The time, in milliseconds, to wait for an HTTP response.
httpResponseStatus — Event, class URLLoader
Dispatched if a call to the load() method attempts to access data over HTTP, and Adobe AIR is able to detect and return the status code for the request.
httpResponseStatus — Event, class URLStream
Dispatched if a call to the URLStream.load() method attempts to access data over HTTP and Adobe AIR is able to detect and return the status code for the request.
HTTP_RESPONSE_STATUS — class HTTPStatusEvent
Unlike the httpStatus event, the httpResponseStatus event is delivered before any response data.
httpStatus — Event, class URLLoader
Dispatched if a call to URLLoader.load() attempts to access data over HTTP.
httpStatus — Event, class URLStream
Dispatched if a call to URLStream.load() attempts to access data over HTTP, and Flash Player or Adobe AIR is able to detect and return the status code for the request.
HTTP_STATUS — class HTTPStatusEvent
The HTTPStatusEvent.HTTP_STATUS constant defines the value of the type property of a httpStatus event object.
HTTPStatusEvent — class, package window.runtime.flash.events
The application dispatches HTTPStatusEvent objects when a network request returns an HTTP status code.
HTTPStatusEvent(String type, Boolean bubbles, Boolean cancelable, int status) — Constructor, class 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