Answers for "html stop youtube video"

1

javascript stop youtube video

<iframe id="myVideoId" src="https://www.youtube.com/embed/Q63qjIXMqwU?enablejsapi=1"></iframe> 
<script>
  	//stop the video playing like so
   document.getElementById("myVideoId").contentWindow.postMessage('{"event":"command","func":"stopVideo","args":""}', '*');  
</script>
Posted by: Guest on April-14-2021
0

how to youtube video running again and again html

<iframe width="560" height="315" src="http://www.youtube.com/embed/GRonxog5mbw?autoplay=1&loop=1&playlist=GRonxog5mbw" frameborder="0" allowfullscreen></iframe>​
Posted by: Guest on June-05-2021

Browse Popular Code Answers by Language