Is there any way to have a client-server flash relationship?
Here is what I would like to do:
I have a game server, which I would like to log x/y coords of players on a map, and have flash, on a webpage, query the server for these x/y coords of players, and also pass along info such as health, name, and a few other things. This wouldn't be much information to send across the internet, (less than 1k)
Can Flash run and query a mysql database?...and can you make it query any mysql you want? (Perhaps if game host was different than web host?)
Here is what I would like to do:
I have a game server, which I would like to log x/y coords of players on a map, and have flash, on a webpage, query the server for these x/y coords of players, and also pass along info such as health, name, and a few other things. This wouldn't be much information to send across the internet, (less than 1k)
Can Flash run and query a mysql database?...and can you make it query any mysql you want? (Perhaps if game host was different than web host?)