On 12/2/16, 8:49 AM, "sankar" <santanu4...@gmail.com> wrote:
>Can I use supplied source class in FlexJS SDK instead from the compiled >"swc"? For an example, > >If I want to access *SimpleBinding* API resides at >/<SDK>\frameworks\projects\Binding\src\main\flex\org\apache\flex\binding\S >impleBinding.as/ >instead from /<SDK>\frameworks\libs\Binding.swc/, is that possible >someway? Any classes found in the source-path will be used instead of classes in a SWC. That is the basis of "monkey-patching". Doing so can be a bit trickier in FlexJS as many AS files contain conditional compilation which you will have to set up in your compile flags and use a different set of conditional compilation flags when doing the cross-compile. HTH, -Alex