PDA

View Full Version : Flash doesn't work in INTERNET EXPLORER


danielandrews5
10-10-2006, 08:11 PM
my website is: www.sentientsuffering.com

It opens okay with Safari and Firefox on Mac and Opera on Linux. However, it does not open at all on INTERNET EXPLORER, on any version. I did a browser check on http://v03.browsershots.org/. Also, what I'm also not understanding is how it worked on IE before I added animation to the site. Any help would be greatly appreciated!

Thanks!

danielandrews5

outlando
10-11-2006, 01:01 PM
It worked in IE for me mate... :confused:

Cota
10-11-2006, 01:30 PM
Same here, works fine in IE7...

danielandrews5
10-13-2006, 11:13 PM
Thanks for looking guys. I've recently sorted out the problem. I was using the Dreamweaver shortcut - 'open browser window', which was using this script: <a href="javascript:;" onClick="MM_openBrWindow('file:main.htm','sentientsuffering ','width=1040,height=786')"><img src="file:" width="115" height="115" border="0"></a>
</body>

I then changed to: <a href onClick="MM_openBrWindow('main.htm','sentientSuffering','to olbar=no,location=no,status=no,menubar=no,scrollba rs=no,resizable=no,width=1040,height=786')"><img src="enterSite.jpg" alt="Click Here" width="115" height="115" border="0" align="absmiddle"></a>
<p align="center" class="text">ENTER</p>

now it works. I'm very new to this so I'm not sure if that code is 'good' to use or not, but it seems to be working. Does that sound right?

icktoofay
10-21-2006, 03:28 AM
yes, that change is the correct way