Home » Questions » Computers [ Ask a new question ]

Downloading video from SWF

Downloading video from SWF

If I am seeing a SWF video in my web browser (sample: http://www.somename.com/swf/x92154) how can I download the video to disk? If I use Save As it is saving .swf, not the video.

Asked by: Guest | Views: 157
Total answers/comments: 3
Guest [Entry]

SWF Extractor This software can be used by the users to extract all uncompressed SWF files. It is easy to start its process by using its "Open and Extract all" button. It decompiles MP3 files and images from SWF and the users can have a facility to view all extracted resources by using a grid below the button.
Guest [Entry]

"The quickest way is to get the .swf file path, then copy this to notepad...

<a href=""PAST_LINK_HERE"">Right click here and click save as</a>

For example, if I wanted to get http://mysite.com/test.swf I would use.

<a href=""http://mysite.com/test.swf"">Right click here and click save as</a>

Then save it as a .htm or .html files called anything you want. Double click on it and then do as it says!

When you have saved the file, you should be able to open it up VLC media player, Flash Player or convert it using the usual set of tools."
Guest [Entry]

"View the html source of the page, search the page with Ctrl+F and search for "".swf"".

Click on the link and save the page (Ctrl+S)."