| Package | flash.html |
| Class | public class HTMLHistoryItem |
| Inheritance | HTMLHistoryItem Object |
| Runtime Versions: | AIR 1.0 |
See also
| Property | Defined By | ||
|---|---|---|---|
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | |
[read-only]
Indicates whether the HTML page includes POST data. | HTMLHistoryItem | ||
[read-only]
The original URL of the HTML page, before any redirects. | HTMLHistoryItem | ||
![]() | prototype : Object [static]
A reference to the prototype object of a class or function object. | Object | |
[read-only]
The title of the HTML page. | HTMLHistoryItem | ||
[read-only]
The URL of the HTML page. | HTMLHistoryItem | ||
| property |
isPost:Boolean [read-only] | Runtime Versions: | AIR 1.0 |
Indicates whether the HTML page includes POST data.
public function get isPost():Boolean| property |
originalUrl:String [read-only] | Runtime Versions: | AIR 1.0 |
The original URL of the HTML page, before any redirects.
public function get originalUrl():String| property |
title:String [read-only] | Runtime Versions: | AIR 1.0 |
The title of the HTML page.
public function get title():String| property |
url:String [read-only] | Runtime Versions: | AIR 1.0 |
The URL of the HTML page.
public function get url():String