Re: HTML+TIME and DOCTYPE

Jean-Claude Moissinac a écrit :

> 
> I have an HTML+TIME without DOCTYPE wich plays well in IE 6.
> Something like

Hi,

With this doctype, it will be OK
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" >

regards


Vincent






> <html xmlns="urn:mpeg:mpeg21:2002/01-DIDL-NS" 
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
> xmlns:htmltime="urn:schemas-microsoft-com:time" 
> xmlns:link="urn:link:link-namespace">
>                    <?IMPORT namespace="htmltime" 
> implementation="#default#time2">
>                    <body>
>                        <table width="800" height="600" border="0" 
> bgcolor="black">
>                            <tr height="50" width="800" valign="center" 
> align="center">
>                                <td colspan="2">
>                                    <htmltime:img 
> src="pictures/gladiator_title.jpg" dur="indefinite"/>
>                                </td>
>                            </tr>
> ....
>                        </table>
>                    </body>
>                </html>
> 
> 
> If I add a line with a DOCTYPE, the document doesn't play. the line is:
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 
> 4.01//EN""http://www.w3.org/TR/html4/strict.dtd">
> 
> Any idea?
> 
> Jean-Claude Moissinac
> 
> 


-- 
Vincent Kober
vincent.kober@inrialpes.fr

INRIA - service Relations Extérieures et Valorisation
ZIRST - 655 avenue de l'Europe - Montbonnot
F-38334 ST ISMIER CEDEX
TEL: 04 76 61 52 38   FAX: 04 76 61 52 06

Projet Création du Portail du Réseau des MSH :
http://www.msh-reseau.prd.fr/
MSH Alpes - 1221, avenue Centrale - Domaine Universitaire
UPMF- BP 47 - 38040 Grenoble Cedex 9
TEL: 04 76 82 73 25   FAX: 04 76 82 73 01

Received on Wednesday, 9 June 2004 03:24:06 UTC