IncreaseVolume Method
The IncreaseVolume method increases the volume by a specified amount.
Syntax
SiteKiosk.Multimedia.IncreaseVolume(amount)
|
Parameters
amount |
Float value between 0 and 1 that specifies the
volume increase. |
Return Value
Remarks
Examples
The following example increases the volume by 10 percent.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
SiteKiosk.Multimedia.IncreaseVolume(0.1);
</SCRIPT>
|
Applies to
SiteKiosk v7.0 (and later versions).
Back to top