tags:

views:

238

answers:

4

I want to connect flex with mysql

please help me

A: 

Go via a PHP script as explained here.

Andy
A: 

This site (http://www.sephiroth.it/tutorials/flashPHP/as3flexdb/) has a swc and instructions on how to connect to a mysql database. I have used it before and its pretty easy to understand.

You can grab the latest code from here http://code.google.com/p/as3flexdb/

asawilliams
A: 

Hi,
You can either choose Flex remoting for PHP AMFPHP or use A HTTPService to connect to
php file hosted on your server with returns you Db rows.

try googling - Connecting Flex Mysql

http://www.sephiroth.it/tutorials/flashPHP/as3flexdb/

http://cookbooks.adobe.com/post_Simple_MySQL_to_Flex-5561.html

http://www.actionscript.org/resources/articles/53/1/Integrating-Flash-and-mySQL/Page1.html

thx
amitd

Amitd