Stream: SMIL
File Name: cc_slideshow_start.smi
Last Modified: Tue, 24 Nov 1998 02:50:12 GMT
File Size: 1 KB
SMIL source:

<smil>
	<head>
		<meta name="title" content="CC Slideshow with Audio 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="320" height="272" />
			<region id="pix_region" width="320" height="240" left="0" top="0" />
			<region id="text_region" width="320" height="32" left="0" top="240" />
		</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>
			<audio src="audio/music.rm" />
			<img src="pix/slides.rp" region="pix_region" />
			<textstream src="text/text.rt" region="text_region" />
		</par>
	</body>
</smil>