Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to know if debug version of flash is installed?

Tags:

How to know if debug version of flash is installed? Thank you.

like image 423
Sergei Basharov Avatar asked Aug 18 '09 08:08

Sergei Basharov


People also ask

How do I check my flash version?

Method #1 : Open Start >Settings >Control Panel > Programs > Programs and Features, Select Adobe Flash Player, Flash Player Product version will be shown at the bottom.

How to check Chrome Flash Player version?

Right click on a flash object and choose the last item from the menu, which is usually something like "About Adobe Flash Player X". It will take you to a web page that tells you the exact version you have installed.


2 Answers

Right click on a flash movie, you should have debug in the menu if it is the debug version.

Or you can go to the flash test page on Adobe's site. You can find the capabilities of the player at the bottom.

like image 84
Umesh Avatar answered Sep 20 '22 23:09

Umesh


Programmatically,

flash.system.Capabilities.isDebugger
like image 43
Skrim Avatar answered Sep 16 '22 23:09

Skrim