Aurigma Video Uploader 1.0
VideoUploader.UploadThumbnail1JpegQuality Property
JPEG quality for the first thumbnail.
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("UploadThumbnail1JpegQuality", "100"); //...other params... vu.writeHtml(); </script>
Get/Set Value in Runtime
JavaScript
getVideoUploader("VideoUploaderID").setUploadThumbnail1JpegQuality(value);
value = getVideoUploader("VideoUploaderID").getUploadThumbnail1JpegQuality();Property Value
A positive integer value that specifies a JPEG quality for the first thumbnail in range from 0 (the worst quality) to 100 (the best quality).
Default value is "100".
Remarks
You can reduce a thumbnail file size by specifying the lower quality.