It is quick and simple on a landing page in HTML5. It is the <video> autoplay Attribute. It goes within a HTML block page element.
It displays "Your browser does not support the video tag." if the browser deos not support HTML5.
<video controls autoplay>
<source src="movie.mp4" type="video/mp4">
Your browser does not support the video tag.