Multimedia Object



 
The Multimedia object controls the soundcard settings.


Members Table

Remarks
    This object is available through the main object SiteKiosk. Use the Multimedia object to read or change the soundcard settings.

    Note that the path of a file using SiteKiosk objects must be allowed in the
    SiteKiosk configuration (Security -> Access -> URL's With Script Permission)
    if it is not a browser skin file.
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