<!-- 
            Copyright: Copyright 1998-2005  W3C (MIT, ERCIM, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Aaron Cohen, Intel
         File Name: end-syncbase-begin.smil
  Media Components: 1 JPG, 1 WAV
 Expected Behavior: play audio for 3s - ends when image begins
-->
<smil xmlns="http://www.w3.org/2005/SMIL21/Language">
   <body>
      <par>
         <audio src="../sounds/leonidsample.wav" end="image1.begin" />
         <img src="../images/smile.jpg" begin="3s" dur="3s" id="image1"/>
      </par>
   </body>
</smil>