Skip to main content
jdaston
Known Participant
August 22, 2015
Question

Is there a way to build, load, save a database with flash?

  • August 22, 2015
  • 1 reply
  • 2690 views

Is there a way to build, load, save a database with flash?  I saw many examples that store one record, and one that made an SQL but it was in AIR and there was a thread about the same thing with it butthe answer then was no.

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
August 22, 2015

are you creating an air app, projector or web-based app?

jdaston
jdastonAuthor
Known Participant
August 22, 2015

First I want to build a web based app.

kglad
Community Expert
Community Expert
August 22, 2015

you'll need to create the database using your web host controls and you'll need server-side code (eg, php) to connect your swf to your database.