<!--








            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: APr. 3, 2000, v1        








            Module: SMIL Timing & Sync Module 








           Feature: begin attribute and Negative Delay 








         File Name: Negative_Delay3.smil








  Media Components: 1 MPG (dur = 5.6s)








 Expected Behavior: The image is shown for 5S 








                    then The video start to play 








                      but from its middle point instead of its begining.  

















-->

















<smil xmlns="http://www.w3.org/2001/SMIL20/Language">








  <body>








    <seq> 








      <img id="foo" src="../images/smile.jpg" dur="5s" />








      <par>








        <video id="vid" src="../videos/nist.rm"








               begin="prev.begin-2.8s" />








      </par>








    </seq>








  </body>








</smil>