PDA

View Full Version : Flash-PHP-MySQL integration?


erinql
07-02-03, 12:05 PM
I'm a PHP-MySQL guy who has a job to put together a content management system (CMS) for a photography studio.

I need to integrate this with my designer's Flash front end.

I've read enough to know that it can be done with Flash's ActiveScripting, and I might need to use Remoting, but that I also need something like AMFPHP or Cabron Connector for remoting. I'm confident that I can download and install required packages, but I'm not sure if they work on a shared-server situation.

My question is, does anyone already have experience doing this, and if so, what's your standard path for integrating these (or better) technologies (especially on a shared-server)?

Eman

Rich2k
07-23-03, 02:29 PM
I've done some stuff with this.

I get my PHP to generate an XML document from the MySQL database. Then using Flash MX you can read the XML document in and do whatever you want with the data.