<!-- AUTHOR: Debbie Newman(debbien@microsoft.com) VERSION: 01/31/2001, v1 MODULE: MediaClipping Module FEATURE: clipBegin FILE NAME: media_clipBegin_dur_autoReverse_repeatCount.smil MEDIA COMPONENTS: images/animcount.gif (natural duration is 10 seconds) EXPECTED BEHAVIOR: 0-2 seconds: nothing 2-6.5 seconds: animated GIF counts from 2 to 6. 6.5-11 seconds: animated GIF counts backward from 6 to 2 again 11-20 seconds: animated GIF repeats counting forward and backward. at 20 seconds: the animated GIF ends and is removed --> <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 > <img region="reg1" src="../images/animcount.gif" clipBegin="2s" autoReverse="true" repeatCount="2" dur="4.5" begin="2"/> </body> </smil>