<!-- 
            Copyright: Copyright 1998-2005  W3C (MIT, ERCIM, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Aaron Cohen, Intel
         File Name: begin-offset.smil
  Media Components: 1 JPG
 Expected Behavior: 5 second delay,   
                    show image for 10 seconds
-->
<smil xmlns="http://www.w3.org/2005/SMIL21/Language">
   <body>
      <par dur="15s">
         <img src="../images/smile.jpg" begin="5s" dur="10s"/>
      </par>
   </body>
</smil>