Solved! Go to Solution.
Brent,
I am still using flash builder 4.0, sdk 4.6 targetting flash player 11.1.0. Under the flex build path I have the framework linkage as 'Merged into code'.
Regards
Anthony
Brent,
Often when something works from Flashbuilder, but not from the browser is a localhost/path issue.
Have you set the Output folder URL in the flashbuilder properties to the http://servername/fvapp? If you run it from Flashbuilder without it set properly, it will either run as http://localhost/ or C:\inetpub\wwwroot\flexviewer\ (which will work through FlashBuilder, but not the browser).
If you see the c:\ path in your browser URL, this is what is causing the issue as the broswer should say http://servername/fvapp regardless of whether lauched from FlashBuilder or directly in browser.
Just a thought,
R_