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. 17, 2000, v1
File Name: restart_toggle.smil
Module: SMIL Timing & Sync Module
Feature: restart toggle activation
Media Components: 1 MPG (Intr Dur 5.6s) , 1 JPG 
Expected Behavior: the first click on image1 starts the video 
the second one interrupts it, 
the third one starts the video once again 
the fourth one interrupt it and so one.
<t:par dur="26s">
<t:img style="width:100;height:100" id="img1" src="../images/frown.jpg" />
<t:video style="width:100;height:100" id="vid1" src="../videos/nist.mpg" begin="img1.click" 
end= "img1.click" restart="whenNotActive" />
</t:par>