Could not create module error

2013-11-04 Thread Fréderic Cox
it so it might be a timing issue. Is it a network issue or how can I see where this error is thrown? -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Could-not-create-module-error-tp3514.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Could not create module error

2013-11-04 Thread Alex Harui
That sounds like the error from ModuleLoader. The call to create the module class returned null. I've seen that happen when loading a module is restricted by security, or the module is loaded into another application domain. I think you can also cause it by unloading the module or maybe not