Error #2101: The String passed to URLVariables.decode() must be a URL-encoded

前端 未结 2 751
野趣味
野趣味 2021-01-28 17:31

I have a problem in my code that I have no ideia how to fix.

I have a AS file that needs to get variables out of a php form, and I keep getting this error:

Error

相关标签:
2条回答
  • 2021-01-28 17:38

    For me, sometimes Flash won't read the first variable in the file. Try putting a dummy variable first and then your ID etc.

    I've had to do that for a few projects.

    You can also try loading it as TEXT.

    0 讨论(0)
  • 2021-01-28 17:57

    My best guess if that you need to urlencode the keys and values in the data from the php script.

    0 讨论(0)
提交回复
热议问题