Save Flash Video games from the Internet
This morning I received an email from a friend who wanted a recommendation for software to help him download a Flash based game from a popular website. He was going to be on flight and wanted something to play on his laptop when he got bored.
I don’t support piracy and in good faith have to tell you up front that protecting people right to make money is a strong belief so please check with the terms of service for the game and the website before doing this but … if the publisher has no issue with you downloading the game it’s simple:
- Load a page with the SWF game on it
- View the source code of your document
- Find the tag which will specify where your SWF is stored
- Open a new NotePad document
- Write this code: <a href=’URL’>Save this</a>
- Paste the URL (http://novelconcepts.co.uk/FlashElementTD/FlashElementTD.swf) as the href value, replacing the phrase URL in step 5.
- Save your document as an HTML (.html) document
- View it in a web browser
- Right click the link and Save to your desktop
It’s a pretty simple process and a great way to pass the time while on an airplane but please, before you download these games please verify the site is OK with this.






Awesome! :) so simple and so effective.
Ok, I am confused about steps 1-3, How do I know if the game is SWF? Also, I have a mac and I am using Firefox, how would I view the source code? Thanks