Whenever someone loads my page, sometimes we get both flash headers to load at same time(like it should) but mostly its one or the other. This happens on the main page, as well as on other pages which are using the same swf files. I need them to both load simultaneously. How can i fix this?
You can't if you keep them as separately loading items in your web page - you cannot control what the server serves. YOu would need to combine them into the same swf and then have that wait until both are loaded within it before allowing them to display.