<!--
            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  and negative begin delay
         File Name: min_negbegin1.smil
  Media Components: 1 MPG (5.6 sec), 
 Expected Behavior: the video is played for 2.6s 
                      then frozen until t=5s
-->
<smil xmlns="http://www.w3.org/2001/SMIL20/Language">
  <body>
     <par>
       <video src="../videos/nist.rm" begin="-3s" min="8s"  />
     </par>
  </body>
</smil>