I'm working on a new web site for our corporate relaunch in a couple of months. One of things I want to do is to have a very simple splash page (no annoying animations or sounds) which will allow the user to check a small Flash animation to see if it is playing on the page. If it is, they can click yes, and if not, no. The yes click leads to our regular home page. The no click goes to Macromedia to download the current version of the Flash player.
Now, I'd like to be able to track if a computer has already seen this page and clicked "yes." Then, I could instruct the browser to skip this splash screen and go directly to the home page.
I understand this involves cookies (something I've never really dived into before), and that I can either use Javascript or PHP. Seeing as how so many users have disabled javascript nowadays, I'm thinking the PHP route is best.
Does anyone have a sample script they can provide that will handle what I'm looking to do? Obviously, my PHP skills aren't were they should be yet.



