I'm afraid after reading the docs and flexcoders archive, I'm still
confused by this "unable to resolve for transcoding" error.

My library project is laid out as follows:

assets
..images
....myimage.png
src
..com
....foo
......MyClass.as

MyClass.as contains one of:
[Embed(source="../assets/images/myimage.png")]
[Embed(source="/assets/images/myimage.png")]
[Embed(source="assets/images/myimage.png")]

In FlexBuilder, do I need to add assets to the source path?
Do I need to move assets under src?

Thanks in advance.

Reply via email to