|
Stream: SMIL File Name: broadcast_start.smi Last Modified: Fri, 02 Nov 2001 23:05:40 GMT File Size: 2,177 Bytes SMIL source: |
|
<smil> <head> <meta name="title" content="Broadcast"/> <meta name="author" content="RealNetworks, Inc."/> <meta name="copyright" content="(c) 1998"/> <layout> <root-layout width="376" height="268" background-color="black"/> <!-- Logo Region --> <region id="logo" left="16" top="2" width="130" height="60" fit="fill" z-index="2" /> <!-- News Region --> <region id="headlines" left="16" top="62" width="130" height="30" fit="fill" background-color="#444444" z-index="2" /> <region id="news" left="16" top="82" width="130" height="124" fit="fill" background-color="#160f60" z-index="3" /> <!-- Video region --> <region id="video_background" left="159" top="3" width="214" height="262" background-color="#c9c9c9" z-index="1"/> <region id="video_border" left="173" top="26" width="184" height="153" fit="fill" background-color="#0f6050" z-index="2" /> <region id="video" left="177" top="30" width="176" height="144" fit="fill" background-color="black" z-index="3" /> <!-- Ticker Region --> <region id="last_updated" left="16" top="217" width="343" height="20" fit="fill" background-color="#160f60" z-index="2" /> <region id="ticker_background" left="16" top="237" width="343" height="25" background-color="#444444" z-index="2"/> <region id="ticker" left="16" top="237" width="343" height="25" fit="fill" z-index="2" /> </layout> </head> <body> <par> <!-- Play the two <par> blocks in sequence. (one after the other) --> <seq> <par> <!-- Play these streams concurrently (in parallel). --> <img src="pix/logo.rp" region="logo" fill="freeze"/> <text src="text/title_last_updated.rt" region="last_updated" fill="freeze" /> <text src="headlines.rt" fill="freeze" /> <text src="text/news_links.rt" region="news" fill="freeze" /> </par> <par> <!-- Play these streams concurrently (in parallel). --> <video src="video/video.rm" region="video" fill="freeze" /> <text src="text/ticker.rt" region="ticker" fill="freeze" /> </par> </seq> </par> </body> </smil>