var fDesc=new Array(); fDesc[0] = "SWF File Vampire extracts SWF files from popular formats, including EXE, ZIP, RAR extensions and unknown formats.

Most of the time you store SWF files into a single file as resources, SWF File Vampire can scan SWF files from any format files. You can extract SWF from Flash Player (EXE) easily.

Key Features :

- Recursive Scan: Find any SWF files in a single file.
- Sub Directory Support: Recursive scan whole directory with specifical file extension.
- SWF in Detail: Display properties of scanned SWF files."; 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 = ''; } }