Can I embed an HTML Combobox component's JS code into the .FLA's code?
I may need to have a self-contained HTML file that isn't referencing external files and doesn't require the internet.
I have a combobox component in my scalable HTML canvas. The component references external JS files (jquery-3.4.1.min.js); (anwidget.js); and (combobox.js).
Is there any way in which I can copy all of the code from those files and past it into my Flash file's code, while keeping the combobox in working order?
Or would I have to edit the published HTML file and replace all references to those external JS files with their actual code? (I've done this with another file using createjs.min.js, but the file didn't have any components)
Thanks.
