无法使用 Flash Builder 4 分析我的应用程序
我在使用 Flash Builder 4 和任何高于 10.0 版本的 Flash Player 来分析我的应用程序时都遇到问题(大约,我记不清了)。为了解决这个问题,我为 IE 安装了旧版本的 Flash 播放器,并在分析时将分析器指向此版本。现在我想使用10.3,所以这是一个问题!我收到的警报框是:
“无法连接到应用程序以获取配置文件数据。 请尝试再次分析应用程序。”
希望有人可以提供帮助?
谢谢
Chris
* 编辑,回答 *
事实证明,我需要在 mm.cfg 的工作区中声明 ProfilerAgent.swf 的完整路径例如:
PreloadSwf=C:\Users\Chris\Desktop\Working文件夹\Workspace\.metadata\.plugins\com.adobe.flash.profiler\ProfilerAgent.swf?debug=true
I am having trouble profiling my application using Flash Builder 4 with any version of Flash Player above 10.0 (approximately, I can't remember exactly). To get round this I installed an older version of Flash player for IE and pointed the profiler to this when profiling. Now I want to use 10.3 so this is a problem! The alert box I receive is:
"Unable to connect to the application to fetch profile data.
Please try profiling the application again."
Hope someone can help?
Thanks
Chris
* EDIT, Answer *
It turns out I needed to state a full path to the ProfilerAgent.swf in my workspace in the mm.cfg in my home directory. For example:
PreloadSwf=C:\Users\Chris\Desktop\Working folder\Workspace\.metadata\.plugins\com.adobe.flash.profiler\ProfilerAgent.swf?debug=true
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果 IE 失败,请尝试使用 Chrome 或 Firefox。对于 Chrome,请确保您使用的是最新的 Flash Player 调试版本。您可以通过在地址栏中输入“about:plugins”进行检查。确保您没有使用与 Chrome 捆绑在一起的版本。
If IE fails you, try using Chrome or Firefox. For chrome, ensure you are using the latest Flash Player Debug version. You can check by typing "about:plugins" in the address bar. Ensure you are NOT using the one that comes bundled with Chrome.