

B>Stream: SMIL
File
Name: video_bg_start.smi
Last Modified: Tue, 24 Nov 1998 01:35:32
GMT
File Size: 1 KB
SMIL source:
<smil>
<head>
<meta name="title" content="Video with Background Image Template" />
<meta name="author" content="RealNetworks, Inc." />
<meta name="copyright" content="(c) 1998" />
<layout>
<!-- The root-layout sets the height and width of the entire presentation
in pixels. Each region sets specific areas in the presentation
that media will play to -->
<root-layout width="325" height="245" />
<region id="video_region" width="176" height="144" left="75" top="53" z-order="2" />
<region id="pix_region" width="325" height="245" left="0" top="0" z-order="1" />
</layout>
</head>
<body>
<!-- Each line between the <par><seq></seq></par> tags is a media file which
will play to a specified region. The <seq> tags mean that they will
play one at a time (in sequence). The background image must be played
before the video starts to give the video the highest possible quality.
The <par> (parallel) tags mean that it will be played as one presentation,
rather than three. Fill="freeze" means that the final frame will stay
visible when that media file is done. The background image must be no
larger than 20k with these current settings. -->
<par>
<seq>
<img src="pix/rocks.jpg?bitrate=20000&preroll=10&duration=0:00.5" region="pix_region" fill="freeze" />
<video src="video/video.rm" region="video_region" fill="freeze" />
</seq>
</par>
</body>
</smil>