I just finished installing Adobe Flash Builder 4. I definitely installed the latest flash player from the Adobe website on my computer. In addition, in the Flash Builder 4 launch configurations, I changed the source path from the .html file to the .swf file that was generated. I do not need to test it in a web browser, I just want to run swf in a flash player.
I only have the 1.as file in my actionscript project, and there is no code in it except the package, class, and main function instructions. When I run the .html file, it works fine, and debugs is fine. However, when I switch the source path to a .swf file, it works fine, but does not debug !
When I debug it, the progress is stuck at 57%, and on the "Progress" tab it says "Waiting for Adobe Flash Player to connect to the debugger ...". After a few minutes, a window appears that says:
"Failed to connect. Session completed. Make sure that you started the application with debugging and that I have a debugger version of the flash player.
What can I do to fix this? I am on an Intel Mac running OS 10.6.5.
thank
source
share