views:

98

answers:

3

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

+1  A: 

right click..u shld see "debugger" in the menu if its debug version.

or go to http://kb2.adobe.com/cps/155/tn_15507.html this url

Umesh
+3  A: 

Programmatically,

flash.system.Capabilities.isDebugger
Skrim
A: 

Visit Version Of Flash Player http://www.versionofflashplayer.com/ this should show you if your Flash Player is the debug version or not, and also provide the version number!

Philip