You might try disabling the compile target and only use compile-asjs. It should avoid playerglobal and have fewer conflicts. Please post code snippets for errors you are getting.
Sent from my LG G3, an AT&T 4G LTE smartphone ------ Original message------ From: Harbs Date: Tue, Feb 16, 2016 10:24 AM To: dev@flex.apache.org; Subject:[FALCONJX][FLEXJS] More XML handling Starting a new thread because the last one was getting kind of long… I started fixing some of the compile errors in XML, but there are two problems I don’t know what to do with: 1. Object.defineProperty: The compiler is complaining that get and set are not allowed. I’m not sure if I did something wrong, or there’s a real problem here. (I commented out the defineProperty in XML, but left in the XMLList ones.) 2. I’m getting lots of complaints about properties not being available for XML and XMLList. It looks like the compiler thinks that we’re using the default ActionScript classes instead of the new JS-only classes. I’m not sure if the build file needs to be re-worked or what. I’m not sure how to go about differentiating to the compiler between the different classes. If our compiler experts can point me in the right direction here, that would be great. Harbs