使用 Firefox (Flash Builder 4.7) 调试 Flash?
Debug Flash with Firefox (FlashBuilder 4.7)?
我已经有一段时间没有制作 Flash 项目了,但是你瞧,现在我有了!我正在尝试起床 运行 FlashBuilder 4.7 和 FireFox。然而,每当我去调试一个项目时,FireFox 声称没有安装 Flash Player 并且 FlashBuilder 无法连接到调试播放器。
我好像记得以前遇到过这个问题,我想这可能与 FireFox 打开本地文件并执行 JavaScript.
的安全问题有关
反正我是想不通。有人知道这个的解决方案吗?谢谢!
我使用的是 FB 4.6 而不是 4.7,但我认为这应该可以。如果有些建议属于"is the power cord plugged in?"类型,请见谅,我只是想确保所有内容都涵盖在内。
1) 确保您安装了调试 Flash Player - 在 Firefox 中,转到 http://helpx.adobe.com/flash-player/kb/find-version-flash-player.html 检查您的 Flash Player 版本。
2) 什么浏览器设置为您的默认浏览器(Windows -> 首选项,常规 -> Web 浏览器)?确保您已经设置并选择了 Firefox。
3) 确保您的应用是可调试的。 (我倾向于调试在 FB 外部构建的应用程序 - 从 FB 内部应该已经完成了吗?)
4) 我倾向于通过让应用程序连接到 运行 调试器来调试我的应用程序 - 即,在应用程序的调试配置中,不要使用默认路径,并输入 "about:blank" 作为 URL。当应用程序在调试 Flash Player 下启动时,它会尝试连接到调试器。如果您收到 "cannot locate the required debugger version" 错误,请单击 "Yes"(仍然尝试)。然后在 Firefox 中启动应用程序。
希望对您有所帮助!
我正要向 Mozilla 提出同样的问题,但在这个过程中发现了这个问题(令人恼火的是它没有出现在 Google 搜索中)。
- In a new tab, type or paste
about:config
in the address bar and
press Enter/Return. Click the button promising to be careful.
- In the search box above the list, type or paste
plug*ht
and pause
while the list is filtered.
- Double-click the
plugins.http_https_only
preference to switch the
value from true
to false
.
我已经有一段时间没有制作 Flash 项目了,但是你瞧,现在我有了!我正在尝试起床 运行 FlashBuilder 4.7 和 FireFox。然而,每当我去调试一个项目时,FireFox 声称没有安装 Flash Player 并且 FlashBuilder 无法连接到调试播放器。
我好像记得以前遇到过这个问题,我想这可能与 FireFox 打开本地文件并执行 JavaScript.
的安全问题有关反正我是想不通。有人知道这个的解决方案吗?谢谢!
我使用的是 FB 4.6 而不是 4.7,但我认为这应该可以。如果有些建议属于"is the power cord plugged in?"类型,请见谅,我只是想确保所有内容都涵盖在内。
1) 确保您安装了调试 Flash Player - 在 Firefox 中,转到 http://helpx.adobe.com/flash-player/kb/find-version-flash-player.html 检查您的 Flash Player 版本。
2) 什么浏览器设置为您的默认浏览器(Windows -> 首选项,常规 -> Web 浏览器)?确保您已经设置并选择了 Firefox。
3) 确保您的应用是可调试的。 (我倾向于调试在 FB 外部构建的应用程序 - 从 FB 内部应该已经完成了吗?)
4) 我倾向于通过让应用程序连接到 运行 调试器来调试我的应用程序 - 即,在应用程序的调试配置中,不要使用默认路径,并输入 "about:blank" 作为 URL。当应用程序在调试 Flash Player 下启动时,它会尝试连接到调试器。如果您收到 "cannot locate the required debugger version" 错误,请单击 "Yes"(仍然尝试)。然后在 Firefox 中启动应用程序。
希望对您有所帮助!
我正要向 Mozilla 提出同样的问题,但在这个过程中发现了这个问题(令人恼火的是它没有出现在 Google 搜索中)。
- In a new tab, type or paste
about:config
in the address bar and press Enter/Return. Click the button promising to be careful.- In the search box above the list, type or paste
plug*ht
and pause while the list is filtered.- Double-click the
plugins.http_https_only
preference to switch the value fromtrue
tofalse
.