<!--
            Copyright: Copyright 1998-2001 W3C (MIT, INRIA, 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 always restart
         File Name: eventRestartHandleAlways2.smil
  Media Components: 1 JPG, 1 WAV
 Expected Behavior: audio off at first, 
                    restarts from beginning
                    whenever image is clicked, presentation ends at 30s.  
-->
<smil xmlns="http://www.w3.org/2001/SMIL20/Language">
  <body>
    <par dur="30s">
         <img id="button" src="../images/smile.jpg"/>
	 <audio src="../sounds/leonidsample.wav" restart="always"
		begin="button.activateEvent" end="button.activateEvent" repeatDur="indefinite"/>		
    </par>
  </body>
</smil>