<!--
            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: Apr. 4, 2000, v1
         File Name: restart-fill-2.smil
            Module: SMIL Timing & Sync Module
           Feature: restart attribute and fill attribute
  Media Components: 1 MPG (Intr Dur 5.6s) , 1 JPG 
 Expected Behavior: show image1 for 26s. 
                    When image1 is clicked 
                    then start (or restart) vid1 for 5.6s 
                      if and only if it is not already active  
                    then freeze it. 
-->
<smil xmlns="http://www.w3.org/2005/SMIL21/Language">
  <body>
    <par dur="26s">
         <img id="img1" src="../images/frown.jpg" />
	 <video id="vid1" src="../videos/nist.rm" begin="img1.activateEvent" 
                fill="freeze" restart="whenNotActive" />
    </par>
  </body>
</smil>