<html xmlns:t ="urn:schemas-microsoft-com:time" >
<head>
<style>
	 .time    { behavior: url(#default#time2);}
</style>
<?IMPORT namespace="t" implementation="#default#time2">
<script>
function startTimer(){ setInterval(doTimer,100);}
function doTimer(){ document.all.Timer.innerText =parseInt(document.body.currTimeState.activeTime) }
</script>
</head>
<body timecontainer="seq" onbegin="startTimer()" >
<font style="color:black; font-size:16"><b>
Timer:
<span id="Timer" >0</span>
</b></font>
<br><br>
<DIV align="left" style="position:absolute; top:40; left:300;"><pre>
Copyright: Copyright 1998-2005  W3C (MIT, ERCIM, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Rob Lanphier
Version: $Id: typeattr.htm.html,v 1.1 2005/06/20 23:51:43 tmichel Exp $
Module: Media Object
Feature: Type attribute
"This value takes precedence over other possible
sources of the media type (for instance, the
"Content-type" field in an HTTP or RTSP exchange, or
the file extension)"
File Name: typeattr.smil
Media Components: Two identical images ("smile.jpg" and the purposefully
misnamed "smile.html)
Expected Behavior: Two images should play side-by-side, even off a
properly configured web server where the "html" extension is
marked as "text/html" MIME type.
<t:par>
<t:img style="width:100;height:100" src="../images/smile.jpg" dur="7s" region="r1" />
<t:img style="width:100;height:100" src="../images/smile.html" dur="7s" region="r2" type="image/jpeg" />
</t:par>
</pre>
</DIV>
<head>
<layout type="text/smil-basic-layout"> 
<region id="r1" top="0px" left="0px" height="50px" width="50px" />
<region id="r2" top="0px" left="50px" height="50px" width="50px" />
</layout>
</head>
<t:par>
<t:img style="width:100;height:100" src="../images/smile.jpg" dur="7s" region="r1" />
<t:img style="width:100;height:100" src="../images/smile.html" dur="7s" region="r2" type="image/jpeg" />
</t:par>
</body>
</html>