On Sun, Feb 23, 2014 at 9:35 PM, Justin Mclean <[email protected]>wrote:
> Hi,
>
> Turns out no need to change anything to compile under 10.2, but you do get
> a RTE if you directly call toJSON ("Variable JSON is not defined.") -
> that's probably OK given that no existing code would be calling it in 10.2
> and someone using 10.2 is unlikely to directly call it and the minimum FP
> version for anything using JSON is likely to be at least 11.1.
>
> Any other opinions?
>
>
It would be great if we could polyfill JSON serialization in AS3 for older
versions of the Flash Player. Perhaps we could use code from AS3CoreLib?
[1]
We already use this library in the Installer.
Thanks,
Om
[1]
https://github.com/mikechambers/as3corelib/tree/master/src/com/adobe/serialization/json
> Thanks,
> Justin