I've got an old flex builder 3 project that I imported into Flash Builder 4, and I want this project to run its web applications in my web browser. However, the apps persistently run in the Flash Player instead. This is causing no end of problems because of the flash player bug documented at https://bugs.adobe.com/jira/browse/FP-209.

How can I make a project's apps run in the browser instead of the player?

link|improve this question

59% accept rate
feedback

2 Answers

up vote 6 down vote accepted

This issue can be caused by HTML generation being disabled. In the project property panel:

Screen Shot of the settings

link|improve this answer
what version is this? i am using FB 4 in mac. i cant see this window, every time i search this settings. – emrah May 6 at 20:25
found it. project folder -> right click -> properties -> AS or flex compiler (it changes according to project) – emrah May 6 at 22:54
feedback

In your debug configurations, make sure that the url or path to launch points to the html file that the swf is embeded in, not the swf itself. You can reach the debug configuration menu by clicking the little arrow next to the debug bug icon... (and probably some other way, but i always use that menu).

link|improve this answer
I can see that in the run/debug settings now, but it's pretty weird to me that it's happening at all. I'm creating these run/debug configurations right now, and they all point at the .swf file instead of an HTML file. And yet, for other projects, they point to the HTML file. I want to know why that's happening so that I can prevent it. – Chris R Apr 22 '10 at 18:39
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.