I have an index page with nothing but a flash movie on it. Currently, I'm using the code that will display the "Get Flash" link to Adobe if the users Flash is outdated or not found. What would be the best way to redirect to a different page intead?
Would using PHP to change a meta tag work, I'm thinking meta tags only get run upon a page load or refresh. Is there a way to automatically redirect right in the body?
Another concern of mine is that SE bots will also get redirected since, to my knowledge, they don't generally use flash plugins.
Would using PHP to change a meta tag work, I'm thinking meta tags only get run upon a page load or refresh. Is there a way to automatically redirect right in the body?
Another concern of mine is that SE bots will also get redirected since, to my knowledge, they don't generally use flash plugins.