<HTML xmlns:t ="urn:schemas-microsoft-com:time" >
<HEAD>
<STYLE>
   .time    { behavior: url(#default#time2);}
</STYLE>
<?IMPORT namespace="t" implementation="#default#time2">
</HEAD>
<BODY>
<PRE style="position:absolute; top:20; left:350">
<B>TIMER: <SPAN id="Timer" class="time" dur="1" repeatCount="indefinite" onrepeat="innerText=parseInt(document.body.currTimeState.activeTime)">0</SPAN>
</B>
<B>AUTHOR: </B>Debbie Newman(debbien@microsoft.com)
<B>VERSION: </B>01/31/2001, v1
<B>MODULE: </B>MediaClipping Module
<B>FEATURE: </B>clipBegin
<B>FILE NAME: </B>media_clipBegin_repeatCount.htm
<B>MEDIA COMPONENTS: </B>videos/coffee.mpg (natural duration is 10.83 seconds)
<B>EXPECTED BEHAVIOR: </B>
0-2 seconds: nothing
2-7.8 seconds: the video plays with clipBegin = 5 seconds.
7.8-13.7 seconds: the video plays again with the same clipBegin
at 13.7 seconds: the video ends and is removed
<B>SAMPLE CODE: </B>
<t:video src="../videos/coffee.mpg" clipBegin="5" repeatCount="2" begin="2" />
</PRE>
<!-- Main Test Div -->
<DIV align=left style="position: absolute; top:50; left:10; width:400; height:450">
<t:video src="../videos/coffee.mpg" clipBegin="5" repeatCount="2" begin="2" />
</DIV>
</BODY>
</HTML>