In flex created a SWC file. It has a Actionscript folder which contains the actionscript files. And then created a desktop project in which I want to invoke a actionscript file from SWC.
In normal way we can call the external source file like this
The question is "How can I give a source path or call a external actionscript file from SWC"?
Is it possible to call plain Actionscript and assets(image folder) file path from SWC to new desktop applications after include the lib file into that project?
include somepackageinswc.someclass;
doesn't work? – Ivan Chernykh