Debugging Custom Flex Components
Let’s say you have developed a custom component in Flex that inherits from <mx:Panel> and handles user login functionality. This component lives in its own Flex project. Now let’s say you create a new MXML application that will take advantage of the login component so you “Add SWC” in the project’s Library Path and add [...]