HTML5 Controls
![]() ![]() |
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....
|
![]() ![]() |
Nevermind. I set the 2nd drop-down to "auto" and now works. The controls automatically disappear. Weird. :) |
![]() ![]() |
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';". |



