<!--
  AUTHOR: Debbie Newman(debbien@microsoft.com)
  VERSION: 01/31/2001, v1
  MODULE: MediaClipping Module
  FEATURE: clipBegin, clipEnd
  FILE NAME: media_clipBegin_clipEnd_repeatCount.smil
  MEDIA COMPONENTS: videos/coffee.rm (natural duration is 10.83 seconds)
  EXPECTED BEHAVIOR: 
  0-2 seconds: nothing
  2-6 seconds: video plays with clipBegin = 5 seconds
  6-10 seconds: video repeats
  10-12 seconds: video repeats partially.
-->
<smil xmlns="http://www.w3.org/2001/SMIL20/Language">
  <head>
    <layout>
      <root-layout width="640" height="480" backgroundColor="white"/>
      <region id="reg1" top="0px" left="0px"/>
    </layout>
  </head>
  <body >
    <video region="reg1" src="../videos/coffee.rm" clipBegin="00:00:05" clipEnd="9s" repeatCount="2.5" begin="2" />
  </body>
</smil>