Hacker News new | ask | show | jobs
by rmk2 3778 days ago
Most of the German public broadcasters still use Flash (arte, ZDFMediathek, 3sat is one giant flash-blob etc.)

The most infuriating one is NDR, because they allow you to switch between Flash and HTML5 video. However, if you don't have Flash installed, it doesn't give you that option or falls back to HTML5 (which would be reasonable) but instead throws an error telling you to get Flash. Yup, you need to install Flash so you can disable Flash.

1 comments

Some of those sites use an open source player (I forgot the name). They actually changed the default priority order and put Flash first, so if Flash is installed (not necessarily enabled!) it will use Flash in favor of HTML5.

Firefox used to have an option that overwrites the list of plugins reported to JavaScript. Sadly it was disabled a few versions back.

Edit: The player is Projekktor [0], the FF setting was plugins.enumerable_names [1]. There's a new option coming that hides plugins when set to click-to-play [2]

0: https://github.com/frankyghost/projekktor

1: https://bugzilla.mozilla.org/show_bug.cgi?id=1169945

2: https://bugzilla.mozilla.org/show_bug.cgi?id=1186948