<!--         
	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: the anchor should be active only right part (50%) of the video
-->
<smil xmlns="http://www.w3.org/2005/SMIL21/Language">
  <head>
    <layout>
      <topLayout id="top2" backgroundColor="black" width="400" height="350" >
        <region id="region1" width="400" height="350" />
      </topLayout>
    </layout>
  </head>
  <body>
    <seq>
        <video region="region1" dur="5s" src="../videos/coffee.mpg" fit="meet" >
          <area id="area1" href="http://www.oratrix.com" shape="rect" coords="50%, 0%, 100%, 100%"/>
        </video>
    </seq>
  </body>
</smil>