Hello Flexcoders, I'm trying to figure out if there is a way to change the usual behaviour of the flex builder's generated html wrapper:
I want that the final html hosting my swf is an html generated by an aspx page on the server. Thus, I would like to configure FlexBuilder in such a way that it uses my own, let's say, "index.template.aspx" to have "myFlexApp.aspx" and "myFlexApp-Debug.aspx" generated at output. If I replace the standard "index.template.html" with an "index.template.aspx", I get only one "index.aspx" at output which is the debug version (I think that FlexBuilder generates the release version first and then, it overwrites it with the debug version) Is there any way possibility to do this? Thank you in advance.

