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.

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

Reply via email to