forked from sgmnt/LocalCacheLoader
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I suppose it might be useful to share potential use cases (I guess there is such thing as "use case driven development").
You have AIR app, desktop or mobile – doesn't matter, but think of it as an app for exhibition. It is data driven and that data comes from server (usually it's editable by some sort of CMS). So you want to pre-cache all the assets first on the startup, then start the app.
I can imagine, it is possible to do with the current version (simply by loading every asset). But there is really no point to use actual loader classes – it would be better to download them via Loader.loadBytes() and directly put the into storage directory.
Metadata
Metadata
Assignees
Labels
No labels