<!--
            Copyright: Copyright 1998-2005  W3C (MIT, ERCIM, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Muriel Jourdan (Muriel.Jourdan@ERCIMlpes.fr)
           Version: Jan. 21, 2000, v1        
            Module: SMIL Timing & Sync Module 
         File Name: endsync_last_event_begin.smil
  Media Components: 1 JPG, 1 WAV 
 Expected Behavior: show the picture for 8s      
                    if image click is within [0,8] then
                       play audio for 6s
-->
<smil xmlns="http://www.w3.org/2005/SMIL21/Language">
 <body>
    <par>
      <img id="image1" src="../images/smile.jpg" dur="8s"/>
      <audio src="../sounds/geminidecho.wav" begin="image1.activateEvent" dur="6s" />
    </par>
 </body>
</smil>