1 Reply Latest reply: Apr 20, 2006 7:02 AM by exPluda? RSS

    "SAVE TO ANYFILE"

    deven_delian20031977 Community Member
      Hi Guys!

      I am new to the Flash ActionScript. Trying to get into it.

      I am creating the application which has got the command of ADD, DELETE, EDIT, SAVE, ETC... the record in xml format.

      Is there any Code / Actionscript that would have the command of saving the output data (XML format) from flash to any file/xml/or access database. The command which could update the database records.

      ADD -- Adds new record fields to add in the database.
      DELETE -- Delete the existing record from the database.
      EDIT -- To Modify the existing record in the database.
      SAVE -- To save the new record in the database.

      Thats it... So u can get an idea what exactly I need/am doing.

      ANY HELP?
        • 1. Re: "SAVE TO ANYFILE"
          exPluda?
          you will need to use server side language such as php / asp or wathever to make your flash app save external content.

          see loadVars help in the help menu, ists quite easy to make it work.

          As far as I know, to use access you will need asp, I can't help you with asp since I use php instead.

          Good luck