Hi all, I know that for a basic Flex Builder project, the folder /html-template contains the wrapper HTML for the generated app. Where does the Flex compiler get the HTML wrapper code when you access the application MXML file directly off the application server? eg. If I invoke http://localhost:8700/MyApp.mxml and view source in the browser, I can see the HTML surrounding the object tag. Where does this HTML come from and is it editable?
Cheers, Oliver

