<!--
            Copyright: Copyright 1998-2001 W3C (MIT, INRIA, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Muriel Jourdan (Muriel.Jourdan@inrialpes.fr)
           Version: Oct 18th, 2000, v1
            Module: SMIL Timing & Sync Module
           Feature: hyperlink on an active object
         File Name: hyperlink_active1.smil
  Media Components: 1MPG (5.4s), 1WAV
 Expected Behavior: at t=0s the the video and the sound start, 
                    when the user click on the hyperlink image, 
                      both the video and the sound  are restarted.
-->
<smil xmlns="http://www.w3.org/2001/SMIL20/Language">
   <body>
      <par>
         <video src="../videos/nist.mpg" id="vid"/>
         <audio src="../sounds/geminidecho.wav" id="sound"/>
         <a href="#vid"> <img src="../images/frown.jpg"/> </a>
      </par>
   </body>
</smil>