| 
		
			
			
				
			
			
				 
			
			
				
			
		 | 
		
			
			
				 
			
				
			
		 | 
	||||
| 
				Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.  You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us.  | 
		
		 
		![]()  | 
	
		
			
  | 	
	
	
		
		|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. | 
| 
		 | 
	Thread Tools | 
| 
			
			 | 
		#1 | 
| 
			
			
			
			 Confirmed User 
			
		
			
				
			
			
			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?  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#3 | 
| 
			
			
			
			 Confirmed User 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Feb 2007 
				
				
				
					Posts: 6,904
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 built in browser 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#4 | 
| 
			
			
			
			 Confirmed User 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Jan 2012 
				Location: cyberspace 
				
				
					Posts: 790
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Try  
		
	
		
		
		
		
		
		
			
		
		
	
	controls="true" http://www.w3schools.com/tags/av_prop_controls.asp More for audio and video http://www.w3schools.com/tags/ref_av_dom.asp EDIT* See you tried that  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#5 | 
| 
			
			
			
			 Confirmed User 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Jan 2012 
				Location: cyberspace 
				
				
					Posts: 790
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 ha, the above I posted looks wrong anyways. Looks like those methods are for JavaScript. 
		
	
		
		
		
		
		
	
	Here's just the video tag http://www.w3schools.com/tags/tag_video.asp Maybe try controls before poster? Not sure if it matters which comes first. If I look at the poster attribute here controls is before it http://www.w3schools.com/tags/att_video_poster.asp  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#6 | 
| 
			
			
			
			 Confirmed User 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Feb 2007 
				
				
				
					Posts: 6,904
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 thanks mate, still can't get it to force the control bar to stay visible though >< Got a feeling it isn't possible in standard html5, though can't find anywhere that even confirms that lol :D 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#7 | 
| 
			
			
			
			 Confirmed User 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Feb 2007 
				
				
				
					Posts: 6,904
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 though http://www.w3schools.com/tags/att_video_controls.asp pretty much indicates it isn't a variable function I guess 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 |