Reputation: 43
I'm using SoundManager2, so that audio files are played with flash if available, but through HTML5 audio if not. In Firefox, with Flash not installed, the audio files play perfectly.
However, there is an error shown anyway, saying "install missing plugins", even though the audio files do play properly without flash (and there is no other content that requires flash or any other plugin - I've replicated this with a blank HTML file and a single audio file).
Is there any way to make this error message go away?
Upvotes: 1
Views: 1600
Reputation: 3039
Hiding info bar "Additional plugins are required to display all the media on this page" in Firefox:
UPDATE:
(12/2013)
for actual Firefox version
(> 25):
about:config
plugins.notifyMissingFlash
for older Firefox versions
(< 24 probably):
about:config
plugins.hide_infobar_for_missing_plugin
(this works for my Firefox 21)
https://support.mozilla.org/en-US/questions/936504
Upvotes: 4
Reputation: 461
plugins.notifyMissingFlash
doesn't have any effect when set to false
.
I think it's a bug (documented here):
https://bugzilla.mozilla.org/show_bug.cgi?id=917713
Upvotes: 0