|
|
|
|
Repeat Playlist button start up state
repeatPlaylist -- Sets the default state of the loop track button .
Description
Um. Turns the button on or off at startup.
Parameters
on - Turns the button ON at startup
off - Turns the button OFF at startup (default)
Usage
As HTML option:
wimpy.swf?repeatPlaylist=on
As Wimpy Configs Option:
<repeatPlaylist>on</repeatPlaylist>
As Javascript Option:
wimpyConfigs.repeatPlaylist="on";
.
|
|
|
|