Adding a Flash Intro after build

Permalink
Hi there everyone and Happy New Year,

So I have built my client's website and now they want a ghastly "Flash Intro" (I know!!).

My homepage is currently index.php

I have the .swf (ActionScript redirects to a new page) but am curious how I would attach this to the front of the website infront of the index.php, without interfering with C5. Also when I log in I do not want to redirect to the flash Animation by default.

Any insight on how I can do this considering I have already built the website

Thanks

D!!

dancer
 
jbx replied on at Permalink Reply
jbx
Option 1: Fire your client for having such an idea.

Option 2: add the swf to an index.html page. Usually, this will take preference over the index.php and be served first.

Jon
dancer replied on at Permalink Reply
dancer
Thank you for your speedy response jbx.

I had no idea that index.html super seeds index.php.

That sure is a fast and easy way of doing it. I will have a go now.

Thanks again!!
Mnkras replied on at Permalink Reply
Mnkras
its set by the server the order it looks at,
dancer replied on at Permalink Reply
dancer
Yeah I just saw this when I Googled it.

Has to be something like:
DirectoryIndex index.html index.php

How does this affect Googles Spiders though? Will it index the entire website or stop at the flash intro as the page redirect is programmed into the AS
jbx replied on at Permalink Reply
jbx
If you just have a splash page with Flash on it, then Google is gonna stop there. You would need an html link on the page too. this is why we don't have splash pages. Also, without Flash, the user is gonna strugle to get into the site. I know there are ways around this issue, but it's still horrible. Just my 2pence...

Jon
dancer replied on at Permalink Reply
dancer
Yeah I appreciate that this is not an ideal solution or situation. I have tried every way possible to stick to the HTML site that was originally signed off but since seeing competitors websites they wanted flash.

I negotiated them down to just a intro page instead of the whole website (reason: the MD got an iPad for his birthday).

Anyway I am stuck with this and I have to find a way round it.

Using SWFObject will bypass the user if they do not have Flash, correct? Will this also bypass ipad and iphone? I am yet to look into this.