<!--
  AUTHOR: Debbie Newman(debbien@microsoft.com)
  VERSION: 01/31/2001, v1
  MODULE: Time Manipulations Module
  FEATURE: speed
  FILE NAME: media_speed.smil
  MEDIA COMPONENTS: videos/coffee.mpg (natural duration is 10.83 seconds)
  EXPECTED BEHAVIOR: 
  0-2 seconds: nothing
  2-7.4 seconds: the video plays at twice normal speed
  at 7.4 seconds: the video ends and freezes
-->
<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.mpg" begin="2" speed="2" />
  </body>
</smil>