Read about applicationDomain and set it in your main application code. We struggled a lot with this error and found it related to which version of the class is being loaded first. (The one in the main application or the one in the module) The applicationDomain setting solved it.
Good luck, Evyatar בתאריך 16 בפבר 2013 03:18, מאת "João Fernandes" < [email protected]>: > Tom I Don't know if it's the case but in the past it happened with me too > but in my case it was a module that wasn't properly recompiling and there > some kind of class definition mismatch which would end up solved once I > forced the module recompilation and cleared the browser cache to be sure > the new swf was loaded. >
