How do I run without the application opening a browser?
I'd really prefer my actionscript 3 project to launch in a debugger window outside开发者_高级运维 of a browser, but it always opens into a browser. I browsed through the preferences and help but couldn't find a way to do that.
Is there a way?
Seems like the Flash StandAlone Player may be what you are looking for. You can find instructions to set up the stand alone player to launch while debugging instead of a browser here.
Right-Click on your project. Select "Properties". Select "ActionScript Compiler". Uncheck "Generate HTML Wrapper File"
精彩评论