OK I have a few classes I have made or found on the web that I plan to use in multiple projects, I would rather store these classes in a central location instead of copy+pasting them into each project.
my Flex projects have their own workspaces inside the path Flex/WorkSpaces/< workSpaceName >
If I wanted to put another folder inside the Flex directory and have the packages be com.mydomain.whatever
What folder structure would I need to make, and how would I make the code accessible to my projects?
Thanks!