Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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

New Here ,
Jul 10, 2017 Jul 10, 2017

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. 😃

TOPICS
ActionScript
288
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Jul 11, 2017 Jul 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

Translate
LEGEND ,
Jul 11, 2017 Jul 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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 11, 2017 Jul 11, 2017

Thanks man!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 11, 2017 Jul 11, 2017
LATEST

You're welcome

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines