detect if flash plugin installed using php

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
ridwan
Forum Commoner
Posts: 55
Joined: Thu Aug 22, 2002 3:15 am

detect if flash plugin installed using php

Post by ridwan »

I am currently trying to find out if it is possible to write a php script that will redirect a user to a certain page depending on whether they have flash or not. I have looked all over the internet and not found anything, would anyone here know whether it is possible, and if so how ??
User avatar
Phirus
Forum Commoner
Posts: 37
Joined: Thu Apr 18, 2002 4:10 pm
Contact:

Post by Phirus »

You need to use JavaScript to detect the plug in. Have a look here:

http://ww.google.com/search?hl=en&ie=UT ... 2Bredirect

and/or

http://www.a1javascripts.com/redirectio ... etect.html

Phirus
Post Reply