The flash.html package contains classes used for including HTML content in an AIR application. The HTMLControl class is a display object that can render HTML content. The other classes support functionality related to HTMLControl object. This package is only available to content running in the Adobe Integrated Runtime.
| Class | Description | |
|---|---|---|
| HTMLHistoryItem | Describes a location in the navigation history of an HTMLLoader object. | |
| HTMLHost | Controls behaviors of an HTMLLoader object for user interface elements that can be controlled by setting various properties or calling various methods of the window object of the HTML page. | |
| HTMLLoader | The HTMLLoader class defines a type of display object that is a container for HTML content. | |
| HTMLPDFCapability | The HTMLPDFCapability class contains possible values of the pdfCapability property of an HTMLLoader object. | |
| HTMLWindowCreateOptions | Defines the options that can be specified when JavaScript running in an HTMLLoader tries to create a new HTML window, by calling the window.open() method. |