Volume Property
The Volume property contains the current volume.
Syntax
[flt=] SiteKiosk.Multimedia.Volume
|
Possible Values
Float value between 0 and 1 that specifies or retrieves the volume.
|
The property is read/write.
Remarks
Before using this property the first time, check the VolumeAvail property to determine whether the volume can be modified.
Examples
The following example shows the current volume in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.Multimedia.Volume);
</SCRIPT>
|
Applies to
SiteKiosk v5.0 (and later versions).
Back to top