How to detect Flash build version in Javascript before Flash is activated?
Flash player versions are in the format: Major.Minor.Release.Build
Many sites use the SWFObject javascript library to detect installed Flash player version.
The SWFObject tool is only able to detect the Major.Minor.Release version numbers of the installed player.
It is not able to distinguish the Build number.
Recent security patches are only incrementing the Build number, so it is not possible to ensure that the user has a safe installed version.
The SWFObject detection occurs BEFORE the FireFox browser version detection, so we could display a more friendly "Please update your Flash" message to users.
How to detect Flash build version in Javascript before Flash is activated?
Or could Adobe be nice enough to increment the Release version when critical security patches are done?
