Hi,
I'm trying to show in the example a load of a module when user clicks a
button what is habitual (load a section of the app when the user clicks a
menu option or navigates a tab bar)
Doing this:
public function loadModule():void
{
moduleLoader.moduleName = "JewelModule";
}
reports this (in release mode):
TypeError: undefined is not an object (evaluating
'this.zh.moduleName='JewelModule'')
I'm trying other workarounds but all failing (trying to crearte the
UIModuleLoader with AS3 and then add to the displayList, trying to defer
the assignment of 'modulePath' as with 'moduleName'
I'm missing something?
--
Carlos Rovira
http://about.me/carlosrovira