<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<!--
            Copyright: Copyright 1998-2001 W3C (MIT, INRIA, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Geoff Freed, WGBH/NCAM
           Version: March 13, 2001, v2
            Module: Content Control Module
           Feature: systemCaptions test attribute
         File Name: systemCaptions.smil
  Media Components: 2 JPG, 2 WAV
 Expected Behavior: show image, play audio,
                    display closed captions if user elects to see them
-->
<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"/>
    <meta name="title" content=" SMIL "/>
    <meta name="generator" content="GRiNS Pro for SMIL Boston, v2.0 alpha win32 build 38"/>
    <XML:namespace prefix="t"/>
    <style type="text/css">
      .time {behavior: url(#default#time2); }
      t\:*  {behavior: url(#default#time2); }
      .regSMIL_ {position:absolute;overflow:hidden;left=20;top=20;width=182;height=162;background-color=black;}
      .regunnamed_region_0 {position:absolute;overflow:hidden;left=0;top=0;width=182;height=162;}
      .regunnamed_region_1 {position:absolute;overflow:hidden;left=20;top=10;width=162;height=152;}
      .regunnamed_region_2 {position:absolute;overflow:hidden;left=40;top=20;width=142;height=142;}
      .regunnamed_region_3 {position:absolute;overflow:hidden;left=60;top=30;width=122;height=132;}
    </style>
  </head>
  <body>
<pre>
            Copyright: Copyright 1998-2001 W3C (MIT, INRIA, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Geoff Freed, WGBH/NCAM
           Version: March 13, 2001, v2
            Module: Content Control Module
           Feature: systemCaptions test attribute
         File Name: systemCaptions.smil
  Media Components: 2 JPG, 2 WAV
 Expected Behavior: show image, play audio,
                    display closed captions if user elects to see them
</pre>
<br>
    <t:seq>
        <t:par systemCaptions="on">
             <img id="m3" src="../images/captions_on.jpg" style="position=absolute;left=0;top=200;width=152;height=162;" class="time"/>
          <t:audio src="../sounds/captions_on.wav"/>
        </t:par>
        <t:par systemCaptions="off">
             <img id="m6" src="../images/captions_off.jpg" style="position=absolute;left=0;top=200;width=142;height=114;" class="time"/>
         <t:audio src="../sounds/captions_off.wav"/>
        </t:par>
    </t:seq>
  </body>
</html>