

Stream: SMIL
File
Name: video_toc_start.smi
Last Modified: Tue, 24 Nov 1998 01:33:42
GMT
File Size: 1 KB
SMIL source:
<smil>
<head>
<meta name="title" content="Table of Contents 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="326" height="144" />
<region id="text_region" width="150" height="144" left="0" top="0" />
<region id="video_region" width="176" height="144" left="150" top="0" />
</layout>
</head>
<body>
<!-- Each line between the <par></par> tags is a media file which will play to a
specified region. The <par> tags mean that they will play at the same
time (in parallel). Fill="freeze" means that the final frame will stay
visible when that media file is done. -->
<par>
<textstream src="text/text.rt" region="text_region" fill="freeze" />
<video src="video/video.rm" region="video_region" fill="freeze" />
</par>
</body>
</smil>