从 FlashDevelop IDE 关闭 Flash Player
每当我在“调试”中使用 FlashDevelop 编译项目时,在单击 Flash Develop 中的“停止”按钮后,Flash Player 窗口仍然保留。然后我必须切换到 Flash 播放器,单击所有错误消息,然后关闭播放器,从长远来看,这会浪费大量时间。
有什么方法可以让 Flash Player 在我单击 Flash 开发调试工具中的“停止”时关闭吗?
编辑:
我的设置是全新安装的 Windows 7、Flash Develop 4 和 Flash Player 10 的新副本。
Whenever I compile my project using FlashDevelop in 'Debug' the Flash Player window remains after I have clicked the 'Stop' button in Flash Develop. I have to then switch over to the flash player, click through any error messages and then close the player, which wastes a lot of time in the long run.
Any way to make it so Flash Player closes when I click 'Stop' in the Flash Develop debug tools?
EDIT:
My setup is a fresh install of Windows 7, a new copy of Flash Develop 4 and Flash Player 10.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以通过编辑 mm.cfg 文件(位于 Windows 的用户文件夹中)来禁用 Flash Player 中的错误弹出窗口。只需添加以下内容:
然后,当您停止 FlashDevelop 调试时,Flash Player 将会被很好地终止。顺便说一句,您仍然可以读取跟踪中的错误。
You may disable the error popup in your Flash Player by editing your mm.cfg file (which is in your Windows' user folder). Just add the following:
Then the Flash Player will nicely be killed when you stop FlashDevelop debugging. BTW, you will still be able to read the errors in the trace.
在 FlashDevelop/Settings/ToolBar.xml 中只需放置此行
并重新启动 FD。
In FlashDevelop/Settings/ToolBar.xml just put this line
and restart FD.
我在 Flash 开发论坛中提出了这个问题,管理员告诉我,他们目前正在考虑包含此功能,但 FD 无法关闭 Flash Player atm。
http://www.flashdevelop.org/community/viewtopic.php?f=13&t=8442&sid=be1affc07163323a49000722e6b86ce1&p=39291#p39291
I've asked this question in the Flash Develop forums and an admin informed me that this is a feature that they are currently thinking about including but that it FD cannot close the Flash Player atm.
http://www.flashdevelop.org/community/viewtopic.php?f=13&t=8442&sid=be1affc07163323a49000722e6b86ce1&p=39291#p39291