<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<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=321;height=211;background-color=black;}
      .regunnamed_region_0 {position:absolute;overflow:hidden;left=0;top=0;width=321;height=211;}
      .regunnamed_region_1 {position:absolute;overflow:hidden;left=20;top=10;width=301;height=201;}
      .regunnamed_region_2 {position:absolute;overflow:hidden;left=40;top=20;width=281;height=191;}
      .regunnamed_region_3 {position:absolute;overflow:hidden;left=60;top=30;width=261;height=181;}
    </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: systemOverdubOrSubtitle test attribute
         File Name: systemOverdubOrSubtitle.smil
  Media Components: 2 JPG, 2 WAV
 Expected Behavior: Show image;
                    play German audio or show German subtitles,
                      as selected by the user.
                    play English audio only if English was selected by
the user.
</pre>
<br>
    <t:seq>
        <t:par>
             <img id="m3" src="../images/duborsub.jpg" style="position=absolute;left=0;top=250;width=282;height=192;" class="time"/>
           <t:switch>
            <t:audio systemLanguage="de" systemOverdubOrSubtitle="overdub" src="../sounds/germandub.wav"/>
              <img id="m6" systemLanguage="de" systemOverdubOrSubtitle="subtitle" src="../images/germansub.jpg" style="position=absolute;left=0;top=250;width=281;height=191;" class="time"/>
            <t:audio systemLanguage="en" src="../sounds/english.wav"/>
          </t:switch>
        </t:par>
    </t:seq>
  </body>
</html>