video tag is used to place
video files, such as MPEG, AVI, and MOV, into modules. Any video file with a valid
MIME type
can be included on the page.
This CNXML:
<media id="building-on-past"
alt="Building on the past.">
<video mime-type="video/mpeg"
src="Building_on_the_Past.mpg"
autoplay="false"
width="320" height="260" />
</media>
Results in this display:
<media> element will only be displayed for the version(s) specified.