On every page there is a flash image fader which on a Mac running Safari or Firefox looks fine.
If it is viewed in IE on a PC though sometimes some of the pages layouts screw up. I can only test this on an emulator at the moment (Parallels) but I have had some people who have access to PCs tell me that it happens with them too. Sometimes when going to say the 'Exhibitors Info' page the layout completely breaks but if you refresh the page again immediately after it is all fine. I think that the page sometimes is taking a long time to load but I can't for the life of me see why?
I was wondering if anyone with a PC could possibly test the page out for me and let me know what problems you get if any and also if anyone has any ideas as to why it does this?
I have used swfobject before on sites and pretty sure I have never come across this problem before and I am coding it all in exactly the same way so really a bit flummoxed as to what is going on with it!!
Sorry I didn't post back here as quickly as I would have liked but I had forgotten all about this post and never received an email letting me know that you had replied. Was going through some old posts and saw this.
In the end we found out that the problem was actually with the CSS file! Because we had coded the site so tightly the CSS file was way under 4KB. This (I didn't know this) can apparently cause problems with IE on PCs as anything that loads into it that is under 4KB sometimes gets lost in transmission.
We moved the CSS from an include in the head to actually embedding it in the page. It is actually embedded via a CMS system that we use so not a problem if we need to update!!