RealNetworks View Source

To learn more about authoring for the RealPlayer, visit the View Source Gallery.
Stream: SMIL
File Name: training_start.smi
Last Modified: Thu, 01 Nov 2001 22:08:11 GMT
File Size: 1,104 Bytes
SMIL source:
SMIL
Synchronized Multimedia Integration Language
A W3C Recommendation
 
 

<smil>
	<head>
		<meta name="title" content="Training 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="481" height="215" background-color="blue" />
			<region id="image_area" width="275" height="211" left="204" top="2" />
			<region id="text_area" width="200" height="211" left="2" top="2" />
		</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_area" fill="freeze" />
			<img src="pix/images.rp" region="image_area" fill="freeze" />
			<audio src="audio/music.rm" />
		</par>
	</body>
</smil>