hi,
I'm implementing a Flex application with several modules. I'm reusing the same component in all these modules.
I was wondering if I'm correctly importing it in each mxml module definition:
... xmlns:hillelcoren="com.hillelcoren.components.*" ...
Should I import it only once, in the main application mxml instead ?
thanks