HTML 5 Video Kodu
Description:
HTML5 Video Tag Usage Created By CoffeeCup Software
Browsers:
All
ADDITIONAL INFORNMATION:
Height/Width:
controls the size the video will display.
Controls:
controls whether there is controls for the movie.
Poster :
the location of the still image prior to play.
Src:
the location of the video file.
Preload:
this determines whether the file preloads.
Loop:
controls the looping of the video. --->
<video height="240px" width="320px" controls="controls" poster="[your screen shotfor display on load]" preload="none" src="[your movie file location]" tabindex="0">
<a href="[your link if the browser does not support HTML5]"><img src="[Your default image for the HTML5 non supported browser]"></a>
</video>