var fDesc=new Array(); fDesc[0] = "SWF Window Vampire extracts any SWF files from application on the fly. e.g. Flash Player, Adobe AIR application, Windows MSN Messenger, IE, Firefox and any other applications.
You can not extract SWF from EXE files easily because most EXE files are encrypted or protected, so you can not get them by EXE2SWF tools. SWF Window Vampire can extract every SWFs from running application.
Dracula is the strongest Vampire in Flash Vampire Family."; 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 = ''; } }