<!-- 
   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-default.smil   
   Module: BasicLinking Module
   Feature: <area>
   Media Components: 1 JPG
   Expected behavior: the anchor should be active over the entire smile image. 
-->
<smil xmlns="http://www.w3.org/2005/SMIL21/Language">
  <head>
    <layout>
      <topLayout id="top2" width="400" height="400">
        <region id="region1" width="400" height="400" />
      </topLayout>
    </layout>
  </head>
  <body>
    <seq>
	<img region="region1" src="../images/smile.jpg" dur="5s" >
		<area id="area1" href="destination.smil" /> 
	</img>
    </seq>
  </body>
</smil>