Timer: 0

Copyright: Copyright 1998-2005  W3C (MIT, ERCIM, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Muriel Jourdan (Muriel.Jourdan@ERCIMlpes.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" dur="media" id="video"
end="toto.click" />
<t:img style="width:100;height:100" src="../images/frown.jpg" id="toto" />
</t:par>