Is there a way that I can configure my Flex 4 project to include the JavaScript portion of the SWFAddress library? I have the AS included no problem, but in order to test its functionality, I have to open Main.html and include swfaddress.js each time I compile the Flex project, which is a tad tiring.
Thank you for your time.
Changes you wish to persist upon build should be implemented in the html template:
By updating
index.template.htmland items within thehtml-templatefolder, your published html will contain the updates.