View Single Post
Old 11-01-2018, 10:36 AM  
~Evilin~
🔥Adult Design Team
 
~Evilin~'s Avatar
 
Industry Role:
Join Date: Nov 2005
Posts: 2,044
Need lil help with html5 video playback..

Hello there, guys.
I have troube with it.. 've spent all day to fix it:

there is a page with html5 video banner with a simple code:
Just click on this URL
Code:
<div id="wrapper">
		<video src="videos/test.mp4" autoplay="true" loop="true" muted type="video/mp4">
		</video>
	</div>
It looks well on desktop.. but i see no any result on my iphone or android phone...
I thought that trouble is type="video/mp4" that ios may not support, but i putted "controls=true" and i see video window with play button, so mp4 is supported!
Just click on this URL
Code:
<div id="wrapper">
		<video src="videos/test.mp4" autoplay="true" loop="true" muted type="video/mp4"controls="true">
		</video>
	</div>

HOW to remove button play and let that fucking video play after page loading on iphone/android?...
Much thanx...
__________________

🔥AI Porn Graphic Design | Our mail: [email protected] | Teams (New Skype): evilin.design | Telegram: @DenzikZT
~Evilin~ is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote