A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: How would I create a database that logged in users could access and add customization

  1. #1
    Junior Member
    Join Date
    Nov 2010
    Posts
    3

    Question How would I create a database that logged in users could access and add customization

    I want to make a game where a user logs in. Once the user logs in, they have access to a database (let's just say a database of weapons). They could choose a certain amount of "weapons" and every time they log in, they still have the same weapons, regardless of cookies, because the "weapons" are linked to their username. Then the users could use their weapons to battle other users. Also, the user's username keeps track of their wins and losses. I have newb to basic flash knowledge (I took an animations class); I could animate, make buttons, websites, etc. Does anyone have some insight that could point me in the right direction? Thank you.

  2. #2
    Senior Member whispers's Avatar
    Join Date
    Mar 2001
    Location
    CFA2h (respect the HEX)
    Posts
    12,756
    your animation skills are not wehat is needed here..

    1.) Flash itself can NOT talk to a databse..it needs a 3rd party service side script to do so.. (ie: PHP, ASP, CGI..etc)

    2.) you need to use either SQL or (recommended) mySQL so you can set up your database, with all the required info and fields..so this data has a place to be saved and retrieved from.

    3.) from there should be some simple functions to poll/query the database to do whatever it is you like..

    ie: 1 function to load data and 1 function to save data

    what you do with that data on the flash side once you get it..is up to you.

  3. #3
    Junior Member
    Join Date
    Nov 2010
    Posts
    3
    Thank you. Could you point me to a web site on how to set up some of that?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center