My client INSISTS that they have a flash intro for their new site... I can't talk them out of it...
Is there a way I can somehow include my flash movie in a vaguely standards compliant way... or even overlay it over the index page (so you don't have to click through from index.html to another page to get to the real homepage?
Was wondering if you could somehow position the Flash movie over the html content, and have it fade out at the end to reveal the website?
Hehe I figured that much... maybe I wasn't clear enough... is there an even sneakier way to do this.. so I can avoid loading another page after the flash intro has finished?
So, flash intro plays, fades out, main website content appears, but all on the same page, so that the main content is indexable by search engines?
Put the main body stuff into a div that's set to display:none by default. Then at the end of the flash movie hide the div with the flash movie in it and toggle the visibility of the main content?
You could also add pre-fetch to you 'skip intro' tag. This way the next page will start loading as soon as the other one is ready. That of course won't help with an insanely huge flash intro, and unfortunately it's not supported by ie6 yet, but every little bit helps.