While investigating a reported problem with my site loading slowly, I came across an issue where I noticed (via firebug) that my flash file was loading twice.
After a bit of investigation I tracked it down to a firefox bug combined with the usage of SWFObject 2.0.
Now, I noticed on the thread that someone mentioned that you can workaround the problem by:
FYI, if you're a webpage developer then an easy workaround to get your page working with FF3 is to delay accessing any plugins until after your page has fully loaded. An easy way to do this is to schedule your plugin scripting code to run after all pending browser events using window.setTimeout with a timeout of zero.
Honestly, I have no clue what they're saying and am hoping someone can give me a code example that will work.
Do you know of a way to make this work and what the code would look like? Any help would be immensely appreciated!