I am trying to include some other Javascript libraries into code created when converting some old Flash animations to HTML5/JS.
It's simple enough to just open the Flash CC-published .html file and add the necessary <script> statements to the head, but of course, every time you re-publish the Flash CC HTML and JS, it overwrites the added lines when the HTML file is updated.
Unchecking the "Publish HTML" box doesn't help all that much.
Is it possible to modify the "template" that Flash CC uses to output HTML? This would save a lot of tedious cutting and pasting when testing animations.
TIA!