I am getting \"Error #1132: Invalid JSON parse input\" and cannot understand why.
My json is generated by php: json_encode($x). Output json if displayed in TextArea(
Your JSON is valide and dont have any prob in it. Might be this would help you. In your result event update ur code with reference below.
// Code var result:Object = JSON.parse( String(event.result) ); trace( result['title'] );