<!--         
	Copyright: Copyright 1998-2005  W3C (MIT, ERCIM, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Alain Uginet, Oratrix          
	File Name: linking-shape-video.smil      
	Module: BasicLinking Module
   Feature: <area shape>
   Media Components: 1 mpg 
	Expected Behavior: 
		goal: test a shape with a video 
		when you play: drop the move over any part of rect, and you have to see the graphic mouse cursor changed, 			
		if you click, you have to jump. 			  
		when you select the link. 			  
-->
<smil xmlns="http://www.w3.org/2005/SMIL21/Language">
  <head>
    <layout>
      <topLayout id="top2" backgroundColor="black" width="500" height="400">
        <region id="region1" width="500" height="400" />
      </topLayout>
    </layout>
  </head>
  <body>
    <seq>
      <par>
        <video region="region1" dur="5s" src="../videos/coffee.rm">
          <area id="area1" href="http://www.oratrix.com" shape="rect" coords="10%, 20%, 80%, 90%"/>
        </video>
      </par>
    </seq>
  </body>
</smil>