Hi All,
I've been having some issues compiling SWCs...
When i run compc with incremental=false, everything works. But if
incremental=true, none of the embedded assets are included.
Assets are embedded in .as file like so:
[Embed(source="/path/to/image.png")]
public static const imageClass:Class;
Any ideas on how to get this working? or is it a known issue?
I've been having some issues compiling SWCs...
When i run compc with incremental=false, everything works. But if
incremental=true, none of the embedded assets are included.
Assets are embedded in .as file like so:
[Embed(source="/path/to/image.png")]
public static const imageClass:Class;
Any ideas on how to get this working? or is it a known issue?