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: 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.
<t:seq>
<t:img style="width:100;height:100" id="foo" src="../images/smile.jpg" dur="5s" />
<t:par id="p1" >
<t:video style="width:100;height:100" id="vid" src="../videos/nist.mpg"
begin="p1.begin-2.8s" />
</t:par>
</t:seq>