<!--
            Copyright: Copyright 1998-2005  W3C (MIT, ERCIM, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Aaron Cohen(aaron.m.cohen@intel.com)
           Version: Feb 23, 2000, v1
            Module: SMIL Timing & Sync Module
           Feature: event handling with default restart (always) activation
         File Name: eventRestartHandleDefaut1.smil
  Media Components: 1 JPG, 1 WAV
 Expected Behavior: audio off at first, 
                    starts from beginning
                    whenever image is clicked, presentation ends at 30s.           
-->
<smil xmlns="http://www.w3.org/2005/SMIL21/Language">
  <body>
    <par dur="30s">
         <img id="button" src="../images/smile.jpg"/>
         <audio src="../sounds/leonidsample.wav"
		begin="button.activateEvent" repeatDur="indefinite"/>
    </par>
  </body>
</smil>