SoundCardPresent Property
The SoundCardPresent property indicates if a soundcard is available.
Syntax
[bool=] SiteKiosk.Multimedia.SoundCardPresent
|
Possible Values
Boolean value that retrieves whether a soundcard is available.
|
The property is read only.
Remarks
Examples
The following example determines if a soundcard is available and shows it in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.Multimedia.SoundCardPresent);
</SCRIPT>
|
Applies to
SiteKiosk v5.0 (and later versions).
Back to top