<!--
            Copyright: Copyright 1998-2005  W3C (MIT, ERCIM, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Aaron Cohen, Intel
           Version: Mar 31, 2000, v1  
            Module: SMIL Timing & Sync Module
           Feature: end attribute
         File Name: mult-ends-3-22.smil   
  Media Components: 1 JPG, 1 WAV
 Expected Behavior: show image, play audio file end on image click or at 10s
-->
<smil xmlns="http://www.w3.org/2005/SMIL21/Language">
  <body>
    <par>
      <img id="image1" src="../images/smile.jpg" dur="10s"/>
      <audio src="../sounds/leonidsample.wav" end="image1.activateEvent;10s" />
    </par>
  </body>
</smil>