I am devising a web game with high scores in flash.
I figured I need two things. I am new to flash, so can you help me?
-
I need a way to be httpClient. I found some implementations – but I am looking for something built-in for posting to an HTTP server.
-
In order to make it “relativley” secure – I figured I would keep a password file/or a const variable. Read it, hash it, send it to the server. The server will have the same password, and so it will too hash it. Is this reasonible? I understand the problem of reverse engineering etc. What do you think?
-
Regarding 2 – How can I access MD5 etc. in flash?
Here’s what I can provide against your three points:
URLLoaderclass. This can send / retrieve data from server-side technology (i.e. a PHP script).