Adobe AIR HTML - How do I dynamically load an image located in app-storage?
I'm working on an AIR application which generates a dynamic client presentation, pulling all necessary data from a PHP framework API. In the process, I download a large number of images and store them locally in the user's app-storage (air.File.applicationStorageDirectory). Side note: the HTML view I am dynamically populating is locat...