On 9/23/16, 8:20 AM, "lizhi" <s...@qq.com> wrote:
>and the js is a simple lang ,no need the same of flashruntime.simple is >good Many folks have a different opinion. Their code may be counting on implicit type conversions. We have provided several options to control output. Besides @flexjsignorecoercion, which should also work at the file level (but there might be a bug there), there are new mxmlc options like -js-output-optimization=skipAsCoercions which will ignore EVERY "as" coercion in your code. HTH, -Alex