Using php to check if flash is installed

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
lox
Forum Newbie
Posts: 5
Joined: Sun Apr 06, 2008 11:59 pm

Using php to check if flash is installed

Post 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.
User avatar
EverLearning
Forum Contributor
Posts: 282
Joined: Sat Feb 23, 2008 3:49 am
Location: Niš, Serbia

Re: Using php to check if flash is installed

Post by EverLearning »

PHP no. JavaScript yes.

Take a look at this - SWFObject
lox
Forum Newbie
Posts: 5
Joined: Sun Apr 06, 2008 11:59 pm

Re: Using php to check if flash is installed

Post by lox »

Thanks mate :)
Post Reply