Bonjour,
je veux écrire une newsletter en flash. Tout fonctionne parfaitement sur mon navigateur, voici mon code html:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>La Ferme du Manet</title>
<link href="style.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.Style4 {
font-family: Arial, Helvetica, sans-serif;
line-height: normal;
font-size: 12px;
font-style: normal;
}
.Style6 {font-family: Arial, Helvetica, sans-serif; line-height: normal; font-size: 12px; }
.Style7 {
font-family: Arial, Helvetica, sans-serif;
line-height: normal;
font-size: 12pt;
font-style: normal;
}
.Style8 {font-size: 12pt}
-->
</style>
</head>
<body>
<table width="766" border="0" align="center" class="first" ;">
<tr>
<td width="766">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="../../download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
width="766" height="750">
<param name="movie" value="http://www.entreprendre-wa.com/manet/manet.swf?button=0">
<param name="quality" value="high">
<param name="menu" value="false">
<!--[if !IE]> <-->
<object data="flash/http://www.entreprendre-wa.com/manet/manet.swf?button=0"
width="766" height="750" type="application/x-shockwave-flash">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="pluginurl" value="../../www.macromedia.com/go/getflashplayer">
FAIL (the browser should render some flash content, not this).
</object>
<!--> <![endif]-->
</object>
</td>
</tr>
</table>
</body>
</html>
Le problème, c'est que quand je m'envois ce html par mail, je tombe sur:
<--> FAIL (the browser should render some flash content, not this).
Comment faire?