hi,
I have produced an email that is sent out by my php script. In it is and <object> tag with an <embed> tag to put a macromedia shockwave movie in it. On every html mail server, outlook and a few others it displayed. But on mac's outlook express it didn't show up the flash movie but it showed up other tags, eg: <hr>. Is there a difference in how u have to encode the html for mac's outlook? or is there any thing I'm missing?
*****below is the HTML message it recieves*****
<html>
<head>
<title>A Christmas E-Card from Steria</title>
</head>
<body bgcolor="#D81345" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<br>
<hr>
<object classid="clsid
27CDB6E-AE6D-11cf-96B8-444553540000" codebase=" width="700" height="525">
<param name="movie" value=" <param name=quality value=best>
<embed src=" quality=high pluginspage=" type="application/x-shockwave-flash" width="700" height="525"></embed>
</object>
<hr>
</body>
</html>
I have produced an email that is sent out by my php script. In it is and <object> tag with an <embed> tag to put a macromedia shockwave movie in it. On every html mail server, outlook and a few others it displayed. But on mac's outlook express it didn't show up the flash movie but it showed up other tags, eg: <hr>. Is there a difference in how u have to encode the html for mac's outlook? or is there any thing I'm missing?
*****below is the HTML message it recieves*****
<html>
<head>
<title>A Christmas E-Card from Steria</title>
</head>
<body bgcolor="#D81345" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<br>
<hr>
<object classid="clsid

<param name="movie" value=" <param name=quality value=best>
<embed src=" quality=high pluginspage=" type="application/x-shockwave-flash" width="700" height="525"></embed>
</object>
<hr>
</body>
</html>