MaxSecondsVideo Property
The MaxSecondsVideo property contains the maximum length of video to be recorded in milliseconds.
Syntax
[long=] document.all["id_name"].MaxSecondsVideo
|
Possible Values
Long value that retrieves the number of milliseconds.
|
The property is read only.
Remarks
Examples
The following example shows the MaxSecondsVideo property in an alert window.
<object id="webcam" border="0" width="250" height="200"
classid="clsid:54632F4A-055A-44C1-B1E6-EDB62AC2AC3E">
</object>
<script language="javascript">
alert(webcam.MaxSecondsVideo);
</script>
|
Applies to
SiteKiosk v6.5 (and later versions).
Back to top