Flash播放器调试问题
我已经安装了flash播放器10、1、82、76。当我尝试调试我的应用程序时,它返回了此警报消息..
C:\WINDOWS\system32\Macromed\Flash\NPSWF32.dll
Flex Builder 无法找到 Flash Player 所需的调试器版本。您可能需要安装 Flash Player 9 的调试器版本或重新安装 Flex Builder。
您想尝试使用当前版本进行调试吗?
当我尝试安装 flashplayer_10_ax_debug.exe 时,我收到此消息。
“您尝试安装的 Adobe Flash Player 版本不是最新版本 版本。请访问播放器下载中心获取最新、最安全的版本。”
解决方案是什么?
I have installed flash player 10,1,82,76. When i tried to debug my application, it returned this alert message ..
C:\WINDOWS\system32\Macromed\Flash\NPSWF32.dll
Flex Builder cannot locate the required debugger version of Flash Player. You might need to install the debugger version of Flash Player 9 or reinstall Flex Builder.
Do you want to try to debug with the current version?
And When i tried to install flashplayer_10_ax_debug.exe, i got this message.
"The version of Adobe Flash Player that you are trying to install is not the most current
version. Please visit the Player Download Center to obtain the latest, most secure version."
What is the solution ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您的目标浏览器是什么?在继续安装调试播放器之前,您可能需要禁用/删除当前版本。我之前在 IE、Firefox 和 Chrome 中测试 diff 播放器版本(9、10)时经历过这个过程,并详细说明了此处
What browser are you targeting? You may need to disable/remove the current version before continuing with the debug player install. I went through this process before for testing diff player versions (9, 10) in IE, Firefox and Chrome, and detailed it here
当我尝试使用内部 Eclipse Web 浏览器调试应用程序时,我遇到了类似的问题。当我更改首选项以便在 Firefox 或 Opera 等外部 Web 浏览器中启动调试时,问题消失了。
希望它对您有任何帮助。
I had similar problem when I was trying to debug my application with an internal Eclipse web browser. When I changed preferences so that debug started in external web browser like Firefox or Opera, problem disappeared.
Hope that it'll be of any help to you.