Re: [flexcoders] XMLNS to use same components in multiple projects

2007-05-16 Thread Bjorn Schultheiss
you can refer to your mxml-manifest.xml file found in the {FlexSDK}/ frameworks dir. that way you can use xmlns:myComps="http://whatever.com/mxml/"; So basically you set your compiler to also read your new manifest file. Bjorn On 17/05/2007, at 1:53 AM, boy_trike wrote: I have a few custom c

[flexcoders] XMLNS to use same components in multiple projects

2007-05-16 Thread boy_trike
I have a few custom componets that I want to use in multiple projects. How can I set up a nameSpace in each application that will reference a specific folder on my computer? Sort of like XMLNS:myComps="c:\flex\mycomponents\*" Thanks Bruce