Hacker News new | ask | show | jobs
by zidar 4947 days ago
Flahs, an evil old thing everyone seem to want to avoid. But the fact is, it usually works better than other alternatives.

Seeing many html5+js+css > Flash posts, and it's so nice when everyone is pointing out how awesome it is, until you try to do something useful like dubjoy. Where it turned out for you guys that flash is the only logical way to do it. I hope alternatives will get better soon, until then, we're stuck.

2 comments

But the fact is, it usually works better than other alternatives.

They switched to HTML5 because Flash no longer worked in Chrome, it's explained in the article. That said, this "HTML5" solution looks very much like a WebKit-only solution instead, so meh.

No, they switched because chrome no longer has flash. Not because it didn't work. My point was, chrome solution for replacing flash doesn't work as good as flash.
If X lacks flash, then flash definitely doesn't work in X.
It works better as in "is supported on more platforms". But here we were solving the Chrome problem specifically.
This was true a year ago, but after the introduction of getUserMedia it's so close you can taste it. We've setup our app so as soon as all these features are stable we can have a non-Flash version with local storage, playback, and recording. Right now it's abstracted out into store and recorder classes that have a flash version and a Chrome version depending on what features are present.