I have a flex project in which I need to as3xls library (.swc file)
in my project. Now I have downloaded that swc file and included it in flex-sdk\frameworks\libs
and I am able to use the .as files of that swc file.
Now If I have tried to put the swc file in my local project, for e.g. in one of my package of components and added it to the class path (using eclipse project properties -> flex build path
) and tried to use it from that location but I am unable to compile the project as its not able to import the .as files.
Can anybody suggest the location where I should add the .swc
file and use it in my project ?