FAQ for Save Any File v1.00   

What if the file opens a JavaScript window?

No problem!

First view the page source and ensure that it calls a JavaScript method to open a new browser window with the content in it. Here is an example:

There is a website http://whatever/website.html that has the JavaSript code of
javascript:OpenNewWin(400, 550, 'cool_file.swf', 0);

The next step is to take the original http://whatever/website.html url and remove the website.html and put the cool_file.swf in place. Like:

http://whatever/cool_file.swf

Take the above URL and put it into the Save Any File URL path box and click Save This File