Packageispring.presenter.presentation.settings
Interfacepublic interface IWebLink

Language Version : ActionScript 3.0
Product Versions : iSpring Pro 6.0.3, iSpring Platform 6.0
Runtime Versions : AIR 1.0, Flash Player 10.1

The IWebLink interface represents a web link associated with the presentation.

To obtain the IWebLink interface use the slideAreaLink and the presentationEndLink properties of the IWebLinks interface.

See also

ispring.presenter.presentation.settings.IWebLinks.slideAreaLink
ispring.presenter.presentation.settings.IWebLinks.presentationEndLink


Public Properties
PropertyDefined By
target : String
[read-only] The browser window or HTML frame that displays the document indicated by the url parameter.
IWebLink
url : String
[read-only] The web link URL.
IWebLink
Property Detail
targetproperty
target:String  [read-only]

Language Version : ActionScript 3.0
Product Versions : iSpring Pro 6.0.3, iSpring Platform 6.0
Runtime Versions : AIR 1.0, Flash Player 10.1

The browser window or HTML frame that displays the document indicated by the url parameter. It can be the name of a specific window or use one of the following values:


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

Language Version : ActionScript 3.0
Product Versions : iSpring Pro 6.0.3, iSpring Platform 6.0
Runtime Versions : AIR 1.0, Flash Player 10.1

The web link URL.


Implementation
    public function get url():String