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开发者_如何学Python:
"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
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.
精彩评论