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
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.
My best guess if that you need to urlencode the keys and values in the data from the php script.