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