I work in FlashDevelop. I was able to configure it so that I could debug the application by specifying the URL in the settings of the test project "Open Document". It works, I can click "Play in FlashDevelop", it launches my application in the browser, and I can set breakpoints, etc.
This function stops working when I save the FLA project as XFL. When I press the play button, the application runs successfully, but it does not start in the browser. I do not receive any errors or warnings on exit.
Update
Here is my setup. I have Flash Developer and Flash Professional. When I click Play "debug" in Flash Developer, it starts the build in the Flash Professional project.
This is different if I try to open a .FLA vs project when I open it in .XFL:
If I open the project as .FLA (in Flash Pro) when the build is complete, Flash Developer will find out about this and take a step after the build, opening the document and attaching a debugging session to it.
When I open a project as .XFL (in Flash Pro), when the build is completed, Flash Developer does nothing.
My guess is that there should be some kind of message from Flash Professional to Flash Develp saying, βhey, I'm done building, doing everything you created.β
source share