NoOp wrote:
On 12/20/2014 03:11 PM, EE wrote:
Flashblock 1.3.21 was fixed up for SeaMonkey 2.31 as far as Flash and
HTML5 are concerned, but it is completely disabling Silverlight, just as
Flashblock 1.5.18 was doing.  There must be some other way to prevent
HTML5 from starting automatically if it has no play button.  The
question - what is that other way?


You can use prefbar to turn it (and flash) on & off with a single click.
I created a WebM (it is WebM ot HTML5) button:

{
   "prefbar:info": {
     "formatversion": 3
   },
   "prefbar:menu:enabled": {
     "items": [
       "prefbar:button:webm"
     ]
   },
   "prefbar:button:webm": {
     "type": "check",
     "label": "WebM",
     "prefstring": "media.webm.enabled",
     "topref": "value",
     "frompref": "value"
   }
}

Save that to a text file & 'import' into prefbar. You can then click to
enable/disable WebM.

Thanks for trying, but toggling that setting does not seem to make any difference. HTML5 seems to behave the same way whether media.webm.enabled is true or false.

Is there any way to fix Flashblock? It used not to kill Silverlight completely. Why does it do that now?

_______________________________________________
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to