Skip to main content
Participant
May 27, 2007
Question

Using Flash to generate code

  • May 27, 2007
  • 1 reply
  • 210 views
Hi i am interested in using adobe flash to generate a code out of the infomation a user inputs generally the idea is this 1. User inputs infomation such as age etc 2. a code gets generated 3. this code links in with the infomation that is given and i can now type this into flash and the infomation would come up. Can anyone please tell me is flash able to do this and if so how would i go about doing it, if not what other ways would there be able to create something like this
Thank you very much
Liam
    This topic has been closed for replies.

    1 reply

    Participating Frequently
    June 14, 2007
    You mean you want to create a database with flash, is that it?
    Input and then read data.

    Personnally, I would go on an Flash/PHP interaction.
    Flash can open a php script with variables.
    The php script will use MySQL to store these variables in a database, or will read the database and send those variables back to Flash.

    Take a look at the documentation of LoadVars().