Question
MXML Multi-Package Namespace
Is it possible to do multiple packages in a single namespace in MXML without making a library project?
<Application xmlns:myViews="package.one.*,package.two.*,package.three.*">
That would be very useful because I keep my views in different packages (by use-case or whatever), and I end up having sometimes 10 namespaces like that. If I could merge them into one, that'd be nice.
Thanks for the tip,
Lance
