Is it possible to have a sprite as a container loading its image from a URL instead ?
So that once I turn the project into an app, I could still update those sprites with new thumbnails for example.
I understand I can do that through appcache, but understand that say if I use phone gap/mobi to make it into a self contain app, the �web site/app� will be self contained, hence to update the appcache would means to repackage a new app, then review, etc.
I just want to have like say a few thumbnail sprite containers shows my latest app and I will be updating them often so I was hoping it could load from a URL.
Is that possible ?