I am creating an app with Flex 4 using Flash Builder. When I try to use mx:XML component, I get the error Could not resolve <mx:XML> to a component implementation. Can any one tell me which package to import to resolve this error.
I am creating an app with Flex 4 using Flash Builder. When I try
Share
Try with
<fx:XML(assuming that you are using the default namespaces generated by FB). Also it should stay in<fx:Declarations>area.