Timer: 0

Copyright: Copyright 1998-2005  W3C (MIT, ERCIM, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Erik Hodge, RealNetworks
File Name: syncBehavior_independent_on_par.smil
Media Components: 2 JPGs and 1 WAV
Expected Behavior: show smile image from 0 seconds to 5 seconds
then show frown image from 5 seconds to 10 seconds
play audio from 0 seconds to 10 seconds
seek the presentation and the audio should ignore the seek
stop the presentation and the audio should stop
<t:par id="parentPar">
<t:par id="indendentPar" syncBehavior="independent">
<t:audio  src="../sounds/wakeup.wav" begin="0s" dur="10s" />
</t:par>
<t:img style="width:100;height:100" src="../images/smile.jpg" begin="0s" dur="5s" region="rgn1" />
<t:img style="width:100;height:100" src="../images/frown.jpg" begin="5s" dur="5s" region="rgn1" />
</t:par>