A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: bACKEND

  1. #1
    Which commend is used to save our flash things to a database


    i made a feedback form in flash, name, email, comment also give this name for text fields. how i push the data to the date base. i used ASP.

    which command used for push and which command is used for pull( i mean loadin to flash screen from database)
    if u can give me the asp commands also

    Thank You

    JOPHI

  2. #2
    The database commands depend on what kind of database you are using (ie mysql). As for Flash; I don't think it has direct database support so you'd have to have some kind of script (ASP, perl, or whatever) which would format the data you want and act kind of like a text file which flash could read. I'm sure there are some tutorials on this subject. I can't be very helpful because I haven't done it before :\

  3. #3
    Senior Member catbert303's Avatar
    Join Date
    Aug 2001
    Location
    uk
    Posts
    11,222
    To get your variables from flash to your ASP script you'll need to use something like loadVariables("myaspscript.asp",this,"POST");

    in the ASP script (i'm not familiar with ASP) but i'd imagine you need to set up a connection to the db and the generate an sql query (although the exact syntax for this varies depending on the database) to insert the data loaded from flash into the database.

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