Welcome, Guest
  • Author Topic: storing user data  (Read 1221 times)

    jay

    • Jr. Programmer
    • **
    • Posts: 99
      • View Profile
    storing user data
    « on: 06/22/05, 08:41 »
    Hello board....

    I have another questions that I am hoping someone can point me in the right direction with.
    Currently I store a lot of my users information in a database. And I wanted to change that.
    I was wondering if it is possible to store user information into an array in flash. This way, when
    another users wants to see the profile of another user/chatter some of the information can
    be retrieved right from an array and not from a database.

    Is this possible? And if so, does anyone know of any resources or articles that talk about how
    to create and use arrays with actionscript?

    Thanks again
    Jay

    ..:: Mazhar Hasan ::..

    • Mods
    • Systems Administrator
    • *****
    • Posts: 828
    • Cheers
      • View Profile
      • SyedMazharHasan.com
    Re: storing user data
    « Reply #1 on: 06/22/05, 13:06 »
    Yes, it is possible by using remote shared object in which you can store information of user on server not in database. See the flashco documentations for more info, but for more users, this approach will decrease the performance of your application, so the choice i yours.
    Your wish is my command