Ask HN: Has Flash Been Replaced?
Adobe plans to end support for flash in 2020 . Chromium plans to remove it by then. Yet, i am noticing many websites still use flash, because surprisingly it works better than alternatives that were supposed to work better. I have seen it being mixed with webrtc for video and some other uses in various places. It is also odd that 10 years after people declared the end of it there are uses for it where there are no decent alternatives. E.g. I was also looking for a replacement to standard Flash-based website chat room, and there aren't any. So, is flash really ready to be removed from the web?
17 comments
[ 4.3 ms ] story [ 49.5 ms ] threadI’d rather an open source standard exist than a proprietary one.
Flash should be taken out behind the shed and shot, I removed it from my personal browsers years ago rather than deal with security issues.
One is an, um, adult site. The other is HBO Go, which I only know because I had issues getting this running on Linux. I haven't tried it in several months though so that may have changed.
1. Video and animation. We have native browser video tags.
2. Brochureware (static pages, like restaurant websites). Looking back, I think this was done to work around the fact that browsers didn't render things the same. We have much better CSS standards and implementations today.
3. Games. Javascript is much faster today, and there's WebGL.
I never was a big chat user, but WebRTC and sockets seem to cover those uses, too.
Unless I'm missing a whole bunch of things, there's not much reason to keep Flash around on the open web. The security issues alone make it quite a headache.
[1] https://itch.io/games/platform-web
There are a lot of technologies that can be used for chat. Literally by looking for a flash chat room (searched "flash chat room for a website") the third result I got in google was a html5 based one. Just to name a few random examples of open source html/css/js based chats: https://github.com/credija/opa https://conversejs.org/ https://rocket.chat/ https://firechat.firebaseapp.com/ https://deadsimplechat.com/ and since I mentioned css, I have to add this: https://github.com/kkuchta/css-only-chat :)