var fDesc=new Array(); fDesc[0] = "SWF To Video Scout converts flash animation movies to AVI video with sound.
Converts SWF flash animation movies to 32-bit RGBA AVI with transparency. Produced video can be imported into video editor application (e.g. Adobe Premiere).

Main Features :

- Converts flash to WMV, AVI video with sound support;
- Additional frame-by-frame mode for highest quality conversion
- Converts SWF, FLV to PNG, PNG with Alpha, BMP images (frame-by-frame conversion)
- Supports batch conversion of SWF and FLV to video
- Conversion can run in background mode
- Built-in flash movie viewer and extractor - including free Movies Extractor Scout"; 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 = ''; } }