I assume you are using "FileUploader" and not "fileUploader" as the component name.
Next step is to unzip the swc and check the catalog.xml. In the test application, what code is referencing this component? It looks like it is in the "comp" package so AS code must import comp.FileUploader. I didn't notice a manifest.xml file which is usually needed to use a prefix in MXML, otherwise you need to do something like xmlns:comp="comp.*" -Alex On 3/5/16, 10:31 PM, "PKumar" <[email protected]> wrote: >I used the additional compiler arguments and code compiles perfectly. But >"fileUploader" is not found inside the swc, when i am using swc with >other >application, as generally we use any swc in FlexSDK. Here i am attaching >the >settings screen shot. Please check & suggest. > ><http://apache-flex-users.2333346.n4.nabble.com/file/n12130/Capture1.jpg> ><http://apache-flex-users.2333346.n4.nabble.com/file/n12130/Capture2.jpg> > > > > > >----- >Regards, >Prashant >-- >View this message in context: >http://apache-flex-users.2333346.n4.nabble.com/FlexJS-FileUploader-Control >-tp12072p12130.html >Sent from the Apache Flex Users mailing list archive at Nabble.com.
