FLash Builder 4 Debug Application using the same html file
I have an html file which I want to use every time I debug 开发者_StackOverflow社区my flex application. I don't want an new html file to be generated every time. How can I do this?
Thanks in advance
You can set compiler settings to turn off html generation and in debug settings you can customize the URL for debugging.
精彩评论