|
|
|
|
Determines what happens when a user cilcks the video screen while the track is playing.
Technical
Variable Name |
Options |
Description |
wa |
0 |
Do nothing |
|
1 |
Play / pause |
|
2 |
Play / pause no icon |
|
3 |
Sho controls |
|
4 |
Go to URL - Uses wu to set the URL
Uses ww to set target browser window |
|
5 |
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. |
Usage
As HTML option:
wasp.swf?wa=1
As Wimpy Configs Option:
<wa>1</wa>
As Javascript Option:
waspConfigsXXXXXX.wa="1";
Technical
Variable Name |
Options |
Description |
wa |
0 |
do nothing |
|
1 |
Play Pause (default) |
|
2 |
Play Pause - No Icon |
|
3 |
Link
Uses wu to set the URL
Uses ww to set target browser window |
Example Usage
HTML:
wimpy.swf?wa=2
XML:
<wa>2</wa>
JavaScript
wimpyConfigs.wa="2";
See also
Click Window URL - ( wu )
WIndow Target - ( ww )
Click Window Action |
|
|
|