DOWNLOADS EXAMPLES SKINS DOCS SUPPORT
 
 

Determines whether a "Link Button" is displayed on the player's controls, and what happens when a user clicks it.

 

 

Technical

Variable Name

Options

Description

la

1

Link to URL - Uses lu to set the URL to go to. Uses lw to set target browser window.

 

2

Load Clip - Uses lu to set the URL for the SWF to load.

 

3

Run Script - Pings the "wasp_linkClick" function within the wasp.js Javascript file. Wasp will send an object containing all of the configurations as an argument when pinging the function.

 

Example Usage

HTML:

wasp.swf?la=1
wasp.swf?lu=http://www.yoursite.com/path/to/file.swf
wasp.swf?lw=_self

XML:

<la>2</la>
<lu>http://www.yoursite.com/path/to/file.swf</lu>
<lw>_self</lw>

JavaScript

waspConfigsXXXXXX.la="2";
waspConfigsXXXXXX.lu="http://www.yoursite.com/path/to/file.swf";
waspConfigsXXXXXX.lw="_self";

 

See also

- Link Button Action
- Link Button URL
- Link Button Target

Link Button

 

 

 

 

  ©Copyright Plaino LLC. All rights reserved.