<!--
            Copyright: Copyright 1998-2001 W3C (MIT, INRIA, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Muriel Jourdan (Muriel.Jourdan@inrialpes.fr)
           Version: Oct 25 2000, v1        
            Module: SMIL Timing & Sync Module 
           Feature: min attribute 
         File Name: min6.smil
  Media Components: 1 MPG (5.6 sec), 1JPG
 Expected Behavior: At 0s the smile image is shown and the video begins.
                    If a click occurs before 5.6s the video ends and
                       is removed from the screen, and the image is shown
                       until 12s,and then the presentation ends.
                    If a click occurs after 5.6s and before 12s the last
                       frame of the video is shown until the click,
                       at the click the video is removed from the screen,
                       and the image is shown until 12s, and then the presentation ends.
                    If there is no click for 12s last frame of the video is
                       shown until 12s, and the image is shown until 12s, and
                       then the presentation ends.
-->
<smil xmlns="http://www.w3.org/2001/SMIL20/Language">
  <body>
    <par endsync="first" min="12s" fill="freeze" >
       <video src="../videos/nist.rm" end="activateEvent" fill="remove"/>
        <img src="../images/smile.jpg"  dur="indefinite" fill="freeze" />
    </par>  
  </body>
</smil>