I have a flash site that I am trying to get ready for a client to approve and i have a problem. It will show up in FireFox but not Internet Explorer…This is very strange so.
www.versusmediagroup.com/nextlevel
here is the HTML i am using in the file.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Newt Level Dj Service | Welcome</title>
<style type="text/css">
<!--
body, html{
width:100%;
height:100%;
margin:0px;
}
-->
</style>
</head>
<body bgcolor="#5b7781">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0"><tr><td align="center" valign="middle">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="100%" height="100%" id="index" align="top">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="index.swf" />
<param name="quality" value="best" />
<param name="bgcolor" value="#5b7781" />
<embed src="index.swf" quality="best" bgcolor="#5b7781" width="100%" height="100%" name="index" align="top" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object></td></tr></table>
</body>
</html>
Any help would be welcome!