Flex 4 - manifest breaking spark

59 Views Asked by At

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?

0

There are 0 best solutions below