|
|
|
|
Start up volume
theVolume -- Sets the volume to a specified percentage
Description
When the player starts up, the volume will automatically be set to the value (in percent) that you specify
Parameters
A numeric value between 1 and 100
Usage
As HTML option:
wimpy.swf?theVolume=50
As Wimpy Configs Option:
<theVolume>50</theVolume>
As Javascript Option:
wimpyConfigs.theVolume="50";
.
|
|
|
|