<video src='images/sintel.mp4' preload="none" controls></video>
<p><b>Comment:</b> we are using 'preload' attribute to load vide
o only when user plays it <br>
<br> value as '<b>auto</b>' - auto load the video
<br> value as '<b>metadata</b>' - Initally load very less part o
f the video
<br> value as '<b>none</b>' - Don't load the video before play
</p>