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

前端 未结 2 789
野趣味
野趣味 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.

提交回复
热议问题