Over 10 years of community discussion and knowledge are maintained here as a read-only archive.
Let the animations proxy have a property that references a config object (approach 1) or maybe even references the config proxy directly (approach 2). Let the music proxy have a similar property.
if ( proxy == null ) throw Error( proxy.getProxyName() + ISTARTUP_PROXY_MSG );
if ( proxy == null ) throw Error( r.getProxyName() + ISTARTUP_PROXY_MSG );
Hi,I just wanted to point out a tiny glitch I stumbled upon while going through the source code of the StartupManager utility...
in AssetProxy, swf2Load is a String but is used also as type IStartupProxy.
There's no problem with a Proxy retrieving and interacting with another Proxy. The Proxies are able to encapsulate dependencies in the Domain Model this way.
I know justSteve has been working on something similar.
Added support for open-ended resource list.