Creating flash application from existing database

I was just wondering, for example, if I had an existing database for an airline company or similar that was already a website - am I were able to create a flash application where I can utilise the existing code/backend database and create a spiffy flash application.

What things would I need/need to know before I can undertake such a program?

In the end I’m hoping to then make a touchscreen program.

Cheers!

If you ware using PHP, or had used it once, you’ve probably came across PHP Myadmin. There’s also
FlashMyAdmin. It’d be most popular solution.

I’d go about it like this:

  1. Learn how to use a server side scripting language to connect to the database and create XML file
  2. Learn how to connect Flash to XML files and parse the data
  3. Learn how to actually make the application work with actionscript

Sounds like it could be a big job, and probably a really big learning curve if you’ve never done it before but the best way to learn is to get your hands dirty.