<!-- 
            Copyright: Copyright 1998-2005  W3C (MIT, ERCIM, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Lloyd Rutledge   
         File Name: linking_Earea.smil
  Media Components: 2 images
 Expected Behavior: click on black square to see "destination" image
-->
<smil xmlns="http://www.w3.org/2005/SMIL21/Language">
  <head>
    <layout>
      <root-layout width="680" height="480" backgroundColor="white"/>
    </layout>
  </head>
  <body>
    <seq>
      <ref src="../images/rect.gif" dur="indefinite">
        <area href="#destination" shape="rect" coords="25%, 25%, 75%, 75%" />
      </ref>
      <ref src="../images/destination.gif"
           dur="indefinite" id="destination" />
    </seq>
  </body>
</smil>