I think my issue is much more fundamental. I read about linking to common resource folders here:
http://livedocs.adobe.com/flex/2/docs/00000228.html <http://livedocs.adobe.com/flex/2/docs/00000228.html> I created a linked folder in my project to a folder called "TEST" that has one .png file in it. My project Navigator looks like this: MyProject - views -- MyView.as - TEST -- add.png ...and TEST has the little "shortcut folder" icon next to it as I would suspect. Inside MyView.as, I tried to embed the png file: [Embed(source="../TEST/add.png")] but it could not find it. Can you not use Flex Builder's own linked folders to embed files?

