Flash Builder 4.6 always shows blank html page on run in Google Chrome. I have tried everything but nothing works.
Kindly help.
Flash Builder 4.6 always shows blank html page on run in Google Chrome. I have tried everything but nothing works.
Kindly help.
I got the solution, there is a security issue with chrome when html page runs on Chrome browser, So We need to set use-network=false in Flex Compiler option in the Project Properties and everything of .swf backs on stage.
If you want to just quickly test the actual SWF build, you could turn off the 'Generate HTML wrapper file' for you project. This will cause any debug or run to use the currently installed standalone flash player to be used for preview.
To do this - right click on your project in the package explorer window, choose properties, then Flex Compiler and then just un-tick 'Generate HTML wrapper file' under the HTML wrapper section
Simple answer: Do not use Chrome for debugging Flash Builder projects.
For debugging, do this:
or
In my experience, this issue is almost always limited to the Debug Mode. I've experienced it once or twice with a Release Build, but the issue was, in the end, caused by the generated HTML, not by the SWF file itself.