In general, you should avoid anything with the word “legacy” unless you have a good reason.
Good reasons include, but are not limited to:
- The effort to convert old code from an outdated system is not possible within your current business constraints.
- An outdated system contains important features not provided by the new system.
The problem with legacy systems is that the company / developers are not required to continue to support it.
This particular error message means that:
- If you set your target in Flash Player 14 or higher, it will use JSON-compatible escape methods.
- If this is not compatible with your external code, you need to configure Flash Player 13 or lower.
"JSON Compliance" or "JSON Conventions" means that any characters that are special to JSON will be escaped to prevent possible errors.
Cyanangel
source share