ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
flash.html 

HTMLHistoryItem  - AS3

Packageflash.html
Classpublic class HTMLHistoryItem
InheritanceHTMLHistoryItem Inheritance Object

Runtime Versions: AIR 1.0

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

More examples

Related API Elements



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
      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
    

isPost

property
isPost:Boolean  [read-only]

Runtime Versions: AIR 1.0

Indicates whether the HTML page includes POST data.



Implementation
    public function get isPost():Boolean
    

originalUrl

property 
originalUrl:String  [read-only]

Runtime Versions: AIR 1.0

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



Implementation
    public function get originalUrl():String
    

title

property 
title:String  [read-only]

Runtime Versions: AIR 1.0

The title of the HTML page.



Implementation
    public function get title():String
    

url

property 
url:String  [read-only]

Runtime Versions: AIR 1.0

The URL of the HTML page.



Implementation
    public function get url():String