Source of pyramid.smil


<smil>

<head>

<!-- Prototype SMIL document for CLIOH -->

<meta name = "title" 
      content = "Pyramids of the World" />

<!-- change the base tag to something better -->
<!--
<meta name="base" content="http://localhost/clioh/pyramid/" />
-->
<layout>  


  <root-layout background-color="black" 
               width="400" 
               height="230"/>  

  <region id = "vidRgn"
          background-color = "#000033"
          height = "85%"
          width = "45%"
          top = "2"
          left = "2%" 
          fit = "fill" />  

  <region id = "txtRgn"
          background-color = "#000033"
          height = "85%"
          width = "45%"
          top = "2%"
          left = "50%" />
       
</layout>


</head>

<body>
  <seq>  
    <par>
      <img src = "pyr1.jpg"
             region = "vidRgn"
             dur = "5s" />      
      <text src = "pyr1.txt"
            region = "txtRgn"
            dur = "5s" />
      <audio src = "pyr1.rm"
           dur = "5s" />
    </par>

    <par>
      <img src = "pyr2.jpg"
             region = "vidRgn"
             dur = "5s" />      
      <text src = "pyr2.txt"
            region = "txtRgn"
            dur = "5s" />
      <audio src = "pyr2.rm"
           dur = "5s" />
    </par>

    <par>
      <img src = "pyr3.jpg"
             region = "vidRgn"
             dur = "5s" />      
      <text src = "pyr3.txt"
            region = "txtRgn"
            dur = "5s" />
      <aud src = "pyr3.rm"
           dur = "5s" />
    </par>
  </seq>
</body>
</smil>