I have a module that is being loaded using the mxml ModuleLoader. When I
run the course locally on xampp, everything works, including the
Module's creationComplete function. However, upon loading it and testing
on a web server, creationComplete() never gets called. The module loads
correctly including all visual objects, however, the data isn't being
loaded which is handled in the creationComplete function. I have
confirmed this by placing both an Alert.show and Debug.log (Arthropod)
functions in the creationComplete and neither get called when running on
the remote server. Both get executed when testing locally.
Thanks for any and all replies.

Reply via email to