Is it possible to create a multicore extension for pureMVC ?
we just need to rename import with multicore package path and fix this Class
org.springextensions.actionscript.puremvc.core.con troller.IocController
to pass a key in getInstance method.
protected function initializeController():void {
m_view = View.getInstance(INSERT_KEY_HERE);
}
and after run some tests... good programmer here !???
Bye


Reply With Quote