

The cookie is used to store the user consent for the cookies in the category "Analytics". This cookie is set by GDPR Cookie Consent plugin. These cookies ensure basic functionalities and security features of the website, anonymously. Necessary cookies are absolutely essential for the website to function properly.

More reading fro Adobe: Determining Flash Version In Flex. Trace(Capabilities.isDebugger) // outputs true (if you're running debug player) or false Trace(ayerType) // outputs something like "PlugIn" Trace(Capabilities.version) // outputs something like "WIN 9,0,159,0" Trace(Capabilities.os) // outputs something like "Windows Vista" You can also write something like this to extract the info from the class: Meanwhile I found this page, which shows the Flash Player version number:
#Flash player version check full version
Sometimes we developers need to know the full version number, like 9,0,159,0 because there are some cases where bugs only happen on specific sub-versions.īut Adobe seem to have removed this (or made it harder to find), because if you try to find out what version you have now by clicking that menu, you’ll see a fancy movie promoting Flash 10 instead, like below. Yeah, I know it says 9 already in the menu, but that’s not good enough. Until recently, I used to be able to right click on the Flash movie in a browser and select About Flash Player… menu, which will open the Adobe website showing what player version is installed.
