Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flash Builder cannot locate the required debugger version of Adobe Flash Player

I'm running Flash Builder 4, with Flex 4.5.1 (also have 4.1, 4.0 and 3.5) and I receive this error when I debug...

C:\Windows\SysWOW64\Macromed\Flash\NPSWF32.dll Flash Builder cannot locate the required debugger version of Adobe Flash Player. You might need to install the debugger version of the Flash Player or reinstall Flash Builder. Do you want to try to debug with the current version?

I managed to fix this by installing the Flash Player 10 debugger, but... Flash player 11 is the latest and it causes the above error.

Has anyone else experienced this issue and/or know how to fix this issue?

Thanks

like image 277
Jeanie Tallis Avatar asked Oct 04 '11 23:10

Jeanie Tallis


3 Answers

I got The Same problem but My problem was solved by installing flash player 10.3 Refer this questionand youtube video

like image 93
Santhosh Nayak Avatar answered Nov 15 '22 10:11

Santhosh Nayak


I sometimes see the problem when you're not generating the html content and just try to run the SWF directly. When that happens, it tries to run it on the standalone player. Either run it through the browser by using HTML or make sure you download the Flash Player Projector content debugger and copy it over your current system flash player (either in the Flash Builder sdk directory or your own sdk directory).

like image 37
J_A_X Avatar answered Nov 15 '22 10:11

J_A_X


There setting for this in Flash Builder is in Window -> Preferences -> Flash Builder -> Debug.

like image 31
Sean Fujiwara Avatar answered Nov 15 '22 10:11

Sean Fujiwara