I have two MXML components ready to go. I want to export them to their own SWC. I have read the Using Flex Compilers chapter in the Flex 2 Build and Deploy guide and read Creating and Extending Flex 2 Components. I do not see an example (or as i put it - a get out insanity free pass) of how to do this for my situation. There are small snippets for each feature but not an example like the RSL Example on page 225.
* My MXML components are in the root directory of my regular old standard plain jane Flex Project. I have them here rather than in com.mynamespace.controls because I've read somewhere that this is where it is supposed to be. * My AS classes it imports are in com.mynamespace.utils. There are three of them I need to include. * It's not clear to me in my readings what I need to do to make my components show the default name of the namespace in my component. ie, <mynamespace:MyComponent /> or if Flex Builder does this automatically for components added to a project library path. I have had many undescribable times figuring undocumented things out in the Flash component world (biting tongue). I do not want to have so much "fun" again. dorkie jaded dork from dorktown ps if i've missed the docs on this then great. tell me where it is.
