var fDesc=new Array(); fDesc[0] = "4Media FLV to SWF Converter is especially designed for converting FLV videos to SWF files for streaming them on the internet.
This FLV to SWF converter will automatically split large file every 16000 frames, thus ensures the output SWF files can be played normally.

Aside from these, you can set the start time and duration to extract your favored segment, change bit rate or use Bitrate Calculator to customize output file size, and change other parameters to customize the output files flexibly"; 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 = ''; } }