How to download any flash game
1st case: site only shows “Adobe Flash not supported” logo:
- Right click on the flash player frame or, if not possible, somewhere near it
- Choose “inspect element” in the context menu
- find the link to the
.swf
(i.e. shockwave flash) file in the html (click on the html in the appearing sidebar and search with Ctrl-F
)
- The link is probably in an html element that looks like:
<embed src="GAMETITLE.swf" ... >
- Right click > Open in new tab; The download should start automatically. If it opens in a flash player browser extension instead , deactivate the extension and reload.
2nd case: Game is already loading on the page/ “Ruffle” logo etc
- Open network tab
- Reload the page
- Make sure the game is loading as well by clicking on the play button etc.
- Find the .swf file in the panel (should be the biggest file)
- Right click > Open in new tab; The download should start automatically. If it opens in a flash player browser extension instead , deactivate the extension and reload.
Demonstration (in the latter half of the video):
To play the games, I recommend Clean Flash Player, available here on Github and Gitlab.