<!-- 
            Copyright: Copyright 1998-2001 W3C (MIT, INRIA, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Lloyd Rutledge   
         File Name: linking_Ea.smil
  Media Components: 2 images
 Expected Behavior: click on "source" image to see "destination" image
-->
<smil xmlns="http://www.w3.org/2001/SMIL20/Language">
  <head>
    <layout>
      <root-layout width="680" height="480" backgroundColor="white"/>
    </layout>
  </head>
  <body>
    <seq>
      <a href="#destination">
        <ref src="../images/source.gif" dur="indefinite" />
      </a>
      <ref src="../images/destination.gif"
           dur="indefinite" id="destination" />
    </seq>
  </body>
</smil>