RealNetworks View Source

To learn more about authoring for the RealPlayer, visit the View Source Gallery.
Stream: SMIL
File Name: internetradio_start.smi
Last Modified: Fri, 02 Nov 2001 23:41:29 GMT
File Size: 1,594 Bytes
SMIL source:
SMIL
Synchronized Multimedia Integration Language
A W3C Recommendation
 
 

<smil>
	<head>
		<!-- Presentation attributes. -->
  		<meta name="title" content="Internet Radio Template"/>
		<meta name="author" content="RealNetworks, Inc."/>
	  	<meta name="copyright" content="(c) 1998"/>

		<layout>
			<!-- Width, height, and background color of entire presentation. -->
			<root-layout width="472" height="200" background-color="#6a3316" />

       			<region  id="logo_region" left="2" top="2" width="200" height="134" z-index="1" fit="fill" background-color="white" />
       			<region  id="call_letters_region" left="270" top="3" width="145" height="31" z-index="1" fit="fill" background-color="white" />
       			<region  id="text_region" left="204" top="36" width="266" height="100" z-index="1" fit="fill" background-color="white" />
			<region  id="ads_region"  left="2" top="138" width="468" height="60" z-index="1" fit="fill" background-color="white" />
		</layout>
 	</head>

	<body>
		<par>
			<seq>
				<img src="pix/logo.rp"  region="logo_region" fill="freeze" />
				<text src="text/call_letters.rt" region="call_letters_region" fill="freeze" />
				<text src="text/station_data.rt" region="text_region" fill="freeze" />

				<par>
					<!-- NOTE: radio.rm should be replace with a live src.
					     E.G.  replace src="radio.rm" with src="rtsp://g2home.real.com/install/welcome.rm  -->
					<!-- audio src="rtsp://g2home.real.com/install/welcome.rm" /-->

					<audio src="radio.rm" />
					<img src="pix/ads.rp" region="ads_region" fill="freeze"/>
				</par>
			</seq>
		</par>
	</body>
</smil>