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: March 8, 2000, v3       






Module: SMIL Timing & Sync Module 






Feature: end attribute






File Name: endSyncbaseWithNegOffset1.smil






Media Components: 1 JPG, 1 MPG (23.8 sec) 






Expected Behavior: the video and the two pictures start to be presented






if the user clicks on toto before 15.8s 






then both the video and the two picture are removed. 






Otherwise image1 is removed at 15.8s and 






the video and toto end either if the user clicks on toto or at t=23.8s.                   






<t:par>






<t:img style="width:100;height:100" src="../images/frown.jpg" id="image1" end="video.end - 8s" />






<t:video style="width:100;height:100" src="../videos/pe_video1.mpg" id="video" end="toto.click" />






<t:img style="width:100;height:100" src="../images/frown.jpg" id="toto" />






</t:par>