var fDesc=new Array(); fDesc[0] = "Flashants SWF2Video Pro is an incredibly efficient conversion tool that creates high-quality AVI videos of your Flash Video files. This Pro edition provides 32-bit RGBA batch conversions with alpha channel for best results. It can also create PNG and TGA screenshots of each frame of your input video with alpha channel.

This video converter works on a frame-by-frame basis instead of the more usual time-based conversions. This makes it a bit harder for the user to select the fragments they wish to convert, but the results are definitely of a higher quality, as no frame is skipped during conversion. This allows SWF2Video to be able to create a sequence of images that accurately represent each frame in the input video. The user can always define the start and end frame numbers, thus controlling the number of frames the program will convert into AVI or export into images. All parameters used in the various conversion processes are fully customizable.

One more interesting feature is that you can use an external WAV file as the soundtrack of your AVI output. When not available, SWF2Video will take the audio from the original SWF video and create a high-quality PCM audio file for optimum results."; 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 = ''; } }