Alex, thank you once again.
I know the swc is a sort of zip file, i've opened it and i've read the
catalog.xml. Modules and moduleLoader tag were there.
I've changed the order of libraries, putting framework.swc at first
position, before fds swc. I've also put the source attachement in the
right way.
Everytime the same problem!
Are you sure that the moduleloader component is compatible with
project that are not recognizes as flex project by FlexBuilder? I've
created this project as fds project, and eclipse read it as a j2ee
project. I can't explain the reason that allow me to load modules
within a "classic" flex project and don't allow me to do the same
thing with fds or j2ee project.

Thank you very very much

Fabio



--- In [email protected], "Alex Harui" <[EMAIL PROTECTED]> wrote:
>
> The framework.swc is really a zip file.  In it is a catalog.xml that
> lists the classes known to it.  Make sure ModuleLoader is in there.
> 
>  
> 
> It might be an order problem too.  Make sure the framework.swc is going
> to be found before the FDS swcs.
> 
>  
> 
> ________________________________
> 
> From: [email protected] [mailto:[EMAIL PROTECTED] On
> Behalf Of fabio_sebastiano
> Sent: Thursday, March 22, 2007 1:02 AM
> To: [email protected]
> Subject: [flexcoders] Re: Module issue
> 
>  
> 
> Hi, thanks for the reply. I checked the lib-path and i found that it's
> the right one, the one that flexBuilder automatically put when i
> create a project. I've also tried to change the path and point the
> 2.0.1 one, recompile the application and deploy it to the server...but
> it still give the same error. 
> I really don't know what to do, and the others flex projects still
> works...this thing is making me loose a lot of time!!! 
> 
> Thanks, Fabio
> 
> --- In [email protected] <mailto:flexcoders%40yahoogroups.com>
> , "Alex Harui" <aharui@> wrote:
> >
> > Check your lib-path to make sure the framework.swc is the right one.
> If
> > you end up with a 2.0 instead of 2.0.1 it won't know about
> moduleloader.
> > 
> > 
> > 
> > ________________________________
> > 
> > From: [email protected] <mailto:flexcoders%40yahoogroups.com>
> [mailto:[email protected] <mailto:flexcoders%40yahoogroups.com>
> ] On
> > Behalf Of fabio_sebastiano
> > Sent: Wednesday, March 21, 2007 7:50 AM
> > To: [email protected] <mailto:flexcoders%40yahoogroups.com> 
> > Subject: [flexcoders] Module issue
> > 
> > 
> > 
> > Hi everybody,
> > i'm facing a real funny problem with modules and moduleLoader, i hope
> > it's not my fault anyway...
> > If i create a normal flex project with fBuilder, i'm able to use
> > modules in a lot of different ways (as mxml, as as in a function
> > etc..)...
> > but if i try to use them in my fds application (created with fds
> > eclipse plugin) i can't use modules. The compile-time error message is
> > always the same:
> > 
> > Could not resolve <mx:ModuleLoader> to a component implementation
> > 
> > I tried a lot of solutions, paying attention to import all the classes
> > etc...but nothing change.
> > 
> > I will appreciate everykind of help.
> > 
> > TIA
> > 
> > Fabio
> >
>


Reply via email to