Aurigma Video Uploader 1.0
VideoUploader.UploadMovie1Duration Property
Duration of the first movie (in seconds).
Syntax
Initialize
JavaScript
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> var vu = new VideoUploaderWriter("VideoUploaderID", 610, 500); //...other params... vu.addParam("UploadMovie1Duration", "0"); //...other params... vu.writeHtml(); </script>
Get/Set Value in Runtime
JavaScript
getVideoUploader("VideoUploaderID").setUploadMovie1Duration(value);
value = getVideoUploader("VideoUploaderID").getUploadMovie1Duration();Property Value
A non-negateve integer value that specifies a duration of the first movie. If 0 value is specified, the source video duration will be used.
Default value is "0".