W3C
Temporal Schedule Table-of-Contents 
  SMIL Features
Change-size

SMIL Document


<smil>
   <head>
     <layout>
         <region id="left-video" left="15%" top="30%" />
     </layout>
   </head>
   <body>
     <seq>
       <img src="http://www.acme.com/growth.gif" 
            region="left-video" dur="60s" />
       <video src="rtsp://www.acme.com/smith.mpg" 
              region="left-video" />
     </seq>
   </body>
</smil>

Philipp Hoschka

5 of 22