How to count time securely in a Flash game?
Posted
by user352353
on Stack Overflow
See other posts from Stack Overflow
or by user352353
Published on 2010-05-29T17:02:08Z
Indexed on
2010/05/29
17:12 UTC
Read the original article
Hit count: 136
game-development
|actionscript-2
Hello.
I'm developing a Flash game in ActionScript 2, and the issue if that this game has to count the time securely.
It can't count the time from the Date class because the Flash Player takes the time from the local computer, and the user can change the local time so the time reported would be fake.
I haven't considerend to take the time from the server because there's a 3WH (3 way handshake) time and it would not be practical.
What do you sugest me??
© Stack Overflow or respective owner