ok, I understand
you have a html file as asset inside AI
and you like to load a Javascript from outside of AI
but the Javascript needs to be included in the html file to be able to access it...
therefore I do not think that this is possible
and let's assume it would be possible, currently I do not know how I could use that somewhere
follow Gary's advice and take a look at HTML5 possibilities, there also is a canvas...
and include that into AI...
Taifun
Am Sonntag, 5. August 2012 22:20:35 UTC-6 schrieb Scott Ferguson:
@Taifun. Since we can run Javascript in the Web Viewer and we have the ability to save files on the sdcard, I thought it might be interesting to combine those capabilities to make a simple Javascript editor where you can load, save and run Javascript from inside App Inventor.
---