--- In flexcoders@yahoogroups.com, "joshonemail" <j...@...> wrote:
> This is the runtime error I get after compiling with no errors in
> 4.0.0.10485 and later:VerifyError: Error #1014: Class

I think your problem is that RSL's are now used by default, and when compiling 
outside Flex builder, you have not specified a factory class to load the RSL's.

Did you see an error like this when compiling?

"Warning: This compilation unit did not have a factoryClass specified in Frame 
metadata to load the configured runtime shared libraries. To compile without 
runtime shared libraries either set the -static-link-runtime-shared-libraries 
option to true or remove the -runtime-shared-libraries option."

Try adding the -static-link-runtime-shared-libraries mxmlc option to your build 
script.  

-david knape





Reply via email to