I have a separate swf that contains all graphic assets for my app.
I cannot decide where the logic for preloading should go...
Somewhere it has to interact with a view to display the load progress.
Should the loading logic be placed into a proxy and dispatch a progress notification

?
If so how would you use the "data" property of the proxy? to hold the "LoaderContentInfo" of the loaded swf and then provide a getAsset() method?
any thoughts?
Thanks.