On 06/09/2014 01:19 PM, Ant wrote:
> W3BNR wrote:
> 
>>> I decided to use Prefbar's method again since I don't see any other
>>> options, but I cannot seem to get it to work on my office's 64-bit W7
>>> machine's SeaMonkey v2.26 web browser. Am I missing something or doing
>>> it wrong in PrefBar? http://i.imgur.com/2Ufl8zy.gif for a screen
>>> shot/capture. I have old instructions that said:
>>>
>>> "1. Right click anywhere on 'PrefBar' and select 'Customize PrefBar'.
>>> 2. Right click anywhere in the 'Available Items' box and select 'New'.
>>> 3. From drop-down menu select 'Checkbox'.
>>> 4. Fill in the 'Checkbox' form as follows:
>>>      a.  Id:        WebM
>>>      b.  Label:     WebM
>>>      c.  toPrep:    value
>>>      d.  fromPrep:  value
>>>      e.  Hotkey:    (disabled)
>>> 5. Click on 'Apply."
>>>
>>> I do see its value changing when I toggle through about:config so
>>> PrefBar's toggle works. HTML5 videos still show up in web pages like:
>>> http://www.theonion.com/video/the-onion-looks-back-at-saving-private-ryan,36211/
>>>
>>> http://www.funnyordie.com/videos/c61f805aa7/reading-rainbow-s-new-theme-song-with-levar-burton
>  >
>> Right click on the prefbar
>> Select 'Customize'
>> Right click in the 'Available Items' listing
>> Select 'New'
>> Select 'Checkbox'
>>
>> Fill in the blanks:
>>
>> Id: webm
>> Label:  WebM
>> Prefstring:  media.webm.enabled
>> toPref:  value
>> fromPref: value
>>
>> Leave "Hotkey" as disabled
> 
> It still doesn't work. I was hoping Id's lowercased letters would make 
> it work. I am using PrefBar v6.4.0. :(
> 

Check your prefbar.json file in your profile. The WebM button should be:

  },
  "prefbar:button:webm": {
    "type": "check",
    "label": "WebM",
    "prefstring": "media.webm.enabled",
    "topref": "value",
    "frompref": "value"
  },

It it's not, then just replace with the above. Note, exclude the comma
after the last right bracket if this item is the last in the file.


_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to