<!-- 
            Copyright: Copyright 1998-2005  W3C (MIT, ERCIM, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Aaron Cohen, Intel
         File Name: begin-sched-event.smil
  Media Components: 1 JPG, 1 WAV
 Expected Behavior: play audio on image click or after 10s
-->
<smil xmlns="http://www.w3.org/2005/SMIL21/Language">
   <body>
      <par>
         <img id="image1" src="../images/smile.jpg" dur="30s"/>
         <audio src="../sounds/geminidecho.wav" begin="10s;image1.activateEvent" />
      </par>
   </body>
</smil>