Timer: 0

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,v 1.1 2005/06/20 23:51:35 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>