Large

ViewTube

By sebaro Last update May 21, 2013 — Installed 110,892 times.

HTML5 Controls

in
Subscribe to HTML5 Controls 3 posts, 2 voices



TheOneTwoThree User
ChromeWindows

Is there a way so the controls on HTML5 are only visible when I hover over the video. Currently, the option "Show Controls" is on by default. But, sometimes, even when I uncheck it, the controls still don't disappear.

Thanks.

Chrome 19.0....
Windows 7

 
TheOneTwoThree User
ChromeWindows

Nevermind. I set the 2nd drop-down to "auto" and now works. The controls automatically disappear. Weird. :)

 
sebaro Script's Author
OperaX11

The "HTML5" option from the plugin/mimetype options menu enables the HTML5 Video element's "controls" property. The "Auto" option doesn't because it uses the Object element.

You can disable this option from the script by removing "obj.controls = 'controls';".