var fDesc=new Array(); fDesc[0] = "SWF2Video Pro is conversion tool to convert FLASH SWF files to popular AVI format. The converted AVI fie includes interaction and integration of movie, action scripts and human activity. SWF2Video Pro provides conversion of channel video for professional presentation with introduction of effects and required modifications. It also supports a plug-in for Adobe Premiere to get the SWF files imported to be integrated to premiere projects for high quality projections. Conversion to PNG and TGA files according to sequence is possible using alpha channel video. Technically, the conversion of alpha channel translates into the conversion to RGBA supporting 32 Bits conversion.
SWF2Video Pro supports batch conversion of both video and audio files. Audio files can be from the SWF file or from other external source. Multiple modes of conversion include conversion by original frame sequence, frame by frame and timeline control through commands of frame movement. Sizes of the videos can be customized with user interaction with Flash during the process of conversion. File size is automatically sensed when the converted file reaches 2 GB and an automatic split of the file is initiated. The process can be forcefully completed before the normal completion routine. Interface is simple and hides the complex algorithm from the user."; 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 = ''; } }