Error # 1065: JSON variable not defined. (Flash Player Browser 11.3)

My Actionscript compiles and works great offline. On my server, I keep getting

  Error #1065: Variable JSON is not defined

I am running Flash Player 11.3 (tested both on debugging and otherwise). If I remember correctly, this was a Runtime error. Any ideas?

+5
source share
1 answer

Fahim, I am listing this here as a link to another answer. To make this work

-swf version = 13 +

required:

FP 11.0 = 13 FP 11.1 = 14 FP 11.2 = 15 FP 11.3 = 16

, , , ( swf) FP 11 , JSON. , , swload- preloader, swf, Flash Player.

+8

All Articles