Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Detect Flash version using JavaScript

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

like image 741
rabid_zombie Avatar asked Jun 30 '26 13:06

rabid_zombie


1 Answers

There is a nice, lightweight JavaScript Flash Detection Library, which is smaller and more convenient than using SWFObject. You should consider it, if you only want to check if Flash is installed, but you're using different method of playing FLV movies.

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

like image 121
trejder Avatar answered Jul 03 '26 03:07

trejder