On 3/10/16, 10:58 PM, "PKumar" <[email protected]> wrote:
>It is not working. When i am compiling my library with FalconJX(Compc) >then i >am getting "FileUploader.js" file inside "comp" folder. I am not aware how >can i use this js? There are at least 3 ways to use this comp/FileUploader.js in your test application. 1) Follow the patterns used by the other framework swcs to run Ant builder from Flash Builder to inject the .js files into the SWC. 2) Copy the .js file into the FlexJS SDK's frameworks/js/FlexJS/src as comp/FileUploader.js. You may need to create the subdirectories yourself 3) Make a copy of the run configuration and add -sdk-js-lib=<path to parent of comp folder> HTH, -Alex
