Page 1 of 1

Using php to check if flash is installed

Posted: Thu Apr 10, 2008 4:32 am
by lox
Hello,

Is it possible for php to check if flash is installed?
If not is there a way I can do this without asking the user to install flash? I want to make it so that if they dont have flash installed the flash file isnt displayed at all.

Thanks.

Re: Using php to check if flash is installed

Posted: Thu Apr 10, 2008 4:37 am
by EverLearning
PHP no. JavaScript yes.

Take a look at this - SWFObject

Re: Using php to check if flash is installed

Posted: Thu Apr 10, 2008 4:54 am
by lox
Thanks mate :)