I don't understand why when swfobject.embedSWF() is called, it doesn't load coverflow.swf right away on page game on glove dot com .
I'm trying to defer all twitter, facebook, and google analytics elements until the very end of the page load process and have accomplished it on a test page, except the one flash gallery flash file and its corresponding xml and image files still insist on loading after these 3 groups of elements. I see in Firefox Firebug Net tab that coverflow.swf isn't loaded until after all of the images are preloaded so my javascript function preload_1() does its job before embedSWF() appears to do its job even though I can see when I set breakpoints in the embedSWF() script that embedSWF() is in fact being called. Then the settings.xml and images.xml files are loaded, and the corresponding images are loaded last, after twitter, facebook and analytics. What am I missing? Even if the timing of the flash file images is controlled by the flash file, I'm still hoping I can load the coverflow.js file earlier. Thank you! -- You received this message because you are subscribed to the Google Groups "SWFObject" group. To post to this group, send email to swfobject@googlegroups.com. To unsubscribe from this group, send email to swfobject+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/swfobject?hl=en.