Problems displaying images and flash.

Jorge

New Member
Hello, I can't see the embed .swf file of my message in hotmail or gmail.

This is my code:

<html>
<head>
<BASE HREF="http://www.royalcreative.com/">
<title>Happy Birthday!</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- ImageReady Slices (caja.psd) -->
<div align="center">
<table id="Table_01" width="700" height="700" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3">
<img src="http://www.royalcreative.com/birthday/piezas/images/caja_01.gif" width="700" height="229" alt=""></td>
</tr>
<tr>
<td rowspan="2">
<img src="http://www.royalcreative.com/birthday/piezas/images/caja_02.gif" width="197" height="471" alt=""></td>
<td width="320" height="240"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="320" height="240" id="ecard" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="ecard.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<embed src="ecard.swf" quality="high" bgcolor="#ffffff" width="320" height="240" name="ecard" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object></td>
<td rowspan="2">
<img src="http://www.royalcreative.com/birthday/piezas/images/caja_04.gif" width="183" height="471" alt=""></td>
</tr>
<tr>
<td>
<img src="http://www.royalcreative.com/birthday/piezas/images/caja_05.gif" width="320" height="231" alt=""></td>
</tr>
</table>
<!-- End ImageReady Slices -->
</div>
</body>
</html>
</html>

Any advice?
Cheers!
 
Top