If you mark the library as external from the modules, you'll need to
ensure that it is either fully included in the application or else
loaded as a RSL by the application.
-rg
________________________________
From: [email protected]
[mailto:[EMAIL PROTECTED] On Behalf Of zzwi89
Sent: Wednesday, January 31, 2007 12:58 PM
To: [email protected]
Subject: [flexcoders] Re: Question on managing Flex libaries and
Modules
I should add that for the two non-library projects, I have set
the
project properties to include the library. I even tried setting
the
link type of the library in each project to External, which has
the
desired effect of decreasing file size, but causes this error:
VerifyError: Error #1014: Class IWatcherSetupUtil could not be
found.
at flash.display::MovieClip/nextFrame()
at mx.core::FlexModuleFactory/::deferredNextFrame()
at mx.core::FlexModuleFactory/::update()
at mx.core::FlexModuleFactory/::moduleCompleteHandler()
Consequently, none of the modules are loaded.