<!-- 
   Copyright: Copyright 1998-2001 W3C (MIT, INRIA, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Alain Uginet, Oratrix
   File Name: linking-zorder-sp1.smil
   Media Components: 1 JPG
   Goal: test a simple case interaction between an anchor and z-order
   Excepted behaviors: the anchor defined on the bottom image should be active
-->
<smil xmlns="http://www.w3.org/2001/SMIL20/Language">
  <head>
    <layout>
        <region id="region1" top="200" width="400" height="190" z-index="1"/>
        <region id="region2" width="400" height="190" z-index="2"/>
    </layout>
  </head>
  <body>
    <seq>
       <par>
		<img id="img1" region="region1" src="../images/zumtenpiz2.jpg" dur="20s" >
			<area title="shapetest" href="#img1" /> 
		</img> 
		<img id="img2" region="region2" src="../images/zumtenpiz4.jpg" dur="20s" />
       </par>
    </seq>
  </body>
</smil>