Apologies if this is a very basic question however I am have great trouble in displaying my flash content in IE7. It seems to work in Firefox, but on a couple of computers I have tried IE will not display the Flash content at all.
The site is www.four90.co.uk/four90.swf
and the HTML code is
<html><head><LINK REL=“stylesheet” HREF="…/My Pictures/Artwork/four90/New Folder (2)" type=“text/css”>
<script>
function openSite(){
var newWindow;
newWindow = open(‘four90.swf’,‘four90’, ‘resizable=no,toolbar=no,scrollbars=no, width=800,height=600,status=no’);
}
function toggleLatest(){
var currentState = document.getElementById("divLatest").style.display;
if(currentState=='none'){
document.getElementById("divLatest").style.display = '';
}
else{
document.getElementById("divLatest").style.display = 'none';
}
}
</script>
<style type=“text/css”>
.style1 {font-family: Arial, Helvetica, sans-serif}
.style2 {color: #FFFFFF}
.style3 {font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; }
</style>
<title>four90 designs - leamington spa based design services.</title></head>
<body style=“background-color:#ffffff;” SCROLL=“AUTO”>
<TABLE width=100% height=100% align=“center”>
<TR><TD width=100% height=100% valign=middle align=center>
<P class=style3>Offer print, web, photography, illustration solutions.
<P class=center style2>
<P class=center><a href="#" onClick=“openSite();”><IMG SRC=“f90.jpg” width=“193” height=“261” border=0></A><BR>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p/>
<BR>
<P class=center> <font color="#B4B0B1" face=“Arial”>
<p class=“style1”>Click image to enter site.<br>
Minimum requirements: 800x600 res, Microsoft Internet Explorer 5+ or Mozilla Firefox 1.0.6</p>
<p class=“style1”><br>
Site design and development by four90. </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p><br>
</p>
<p><a href=“http://www.freevirtualservers.com/”>Web hosting by FreeVirtualServers</a></p>
</body>
</html>
If anyone has any idea’s to help I would be very greatful as I have spent the last couple of days googling it and looking through various forums to no avail.
Many thanks,
Matt