gacon
gacon

Reputation: 2135

Detect Flash player in web browser

I'm now have a request to detect flash player version in client and if their version couldn't play so I will display something like "if you see this line is mean you need the flash player up to date to see this file".

Upvotes: 2

Views: 5487

Answers (4)

David
David

Reputation: 3227

If you use swfobject to display your Flash (and you should), you can specify a minimum required version and an error message and it will handle detection for you.

Upvotes: 5

Bevan Collins
Bevan Collins

Reputation: 1581

Using JavaScript to detect Flash Player http://www.adobe.com/support/flash/how/shock/javaplugs/

Flash Player Detection Kit http://www.adobe.com/products/flashplayer/download/detection_kit/

Upvotes: 1

nevets1219
nevets1219

Reputation: 7706

Adobe Flash Detection Kit should do the trick for you. Are you looking to do this with Flash (ActionScript) or in JavaScript?

Upvotes: 4

Related Questions