Drahcir
Drahcir

Reputation: 11972

Problems referencing other project

I'm trying to reference a library project from my working project in Flash Builder 4.6, however it's not working. When I try and import a class from the library project I get an error.

ReferencedProject

PackageExplorer

ImportError

I've tried restarting the IDE, and have tried deleting AS3CoreLib and then creating it again. What am I doing wrong?

Upvotes: 0

Views: 76

Answers (1)

JeffryHouser
JeffryHouser

Reputation: 39408

You want to add that project [or SWC] to your library path. That is not the same as "Referenced projects".

I wrote a detailed blog post about What to do with a SWC. Instead of the "Add SWC" button you can use the "Add Project" Button.

Upvotes: 3

Related Questions