<!--
            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: Jan. 21, 2000, v1        
            Module: SMIL Timing & Sync Module 
         File Name: DefaultFreeze_Seq6.smil
  Media Components: 1 JPG, 1 QT (11.3 sec)  
 Expected Behavior: play the video for 6s
                    delay for 4s
                    the second picture is shown 5s 
-->
<smil xmlns="http://www.w3.org/2001/SMIL20/Language">
  <body>
     <seq>
       <video src="../videos/nasa.qt" dur="6s"/>
       <img src="../images/smile.jpg" begin = "4s" dur ="5s"/>
     </seq>
  </body>
</smil>