<!-- 
            Copyright: Copyright 1998-2005  W3C (MIT, ERCIM, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Aaron Cohen (Intel)
           Version: January 29, 2001, v2
            Module: Content Control Module
           Feature: prefetch
         File Name: prefetch2.smil
  Media Components: 1 JPG, 1 MPG
 Expected Behavior: Same as prefetch1.smil, but tests different arg value types.
                    Show the smile.jpg image until the prefetch element ends and then
                    show 5s of the video clip. The user agent is not required to actually
                    prefetch and cache the video clip.
-->
<smil xmlns="http://www.w3.org/2005/SMIL21/Language">
    <body>
        <par>
            <prefetch id="fido" src="../videos/nist.rm" clipBegin="0s" clipEnd="5s" mediaSize="1000000" mediaTime="80%" bandwidth="128000"/>
            <seq>
                <img src="../images/smile.jpg" end="fido.end"/>
                <video src="../videos/nist.rm" dur="5s"/> 
            </seq>
        </par>
    </body>
</smil>