Friday, July 31, 2009

Detect Flash Player version

Recently I needed to detect version of the flash player on user workstation. Using package flash.system.Capabilities you could obtain all information including platform, major(what I needed)/minor version, build number and internal build number. And here is regular expression /^(\w*) (\d*),(\d*),(\d*),(\d*)$/, which could help you parse value of the Capabilities.version.

No comments:

Post a Comment