Frame rate of the third movie.
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> var vu = new VideoUploaderWriter("VideoUploaderID", 610, 500); //...other params... vu.addParam("UploadMovie3FrameRate", "0"); //...other params... vu.writeHtml(); </script>
getVideoUploader("VideoUploaderID").setUploadMovie3FrameRate(value); value = getVideoUploader("VideoUploaderID").getUploadMovie3FrameRate();
A positive value that specifies a frame rate of the third movie. If 0
value is specified, the source video frame rate will be used.
Default value is "0".