
Weird problem with ExportSWC
I have this really weird problem and I hope you could help me.
I have an AS3 project, when I compile it to an SWF everything works fine,
When I compile the same project, unchanged, to an SWC, it compains that it suddenly can't find class that exist in the class path, for example:
Error: Definition com.okgamestudio.utils:DBController could not be found.
As i said, SWF compilation does work, so it means the class does exist.
Thanks,
Or