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.



Classes
 ClasseDescrição
 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.
 JavaScriptArray A class representing references to JavaScript arrays (in the HTML content of an HTMLLoader object) in ActionScript.
 JavaScriptFunction A class representing references to JavaScript functions (in the HTML content of an HTMLLoader object) in ActionScript.
 JavaScriptObject A class representing references to JavaScript objects (in the HTML content of an HTMLLoader object) in ActionScript.