|
|
|
|
When checked, audio of video will begin playing as soon as the page loads (i.e., the user will not have to click the Play button).
Technical
Variable Name |
Options |
Description |
s |
0 |
(default) Don't start playing immediately |
|
1 |
Start playing immediately without user interaction. |
Example Usage
HTML:
wasp.swf?s=0
XML:
<s>0</s>
JavaScript
waspConfigsXXXXXX.s="0";
See also
Background Color
Start Playing Immediately |
|
|
|