Checking Flash player version using Javascript

13,071

Solution 1

You can check an example here.

Solution 2

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, what version of Flash Player is installed etc., 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 or what version of Flash player is installed, it is to heavy, in my opinion.

Solution 3

You should have a look at swfobject2: http://code.google.com/p/swfobject/

Share:
13,071
manraj82
Author by

manraj82

Updated on June 24, 2022

Comments

  • manraj82
    manraj82 almost 2 years

    Is it possible to check the version of the Flash Player installed in a browser using Javascript?