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: Oct 25 2000, v1        
Module: SMIL Timing & Sync Module 
Feature: min attribute 
File Name: min6.smil
Media Components: 1 MPG (5.6 sec), 1JPG
Expected Behavior: At 0s the smile image is shown and the video begins.
If a click occurs before 5.6s the video ends and is removed from the screen,
and the image is shown until 12s,and then the presentation ends.
If a click occurs after 5.6s and before 12s the last frame of the video is
shown until the click, at the click the video is removed from the screen,
and the image is shown until 12s, and then the presentation ends.
If there is no click for 12s last frame of the video is shown until 12s, and
the image is shown until 12s, and then the presentation ends.
<t:par endsync="first" min="12s" fill="freeze" >
<t:video style="width:100;height:100" src="../videos/nist.mpg" end="click" fill="remove" />
<t:img style="width:100;height:100" src="../images/smile.jpg"  dur="indefinite" fill="freeze" />
</t:par>