There's a small bug within SWF9External.java, where the Flex compilation process is looking for a possible "flexlib" folder in the wrong directory. If that would be fixed, SWCs would not have to be added to the WEB-INF/flexlib folder, but could be in a "flexlib" subfolder relative to the canvas LZX file (main application file). http://jira.openlaszlo.org/jira/browse/LPP-10183
I only need to solve one problem for that: is there a way to access the absolute path of the folder containing the canvas LZX file from within the SWF9External class? - Raju
