Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mac outlook and HTML

Status
Not open for further replies.

coicle

Programmer
Joined
Sep 25, 2003
Messages
8
Location
GB
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=&quot;#D81345&quot; leftmargin=&quot;0&quot; topmargin=&quot;0&quot; marginwidth=&quot;0&quot; marginheight=&quot;0&quot;>
<br>
<hr>
<object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot; width=&quot;700&quot; height=&quot;525&quot;>
<param name=&quot;movie&quot; value=&quot; <param name=quality value=best>
<embed src=&quot; quality=high pluginspage=&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;700&quot; height=&quot;525&quot;></embed>
</object>
<hr>
</body>
</html>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top