Timer: 0

Copyright: Copyright 1998-2001 W3C (MIT, INRIA, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Aaron Cohen, Intel
File Name: begin-prev-end.smil
Media Components: 2 JPG
Expected Behavior: show 1st image
pause 1s
show 2nd image
<t:par>
<t:img style="width:100;height:100" id="image1" src="../images/smile.jpg" dur="5s" />
<t:img style="width:100;height:100" src="../images/frown.jpg" begin="prev.end+1s" dur="5s" />
</t:par>