as3corelib
as3corelib copied to clipboard
JSON encoding support for __HTMLScriptObjects / __HTMLScriptArrays
Arrays and Objects coming from mx:HTML windows are of the __HTMLScriptObject & __HTMLScriptArray types—which behave slightly differently than traditional objects and arrays. Trying to JSON encode them without these changes produces an incorrect result.