View Single Post
Old 07-04-2013, 06:43 AM  
Jel
Confirmed User
 
Jel's Avatar
 
Industry Role:
Join Date: Feb 2007
Posts: 6,904
Anyone know how to always display control bar in html5 video?

As per title, I want the control bar to stay visible instead of fading out after a few seconds of the video playing

current code:

<video poster="blah.jpg" controls>
<source src="blah.mp4" type='video/mp4'></source>
<source src="blah.ogv" type='video/ogg'></source>
<source src="blah.webm" type='video/webm'></source>
<source src="blah.flv" type='video/flv'></source>
</video>

googled to no avail, tried adding "true" after controls, but pissing in the wind by guessing, can it be done, and if so, how?
Jel is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote