kita wrote:Thought I could MAKE it work by optimising the daylights out of it (didn't think 6k was toooo bad).
6k isn't too bad.
Quote:Funnily bg img in style sheet does't seem to preload in the same way as say navbar imgs do. But maybe 'cos it's just bigger?
Do you preload it or are you talking about normal cache?
Quote:How well is iframe supported (there's a question I've wanted to ask for a long time)
About as well as CSS is. I'm thinking 4ish browsers. So if you are using flash and CSS, you are probably already excluding the browsers that do not support IFRAMES.
Quote:and how would you "force it to wait"?
Lots of ways to do that. One would be to write the IFRAme after a certain number of seconds, one would be to load a page in the Iframe that redirects to the one with flash after a few seconds....
Quote:Is there any way to specify that Flash does't play until ALL images have loaded?
Hmm, other than onload not that I know of off the top of my head. It would depend on the browsers. Onload should work for this.
But you can, of course, make the images preload and delay the execution of the flash based on a set amount of time.
I just don't think the browsers will report when the images are done in a way that a Javascript can use to execute the flash.