----- Original Message ----- From: "markgoldin_2000" <[email protected]> To: <[email protected]> Sent: Monday, January 26, 2009 5:26 PM Subject: [flexcoders] Base one mxml component on another from Library
>I have a project with a common component library added to it as SWC. > I am trying to create a mxml component in my project that would be > based on a component from the library. How do I do that? Components are based on the component that's used at the top level in the component definition. I would assume it's just a case of using the component in the swc as the top component of your new component. Paul > > Thanks

