ModuleViewLoader - does it load modules into child application domains by default ?
Is the Cairngorm 3, "ModuleViewLoader" loading modules into child application domains by default, or we have to do it our self like this:
public function init():void{
var childDomain:ApplicationDomain = new ApplicationDomain(ApplicationDomain.currentDomain);
modelLoader.applicationDomain = childDomain; }
<module:ModuleViewLoader id="moduleLoader"
moduleId="{ moduleId }"
moduleManager="{ moduleManager }"
skinClass="com.adobe.cairngorm.module.ModuleViewLoaderSkin"
visible="{this.visible}"
width="100%" height="100%">
<module:loadPolicy>
<module:BasicLoadPolicy/>
</module:loadPolicy>
</module:ModuleViewLoader>
I think it's important to know regarding unloading the modules.
Thanks,
