<!--
            Copyright: Copyright 1998-2005  W3C (MIT, ERCIM, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Aaron Cohen, Intel
           Version: Mar 31, 2000, v1  
            Module: SMIL Timing & Sync Module
           Feature: Fill attribute
         File Name: fill-hold-excl-9-38.smil   
  Media Components: 2 JPG
 Expected Behavior: first image shown 2s, 
		    then frozen for duration of presentation, 
		    at 4s second image shown 2s,
		    then presentation ends.
-->
<smil xmlns="http://www.w3.org/2005/SMIL21/Language">
  <body>
    <excl>
      <img id="img1" src="../images/frown.jpg" begin="0s" dur="2s" fill="hold" />
      <img id="img2" src="../images/smile.jpg" begin="img1.begin+4s" dur="2s" />
    </excl>  
  </body>
</smil>