hi,
i have as2 project. i load JSON string via PHP file. i use LoadVars to load file. it works good for current browsers but ,on ie 8, i get corrupted JSON string... it loads only 2048 bytes of 4646 bytes...
do you have an idea about how to solve this?
thanks,,,
if you're not using POST to receive the variable(s), do so. if you are, copy and paste your loadvars code.