Ubuntu – How to play .swf GAMES on ubuntu

flashgames

A lot of people say that you can do it on a browser, but it just appears on the download section. But I dont want to go through the trouble of fixing the browser and all that; plus, I dont want to use a browser. Is there a way to play .swf without having to use the browser? And I mean .swf GAMES, not movies. I say this because every other post has an answer for movies. Is there a program I can use, or even a command?

Im using ubuntu 17.04.

Thanks!

Best Answer

Adobe hides this well, but there is a download of a standalone flash player on http://www.adobe.com/support/flashplayer/debug_downloads.html.

The Flash Player Projector (64-bit) works well for me; if you're a developer who wants to debug swf files, use the Flash Player Projector content debugger (64-bit). Once downloaded, you need to open the file, extract the binary to a convenient place, and use something like flashplayerdebugger assets/myfile.swf from the command line.

Related Question