How do you save a flash?

right clcik the page with a flash file (.swf)
look for the location of the file in the source code (right click-view source)
CTL-F and type '.swf'
once you find the file prolly like games/game.swf, take this and put it into the url
(your on example.com and see games/game.swf in the source, so go to example.com/games/game.swf)
take this and make an html file with the following code.
<html>
<a href="http://www.example.com/games/game.swf">Click</a>
</html>
save this text file as df.html.
open the html file, right click the link and click save target as, choose your location and your done.
If this isn't what you wanted an answer to then i just wasted a ton of time :)
 
Back
Top