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_Delay1.smil
Media Components: 1 MPG (dur = 5.6s)
Expected Behavior: The video start to play at t=2s
but from its middle point instead of its begining.
<t:par id="p1" begin="2s">
<t:video style="width:100;height:100" id="vid" src="../videos/nist.mpg" begin="p1.begin-2.8s" />
</t:par>