HI,
I have a game which needs interaction with the server for score submission and login validation.
I have achieved the same thru '
Flash --> ASP --> SQL
This works fine if the variables are submitted with 'GET' method. ASP is inturn sending back the variables using the response.write method. But if I change the variables sending method to "POST' then the same does not seem to work.
I have checked the asp file and it works fine.
So theres seems to be some problem with the flash's post method.
Can one of the kind souls out there help me with the above problem as i necessarily need to keep the info hidden and cannot send it with the get method.
if at all theres a better method like the https method and somebody knows about it then great. But I need help immediately. Is it because of the response.write statement in asp that is not recognised by flash. I am using pws for testing.
Thanks and waiting for a response immediately,
Naveen