RealNetworks View Source

To learn more about authoring for the RealPlayer, visit the View Source Gallery.
Stream: SMIL
File Name: musicvideo_start.smi
Last Modified: Tue, 06 Nov 2001 20:03:21 GMT
File Size: 3,513 Bytes
SMIL source:
SMIL
Synchronized Multimedia Integration Language
A W3C Recommendation
 
 

<smil>
	<head>
		<!-- Presentation attributes. -->
  		<meta name="title" content="Music Video 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="600" height="300" background-color="gray" />

			<!-- The Canvas -->
			<region id="main_canvas" left="3" top="3" width="594" height="294" fit="fill" background-color="black" z-index="1" />
			<region id="righthand_canvas" left="400" top="33" width="190" height="255" fit="fill" background-color="#8080a0" z-index="1" />
			<region id="lowerbar_canvas" left="10" top="134" width="550" height="154" fit="fill" background-color="#8080a0" z-index="1" />

			<!-- Video region -->
			<region id="video_canvas" left="21" top="66" width="255" height="180"  z-index="2" />
			<region id="video_region" left="85" top="84" width="176" height="144" background-color="black" z-index="3" />

			<!-- Album cover region -->
			<region id="albumcover_region" left="417" top="56" width="165" height="165" background-color="#8080a0" z-index="2" />

			<!-- Discography region -->
			<region id="discography_region" left="432" top="25" height="20" width="133" fit="fill" z-index="3"  />
			<region id="discography_canvas" left="434" top="27" height="20" width="133" fit="fill" background-color="silver" z-index="2"  />

			<!-- Bandname Region -->
			<region id="bandname_region" left="20" top="25" height="20" width="371" fit="fill" background-color="black" z-index="2"  />
			<region id="bandname_canvas" left="22" top="27" height="20" width="371" fit="fill" background-color="silver" z-index="1"  />

			<!-- Tour Dates region-->
			<region id="tourdates_canvas" left="285" top="68" width="125" height="210" fit="fill" background-color="silver" z-index="2" />
			<region id="tourdates_region" left="283" top="66" width="125" height="210" fit="fill" background-color="#444444" z-index="3" />

			<!-- Buy Now region  -->
			<region id="buynow_canvas" left="450" top="233" width="102" height="18" background-color="#444444" z-index="2" />
			<region id="buynow_region" left="452" top="235" width="100" height="16" background-color="black" z-index="3" />

			<!-- Line region -->
			<region id="line_region" left="417" top="265" width="165" height="1" background-color="silver" z-index="5" />

			<!-- Bandlink region  -->
			<region id="bandlink_region" left="55" top="260" height="20" width="203" fit="fill" background-color="black" z-index="4"  />

		</layout>

 	</head>

	<body>
             <par>
			<seq>
				<img src="pix/tv.rp" region="video_canvas" fill="freeze" />
				<par>
					<!-- Play these streams concurrently. -->
                		      	<text src="text/bandname.rt" region="bandname_region" fill="freeze" />
					<text src="text/bandlink.rt" region="bandlink_region" fill="freeze" />
                      			<text src="text/buynow.rt" region="buynow_region" fill="freeze" />
        		              	<text src="text/discography.rt" region="discography_region" fill="freeze" />
				</par>

				<img src="pix/albumcover.rp" region="albumcover_region" fill="freeze" />

				<par>
		       			<text src="text/tourdates.rt" region="tourdates_region" fill="freeze" />
					<video src="video/video.rm" region="video_region" fill="freeze" />
				</par>
			</seq>
             </par>
      </body>

</smil>