var fDesc=new Array(); fDesc[0] = "HTML5 Video Player integrates HTML5 video converter function in the software. It can convert almost all video formats and encode them to HTML5 video formats, include MP4, WebM, OGG video(.ogv), that are compatible with all popular browsers.
This HTML5 Video Player software also offers basic video editor features, you can preview, trim, rotate, flip and resize your video source files. You can also change the video bitrate, framerate, etc.
HTML5 Video Player software plays your online video on all popular web browsers. The created HTML5 video player is compatible with all modern browsers, including IE9, Firefox, Google Chrome, Opera, and browsers on mobile devices such as iPhone/iPad/Android mobile/BlackBerry, Nokia, etc. For old version browsers that do not support HTML5, HTML5 Video Player software will fallback to Flash to play your videos which ensures your videos playable on almost all web browsers."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }