Grabbing a flash movie?

  • Thread starter Boz Mon
  • 7 comments
  • 619 views
1,478
Is there a way to grab a flash movie off of a website that doesnt have the download option? IE if I wanted to download a flash movie from a local news site?
 
View the source and look for a reference to a .flv file, then put that in your address bar. If you post up the page you want downloaded, I can extract a direct link for you.
 
If you have Firefox, you can download an extension, or use Skip's method.

On a Mac:

1. Open Safari
2. Go to Window > Activity (or press Command-Option-A)
3. Find the FLV (usually the largest file on the list)
4. Double-click to download
 
I do it the long way by finding the file in the source, pasting the address of the file into a text document like this:

Code:
<a href="[B]http://www.address.com/of/flash/file.swf[/B]"> Some random text that you can right click </a>

Then saving it as a .html. Then you simply open the file you just made in any web browser, and right click -> save as the random text. Tada! It's downloading on to your PC.
 
Back