Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

How can I detect which Flash version a browser is using with JavaScript?

share|improve this question
possible duplicate of how to check flash player version using javascript? – mipe34 Apr 17 at 19:20

2 Answers

up vote 2 down vote accepted

I think this is what you are looking for:

Adobe Flash Detection Kit

share|improve this answer
thank you! – rabid_zombie Apr 29 '11 at 20:48
1  
Probably related to the Adobe Flash Detection Kit (since I've seen mentions of SWFObject 2 in there), but here's the link to the SWFObject googlecode project: code.google.com/p/swfobject – bigp May 4 '11 at 15:42

There is a lightweight JavaScript Flash Detection Library, which is much smaller than using SWFObject. And it is certinally more convinient, if you only want to check if Flash is installed, but you're using different method of playing Flash movies.

SWF Object should only be considered, if you're also using it for playing Flash movies. For only checking, if Flash is installed, it is "to heavy" in my opinion.

share|improve this answer
+1 Beautiful. thank you. – Byron Whitlock Dec 27 '12 at 23:47

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.