I figured out the problem. I think I was loading a module that was compiled with a different Flex SDK. I've been switching back and forth between different SDKs a lot lately… ;-)
I did find it interesting that it has the full file path of the machine that compiled it though… On Mar 6, 2013, at 7:11 PM, Alex Harui wrote: > Which SWF is supposed to supply that class? > > > On 3/6/13 5:41 AM, "Harbs" <[email protected]> wrote: > >> I'm trying to compile an app with modules against 4.9.0 and I get the >> following error: (and my name is not Justin McleanŠ) ;-) >> >> VerifyError: Error #1014: Class mx.effects::CompositeEffect could not be >> found. >> >> at flash.display::MovieClip/nextFrame() >> at >> mx.core::FlexModuleFactory/deferredNextFrame()[/Users/justinmclean/Documents/A >> pacheFlexSDK/frameworks/projects/framework/src/mx/core/FlexModuleFactory.as:73 >> 8] >> at >> mx.core::FlexModuleFactory/update()[/Users/justinmclean/Documents/ApacheFlexSD >> K/frameworks/projects/framework/src/mx/core/FlexModuleFactory.as:511] >> at >> mx.core::FlexModuleFactory/moduleCompleteHandler()[/Users/justinmclean/Documen >> ts/ApacheFlexSDK/frameworks/projects/framework/src/mx/core/FlexModuleFactory.a >> s:836] >> VerifyError: Error #1014: Class >> mx.effects.effectClasses::CompositeEffectInstance could not be found. >> >> at flash.display::MovieClip/nextFrame() >> at >> mx.core::FlexModuleFactory/deferredNextFrame()[/Users/justinmclean/Documents/A >> pacheFlexSDK/frameworks/projects/framework/src/mx/core/FlexModuleFactory.as:73 >> 8] >> at >> mx.core::FlexModuleFactory/update()[/Users/justinmclean/Documents/ApacheFlexSD >> K/frameworks/projects/framework/src/mx/core/FlexModuleFactory.as:511] >> at >> mx.core::FlexModuleFactory/moduleCompleteHandler()[/Users/justinmclean/Documen >> ts/ApacheFlexSDK/frameworks/projects/framework/src/mx/core/FlexModuleFactory.a >> s:836] >> > > -- > Alex Harui > Flex SDK Team > Adobe Systems, Inc. > http://blogs.adobe.com/aharui >
