PDA

View Full Version : flash not loading properly in IE


tigerwood2006
09-06-2009, 12:40 PM
Hi,
I am developing my company's website, and it has a flash embedded in the page, somehow this page will load successfully in firefox, but not in IE8. It kept throwing an error saying can't load the page, but it will after refreshing several times of the page.

Hereby i suspect the page is trying to load the flash first but fail there since it takes too much time? here is the page site:
http://inducta.com.au/RCBuilding2009.html

since i am new to Javascript, could you help me to identify the problem, (i googled already, and think i might have to define a onload function for body tag?, how to do that?)

THank you!

tadster
09-08-2009, 05:26 AM
There's way too much javascript for me to go through, right now, perhaps try embeding the flash without javascript.
Is that an xml driven flash file?
You may need to use
<!--[if IE]><![endif]-->
around the object for ie.