Detecting flash player version
Posted by Paritosh Bisi on October 22, 2008
For detecting the flash player version we can do the following,
- Right click on the flash/flex application, you will get a pop-up menu as below, click the last option – About Flash Player 9.. and in a new page/tab you can see the exact version number of installed flash player, as well as the details of the latest version available.

- You can go to the following link directly to get the same info as above, http://www.macromedia.com/software/flash/about/
- If you need some more details go to the link . Here you can get some more details like whether debug version is installed or not etc..
- By writing a small piece of code in ActionScipt also you can get the information about, installed version of flash player, check here.