Skip to main content
March 6, 2013
Question

Connecting to a remote database from Air with Actionscript3

  • March 6, 2013
  • 1 reply
  • 459 views

Hello,

I am very new to Adobe Air with Flash Builder 4.7. I am building an app with ActionScript3 that will also run on Win, iOS and Andoid. I want to basically get the app database to sync with the web-based database whenever the user is around a WiFi connection. Is this possible?  Where can I get some sample code?

thanks,

Bob

This topic has been closed for replies.

1 reply

Known Participant
March 6, 2013

Hi there,

How big is your database? How often does the web database get changed? If it quite often, or may be lets say once in a month and if it's not too huge, then you can download the database locally and save it on the device and make your app an offline solution.

Cheers!

Deepak