Text of the error message which states that Video Uploader failed to connect to the Internet.
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> var vu = new VideoUploaderWriter("VideoUploaderID", 610, 500); //...other params... vu.addParam("MessageCannotConnectToInternetText", "The attempt to connect to the Internet has failed."); //...other params... vu.writeHtml(); </script>
getVideoUploader("VideoUploaderID").setMessageCannotConnectToInternetText(value); value = getVideoUploader("VideoUploaderID").getMessageCannotConnectToInternetText();
A string value that specifies a text of the error message which states that Video Uploader failed to connect to the Internet. To disable this message, set it to an empty string.
Default value is "The attempt to connect to the Internet has failed.".
This property is necessary for localization of Video Uploader.
If you want to specify a multiline text use the "\n"
sequence to separate lines.