Timer: 0

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_Delay6.smil






Media Components: 1MPG, 1JPG






Expected Behavior: at t=5s foo is shown for 6s






if the foo is cliked between [5s,11s]






then play the video until its end,






otherwise the document ends at t=11s.






<t:par id="p1" begin="5s">






<t:par begin="p1.begin - 7s">






<t:video style="width:100;height:100" id="video" src="../videos/nist.mpg" begin="foo.click" />






<t:img style="width:100;height:100" id="foo" src="../images/smile.jpg" dur="13s" />






</t:par>






</t:par>