I would recommend making a Flex library project. You put all of your common code there, and then you can create a SWC for compilation with other projects, or else you can just have other projects' classpaths reference your library project directly. The latter seems to result in a bit faster compile time from my limited experience ...
-D hank williams wrote: > > I am trying to figure out how to make a source code library of MXML > code that is available to multiple projects. It seems to me this > involves creating a directory that is outside any project folder, but > I am not clear how to reference these files. Currently I have defined > a namespace for all of my mxml files but this directory is in a > project directory. > > Any insight would be quite helpful. > > Hank > > -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcoders/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

