I'm trying to add assets into a flex library .swc file with no success.
The assets folder in the library project contains a gif file. The project also contains a Spark Group componnent that displays the image.
When i try to use this componnent in a different project the image is not visible. If i copy the assets folder from the library project to the main project the image is visible.
I added the assets folder in the Flex Library Build Path
Why aren't the assets contained by the swc?
Thank you!
Attached screenshots: