home *** CD-ROM | disk | FTP | other *** search
/ QuickTime for the Web (2nd Edition) / QuickTime for the Web (2nd Edition).iso / pc / Examples / SMIL / ad.smil < prev    next >
Encoding:
Text File  |  2001-09-10  |  404 b   |  22 lines

  1. <smil>
  2.  
  3. <head>
  4.  
  5. <layout>
  6. <root-layout id="rl" width="320" height="240" background-color="blue" />
  7. <region id="ad" width="200" height="240" left="60" top="0" />
  8. <region id="bbc" width="100%" height="100%" fit="fill" />
  9. </layout>
  10.  
  11. </head>
  12.  
  13. <body>
  14. <seq>
  15.     <a href="http://www.apple.com/quicktime/">
  16.     <video src="sample.mov" region="ad"/></a>
  17.     <video src="BBCWorld.mov" region="bbc"/>
  18. </seq>
  19. </body>
  20.  
  21. </smil>
  22.