RealNetworks View Source

To learn more about authoring for the RealPlayer, visit the View Source Gallery.
Stream: SMIL
File Name: karaoke_start.smi
Last Modified: Tue, 06 Nov 2001 20:11:37 GMT
File Size: 2,702 Bytes
SMIL source:
SMIL
Synchronized Multimedia Integration Language
A W3C Recommendation
 
 

<smil>
	<head>
		<!-- Presentation attributes. -->
  		<meta name="title" content="Internet Karaoke 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="500" height="375" background-color="#780e0e" />

			<!-- Vertical sliver on the left side.  -->
			<region id="verticalsliver_canvas" left="11" top="20" width="1" height="344" background-color="#f36d2c" fit="fill" z-index="1" />

			<!-- Slivers on the top right side that make up the orange box.  -->
			<region id="verticalsliver2_canvas" left="481" top="20" width="1" height="59" background-color="#f36d2c" fit="fill" z-index="1" />
			<region id="horizontalsliver_canvas" left="402" top="20" width="80" height="1" background-color="#f36d2c" fit="fill" z-index="2" />

			<!-- Band Name region.  -->
	                <region id="bandname_region" left="37" top="20" width="397" height="48" fit="fill" z-index="1" />

			<!-- Album Title region.  -->
	                <region id="albumtitle_region" left="434" top="68" width="48" height="296" fit="fill" z-index="1" />

			<!-- Images/Video region.  -->
	                <region id="images_region" left="37" top="90" width="365" height="145" background-color="#780e0e" fit="fill" z-index="2" />
	                <region id="images_canvas" left="41" top="94" width="364" height="144" background-color="#f36d3c" fit="fill" z-index="1" />

			<!-- Karaoke Lyrics region.  -->
	                <region id="lyrics_region" left="37" top="260" width="365" height="100" background-color="#780e0e" fit="fill" z-index="2" />
	                <region id="lyrics_canvas" left="41" top="264" width="364" height="99" background-color="#f36d2c" fit="fill" z-index="1" />

		</layout>

 	</head>

	<body>
        	<par>
			<!-- Play the two <par> blocks in sequence.  -->
			<seq>
				<par>
					<!-- Play these streams concurrently. -->
                		      	<text  src="text/bandname.rt" region="bandname_region" fill="freeze" />
		                      	<text  src="text/albumtitle.rt" region="albumtitle_region" fill="freeze" />

				</par>

				<par>
					<!-- Play these streams concurrently. -->
                		      	<text  src="text/lyrics.rt" region="lyrics_region" fill="freeze" />
					<img src="pix/images.rp" region="images_region" fill="freeze" />
				      	<audio src="audio/audio.rm" />
				</par>
			</seq>
		</par>
      </body>

</smil>