Mon code en html fonctionne sous IE mais pas sous firefox, c'est pour sa que je ne comprenais pas. Quelqu'un pourrait me dire quoi modifier dans mon code pour que celui ci fonctionne sous firefox:
<html>
<head>
<title>Player</title>
<!-- saved from url=(0014)about:internet -->
</head>
<body leftmargin="0" topmargin="0" onload="javascript: loader.focus()">
<br>
<center>
<object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-44455354000
0"
codebase="http://download.macromedia.com/pub/shock
wave/cabs/flash/swflash.cab#version=7,0,19,0" width="360" height="270" ID="loader" VIEWASTEXT>
<param name="movie" value="Une histoire à ma fille.swf">
<param name="quality" value="high">
<param name="wmode" value="window">
<embed src="Une histoire à ma fille.swf" quality="high" name="loader"
pluginspage="http://www.macromedia.com/go/getflash
player" type="application/x-shockwave-flash" width="360" height="270"></embed>
</object>
</center>
</body>
</html>