I'm sure this has been covered elsewhere in the forums - I just can't find it.
Is there a way to load a game with some external data already - such as putting a get string in the url, etc.? (or send data to the game without an AJAX request?)
I have a game with a settings that is determined on the server. I want to be able to send that setting to the game when I load it, so that the game will know what to ask for when I do an AJAX request
Here's a simplified version of what I'm looking for
1) The server picks a random number from 1-5
2) It sends the number (3) to the game
3) The game sends sends an AJAX request back to the server with the number 3
4) The server looks up in the database...If this user is 3 today, his color is blue.
I hope it makes sense...thanks for the help