9951 explained code solutions for 126 technologies


htmlAutoplay videos in HTML


<video autoplay>
 <source src="video.mp4" type="video/mp4">
</video>ctrl + c
video

insert video player into HTML

autoplay

automatically start playing video (beware that it won't work in some browsers due to automatic content policy)

source

video file URL (and type) to play