Forum Moderators: open
I'm designed my first page ever for my parents restaurant in flash and embedded the text. It loads great in Mozilla but people on the latest versions of IE have reported they can't see any text. I'm not sure if the problem is in flash or in the html and if anybody has encountered this problem before or can tell me where to go to fix it, it would be much appreciated.
Here's the html:
<html>
<head>
<TITLE>My Cafe of Example County </TITLE>
<META NAME="Description" CONTENT="">
<META NAME="Keywords" CONTENT="">
<!-- your old TITLE tag: <title>Untitled Document</title> -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="style.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="favicon.ico" >
</head>
<body topmargin="0" bottommargin="0" rightmargin="0" leftmargin="0" background="images/back_main.jpg">
<table cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
<td valign="top" width="766" height="700"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="766" height="700">
<param name="movie" value="main.swf">
<param name="quality" value="high">
<embed src="main.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="766" height="700"></embed>
</object></td>
</tr>
</table>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1111111-1";
urchinTracker();
</script>
</body>
</html>
[edited by: encyclo at 9:42 pm (utc) on Nov. 3, 2007]
[edit reason] obscured specifics, see terms of service [/edit]