Flash Builder 无法找到所需的 Adobe Flash Player 调试器版本
我正在运行 Flash Builder 4 和 Flex 4.5.1(还有 4.1、4.0 和 3.5),并且在调试时收到此错误...
C:\Windows\SysWOW64\Macromed\Flash\NPSWF32.dll Flash Builder 无法找到所需的 Adobe Flash Player 调试器版本。您可能需要安装 Flash Player 的调试器版本或重新安装 Flash Builder。 您想尝试使用当前版本进行调试吗?
我设法通过安装 Flash Player 10 调试器来解决此问题,但是... Flash Player 11 是最新的,它会导致上述错误。
有其他人遇到过这个问题和/或知道如何解决这个问题吗?
谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我遇到了同样的问题,但通过安装 Flash Player 10.3 解决了我的问题
参考此问题并
YouTube 视频
I got The Same problem but My problem was solved by installing flash player 10.3
Refer this questionand
youtube video
当您不生成 html 内容而只是尝试直接运行 SWF 时,我有时会遇到问题。发生这种情况时,它会尝试在独立播放器上运行它。使用 HTML 通过浏览器运行它,或者确保下载 Flash Player 投影仪内容调试器< /a> 并将其复制到当前系统 flash 播放器(在 Flash Builder sdk 目录或您自己的 sdk 目录中)。
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).
Flash Builder 中对此的设置位于“窗口 ->”首选项-> Flash 生成器 ->调试。
There setting for this in Flash Builder is in Window -> Preferences -> Flash Builder -> Debug.
在另一个线程(在 Adobe)上,我刚刚读到,如果您使用 Chrome,则安装的 Flash 的“调试器”版本会不断被幕后的“非调试器”标准版本取代(无需您询问)...
如果您使用 Chrome 作为默认浏览器,也许您的环境正在发生这种情况。
另外,我确实认为有一种方法可以在您按照自己的意愿进行设置后关闭 Chrome 内部的自动更新行为。
希望这有帮助。干杯//GH
On another thread (at Adobe) I just read that if you are using Chrome, that the 'debugger' version of flash installed keeps getting replaced by the 'non-debugger' standard version behind the scenes (without you being asked)...
Perhaps this is whats afoot with your enviroment if you are using Chrome as your default browser.
Also, I do think there is a method to turn off this automatic updating behavior inside of Chrome once you get it setup as you wish.
Hope this helps. Cheers //GH