I would like to get the current Date/Time in actionscript 3, and I want to avoid the Date class since the system time can be easily manipulated by the user.
Can I access a server and get a timestamp?
Is there a better alternative to this method (a simple URL-request)?
Here is how you can do this:
The flash side:
And the php side: