Hi,
I've got a javascript file that I need to load into my Flex 3 project. I access it in the HTML wrapper like so:
<script src="myJSFile.js" type="text/javascript"></script>
I use Google Code's library to access JQuery.
Is it okay to put the javascript file in the html-template folder? The idea being that it would be included in the release build. Any reason not to do so? Will this cause an error?