Sradhanjali Behera Ответов: 0

Видео автозапуск не работает в моей android версии marshmallow


I need a video auto play in some part of my website ,but the video is not working in my android marshmallow.


Give me some idea ,how can i fix it ,so that the video will play with page load .no extra event fire is required .

  

Thank you ,any suggestion will be highly appreciated .


Что я уже пробовал:

<pre> <video width="100%" height="30%" autoplay src="<?php echo HTTP_ROOT . 'files/youtube-video/' . $newName; ?>" ></video></pre>

0 Ответов