<!-- 
   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-zorder-anc3.smil
   Media Components: 1 JPG
   Goal: test that an anchor defined on a region behind another region is not active
   Expected behavior: the anchor should be active only on the smile image
-->
<smil xmlns="http://www.w3.org/2005/SMIL21/Language">
  <head>
    <layout>
        <region id="region1" width="400" height="400" z-index="1"/>
        <region id="region2" top="100" width="400" height="400" z-index="2"/>
    </layout>
  </head>
  <body>
    <seq>
       <par>
		<video id="img1" region="region1" src="../images/smile.jpg" dur="20s" >
			<area title="shapetest" href="#img1" /> 
		</video> 
		<img id="img2" region="region2" src="../images/frown.jpg" dur="20s" />
       </par>
    </seq>
  </body>
</smil>