Skip to main content
felipeclq
Participant
July 11, 2017
Answered

Is there a way to save win and losses from a player in a flash game?

  • July 11, 2017
  • 1 reply
  • 331 views

Hi I am new here and I want to know if is there a way to connect my game with a db, so the player can have specifc information saved. In my case I want to save like the win or loss and stuff like that so the player can see that stuff in the web site.
If is there a way to do it, can you guide me to some tutorial or so, because I can't find nothing like this in the web. Thanks.
And i know I will spent lots of time to learn that, I have no life. 😃

This topic has been closed for replies.
Correct answer Ned Murphy

You can interface with a DB by introducing a middleman, such as PHP where you pass the data to PHP and PHP takes care of passing the data to the DB, and vice versa.

If you search Google usinf terms like "AS3 mysql" and the like you should find some tutorials.  Here is a link to results for that pairing...

https://www.google.com/search?q=as3+mysql+tutorial&ie=utf-8&oe=utf-8

1 reply

Ned Murphy
Ned MurphyCorrect answer
Legend
July 11, 2017

You can interface with a DB by introducing a middleman, such as PHP where you pass the data to PHP and PHP takes care of passing the data to the DB, and vice versa.

If you search Google usinf terms like "AS3 mysql" and the like you should find some tutorials.  Here is a link to results for that pairing...

https://www.google.com/search?q=as3+mysql+tutorial&ie=utf-8&oe=utf-8

felipeclq
felipeclqAuthor
Participant
July 11, 2017

Thanks man!

Ned Murphy
Legend
July 11, 2017

You're welcome