Archive
Posts Tagged “asset”
- July 28, 2009
Standardizing runtime asset loads (incl. Runtime fonts!).
I’ve been looking for better ways to reduce the size of my main app swfs. Loading assets at runtime has proven to be a flexible solution that saves size in the initial load and throughout the use of the app, as only files essential to the current view can be loaded in. I found myself [...]
Read on