Is there any attempt to save all the classic Flash animations and games like they did with old arcade games? Any "emulators" which can be used to preserve them?
“We will stop updating and distributing the Flash Player at the end of 2020”
31–40 of 508 posts
Re: “We will stop updating and distributing the Flash Player at the end of 2020”
#32How is Shumway doing?
Re: “We will stop updating and distributing the Flash Player at the end of 2020”
#33I wonder what the major use cases are for Flash Player these days? I assume some of the 'Farm Ville' style web games are probably in Flash still these days.
Re: “We will stop updating and distributing the Flash Player at the end of 2020”
#34Is there any attempt to save all the classic Flash animations and games like they did with old arcade games? Any "emulators" which can be used to preserve them?
Nothing perfect and turn key exists at the moment, but all the necessary pieces are basically there.
It depends on what sort of preservation strategy you're going after.
1) "Emulation" style:
-- Open source flash player (a la Shumway)
2) "Automated Conversion" style:
-- Load-time conversion to a different format (ie, HTML5)-- Ahead-of-time conversion to a different format
3) Convert by hand
-- Rewrite in JS/HTML5
-- Rewrite in Haxe using a library like OpenFL (Haxe compiles to JS/HTML5, C++, also Flash)
There's a lot of options available, and a lot of useful primitives. Parsing and rendering Flash (SWF) content is basically solved (OpenFL has made particular strong strides in this area, Shumway is impressive too).
The really big missing piece is ActionScript execution. There are in fact various open source ActionScript VM's out there, and there are ways to parse ABC (Action Script Byte Code) and convert it -- either ahead of time or at load-time -- to something else, whether that's directly to JS, or something like Haxe (which then compiles it to JS or C++ or whatever), but to my knowledge nobody has a working solution that as of today combines Rendering + ActionScript Execution + RigorouslyTestedConvenientUX.
But all the pieces are there. You just need someone motivated enough and well funded enough to put it all together. Hopefully this news spurs that fire.
Re: “We will stop updating and distributing the Flash Player at the end of 2020”
#35Is there any attempt to save all the classic Flash animations and games like they did with old arcade games? Any "emulators" which can be used to preserve them?
Re: “We will stop updating and distributing the Flash Player at the end of 2020”
#36Is there any attempt to save all the classic Flash animations and games like they did with old arcade games? Any "emulators" which can be used to preserve them?
* Lightspark http://lightspark.github.io/
* Shumway http://mozilla.github.io/shumway/
* Gnash https://www.gnu.org/software/gnash/Re: “We will stop updating and distributing the Flash Player at the end of 2020”
#37I have fond memories of newgrounds and the real early explosion of browser games, but I'm not going to miss the lag, memory overhead, and security hell one iota.
Re: “We will stop updating and distributing the Flash Player at the end of 2020”
#38Re: “We will stop updating and distributing the Flash Player at the end of 2020”
#39I say this every time someone brings up Flash's failure, but ... It's a tragic failure on Adobe's part. The tools for 2D animations and games in Flash are far beyond anything else out there from a creative standpoint. There isn't a product on the market that comes even close. Everything now is too technical, too specialized. There are lots and lots of artists and developers out there who learned Flash's toolset and g…
Many animation studios still use Flash .. to make their YouTube videos.
It ran on three platforms (Mac, Linux, Win) and was a much better portable web app platform than Java applets.
Sure a lot of newer stuff uses cool Javascript frameworks for making games and vector graphics, but there are a lot of old games people won't be able to play anymore. There's a lot we'll lose once Flash goes away forever, in a way that can't be archived like old Geocities pages (unless someone makes a Flash player in Javascript O_o)
Re: “We will stop updating and distributing the Flash Player at the end of 2020”
#40> will be phased out by the end of 2020. At that point, Adobe will stop updating and distributing Flash. Adobes stance on backwards compatibility in Flash has always been "Don't break the web". Where does this leave all the existing flash content that still exists around the web after 2020? As far as I know, those JS emulators are way to slow for most content.