I have an asp page that loads a response ” user=exists ” everytime I try to update a database record (when of course the record already exists!)
How can I handle this response with AS3 in Flash?
I have an asp page that loads a response user=exists everytime I try to
Share
assuming you are using a URLLoader…
and then the handleResponse function
e.target.data being the response,
hope this helps