|
Stream: SMIL File Name: slideshow_start.smi Last Modified: Tue, 24 Nov 1998 00:36:12 GMT File Size: 839 Bytes SMIL source: |
|
<smil> <head> <meta name="title" content="Slideshow with Audio 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="320" height="240" /> <region id="pix_region" width="320" height="240" left="0" top="0" /> </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). --> <par> <audio src="audio/music.rm" /> <img src="pix/slides.rp" region="pix_region" /> </par> </body> </smil>