Packageflash.html
Classpublic class HTMLHistoryItem
InheritanceHTMLHistoryItem Inheritance Object

Runtime version: AIR 1.0

An HTMLHistoryItem object describes a location in the navigation history of an HTMLLoader object.

See also

HTMLLoader
HTMLWindowCreateOptions


Public Properties
 PropertyDefined by
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  isPost : Boolean
[read-only] Indicates whether the HTML page includes POST data.
HTMLHistoryItem
  originalUrl : String
[read-only] The original URL of the HTML page, before any redirects.
HTMLHistoryItem
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
  title : String
[read-only] The title of the HTML page.
HTMLHistoryItem
  url : String
[read-only] The URL of the HTML page.
HTMLHistoryItem
Public Methods
 MethodDefined by
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property detail
isPostproperty
isPost:Boolean  [read-only]

Runtime version: AIR 1.0

Indicates whether the HTML page includes POST data.

Implementation
    public function get isPost():Boolean
originalUrlproperty 
originalUrl:String  [read-only]

Runtime version: AIR 1.0

The original URL of the HTML page, before any redirects.

Implementation
    public function get originalUrl():String
titleproperty 
title:String  [read-only]

Runtime version: AIR 1.0

The title of the HTML page.

Implementation
    public function get title():String
urlproperty 
url:String  [read-only]

Runtime version: AIR 1.0

The URL of the HTML page.

Implementation
    public function get url():String