Thanks Gordon,

I just want use a global namespace like mx but without creating swc
file with manifest.xml inside... 

The way to do that is copy flex-config.xml from sdk folder and place
inside of my app folder and add new namespace with uri and manifest?
Right?

Thanks.

--- In flexcoders@yahoogroups.com, "Gordon Smith" <[EMAIL PROTECTED]> wrote:
>
> flex-config.xml and app-config.xml are just ways of setting compilation
> options for mxmlc. You can accomplish the same thing with command-line
> options or (I think) <mxmlc> options if you're using the Ant task.
> 
>  
> 
> Gordon Smith
> 
> Adobe Flex SDK Team
> 
>  
> 
> ________________________________
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of danielvlopes
> Sent: Wednesday, May 28, 2008 1:27 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Re: Use my ou namespace with manifest without swc?
> 
>  
> 
> Help?
> 
> --- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
> , "danielvlopes" <danielvlopes@>
> wrote:
> >
> > Hello,
> > 
> > I have a question about usage of manifest.xml and flex-config.xml. I
> > want create my own namespace for all my folders and componnents but i
> > don't want create a swc for those comps. I just want use the namespace
> > referenced to my own manifest. I found some ways to do this creating
> > the app-config.xml and in namespaces tag on this xml reference the uri
> > and manifest but there is another way to do that?
> > 
> > Thanks
> >
>


Reply via email to