When I use the following namespace command line argument (in FlashDevelop's additional compiler options) and declaration, spark components (SolidColor, GradientEntry, etc.) are no longer resolved to component implementations:
-namespace library://ns.shinynet.com/flex/shinylib lib/manifest.xml
xmlns:sn="library://ns.shinynet.com/flex/shinylib"
Everything works fine when I explicitly declare them with
xmlns:sn="com.shinynet.shinylib.components.*"
But, of course, I'd much rather use a manifest to make updating and organization easier. Any idea what's going on here?