Try changing the load order so that framework.swf is loaded first.

--- In flexcoders@yahoogroups.com, "t_varada" <[EMAIL PROTECTED]> wrote:
>
> Hi All
> 
> I am trying to convert my project to RSL based. I followed all the
> steps in the document but never got it worked.
> 
> Basically we have two custom swc files that is common for all the
> features inside our application. I added the following lines to my
> flex-config.xml (our compilation are ANT based scripts)
> 
> <runtime-shared-libraries>
>             <url>../libraries/UIFramework.swf</url>
>                       <url>../libraries/MenuLib.swf</url>
>                       <url>../libraries/framework.swf</url>
>                       <url>../libraries/flex.swf</url>
>                       <url>../libraries/fds.swf</url>
>                       <url>../libraries/rpc.swf</url>
>         </runtime-shared-libraries>
> And copied all the *.swf to webapps/libraries.
> 
> But when I start my app I get the following error 
> 
> VerifyError: Error #1014: Class mx.controls::NumericStepper could 
not
> be found.
> 
> Really appreciate your suggestion.
>


Reply via email to