Forum Moderators: open
When the website opens in IE the Flash files appear to be loading (pictures appear temporarily on the screen and then go blank). If I click the "back" button and then the "forward" button to return to my website, everything works fine but only after clicking "back" and "forward". This process, of course, is unacceptable to any potential clients who might be viewing the website.
Any help would be appreciated.
Thank you
Do you have a preloader that may be messing it up, or additional javascript or css on the page that may cause it to render improperly?
I would open Flash, press the publish button and make a plain vanilla html page for your .swf. Throw THAT online (in a temp foler of course) and see if IE shows that properly. If not, then you probably have a problem with your movie itself. Like its too big or not preloading properly. Post a example link so we can test it in IE as well
hth,
mcm
I'm not sure if I have a preloader---all major code was written by Dreamweaver. There is additional javascript to disable right click, but I tried removing it to no avail.
Actually there are two Flash movies on the page appearing side-by-side. I tried your suggestion of publishing them directly from Flash and both worked properly in IE. I don't think size is an issue---one swf file is about 2.8MB and the other is only 710KB. Here's the link to the website:
1. Remove your body onload check flash function, 99.9% of people have fp 7 or later now so you can remove this without penalty.
2. Make sure there are no css styles applied to the swf objects.
3. you also have some </div> closing tags without opening tags, make sure all html on your page is valid and parsed properly.
4. If it runs fine in a plain vanilla html but not your home page the problem is most likely one of the issues listed above. If none of those ideas help, post back with your findings.
hth,
mcm
Also, I checked the closing </div> tags. There seems to be an opening <div> tag for each one.
I also tried replacing the Flash code with the code from the vanilla (Flash produced) html files.
Still no luck.
What baffles me most is that everything works fine after clicking IE's "back" and "forward" buttons. It's almost as if IE can't load the swf files the first time, but the second time it can. But that doesn't make sense, does it?!
Thanks again for your time.