0
votes

I'm having a problem with Flash Builder 4.6 premium. I'm using the 4.6 flex sdk and creating a web application. To test my development environment I simply add:

<s:Label text="TEST" x="10" y="10"/> 

between the Application tags of the mxml file. When I switch to design mode I can see my TEST label. However, if a run a debug or a release test ( as web application ) I always wind up with a blank page. I have even tried importing sample code from books that I know to be good code. This is so weird because I have been using the program with no problem for so long then sudenly this. I have blow a whole development day over this.

Please HELP! Thanks, Marc

3
Is this program just terminally bug ridden? I get that notion from reading the other questions. If so, can I use the 4.6 sdk with flashbuilder 4.0?Marc H
I don't know what other questions you've read. I've used FB4.6 as my primary Flex IDE since it came out w/o any issues. Since you can't run your program, a few questions: Is there some other bug preventing your app from compiling? Check the problems tab. Is output being generated in the bin-debug folder? Is the specified URL in your project settings correct? Have you tried loading the SWF directly w/o going through the HTML page?JeffryHouser
Check your error log. If you don't have one yet, set it up: blog.flexexamples.com/2007/08/26/… Any conspicuous error messages?weltraumpirat
What browser are you using to test this? If it's Chrome, that's the problem. Chrome does not play nice with the Debug Flash player and there are issues with Flash in general. For debug work, I suggest using another browser (IE or Firefox seem to work best).Josh

3 Answers

1
votes

right click project name->Properties->select "Flex Compiler"->

there is a label "Additional compiler arguments", input "-use-network=false" in the textbox below this label.

->OK.

0
votes

Project -> Clean

and check if you are running debug version of Flash Player on the default browser.

0
votes

Ran into the same issue, the problem being Chrome was my default browser. In the flash builder preferences you can define which browser to use when debuging.