i have situation in which i have some library projects, say
"DataProcessors","Lib2"
, included in my lets say "MainProject" (a web project) placed on directory
"E:\bin-debug\MainProject.swf"
, when i build the project it automatically place all the libs .swf in its "E:\bin-debug" folder, but when i debug or run the project it it gives loading error that
"E:\DataProcessors.swf"
not found but i have those lib files on
"E:\bin-debug\DataProcessors.swf"..
what could be the possible errors.. i have included the lib files like this