Array
connect to database [Archive] - FlashMove Forum

PDA

View Full Version : connect to database


skitzer
01-05-2007, 07:23 PM
Does Flash Lite support database connectivity? If so, how?

Sppolo
01-11-2007, 08:01 AM
hi guys am new in this venture,i want to know how to connect flash to a database and how they can interact

saumya
01-11-2007, 09:51 AM
Does Flash Lite support database connectivity?
yes, it does.
Now,
If so, how?and how to connect flash to a database and how they can interactare same question.

Flash cannot directly talk to the Database.For this we require a 3 tier Architecture.
Flash ----->PHP----->MySql

That means, flash will talk to a server side script like PHP, ASP or JSP.Then that serverside script will get the data from Database and give it to Flash.
tutorial lists
one (http://www.codeproject.com/asp/flashasp.asp)
two (http://www.15seconds.com/issue/010605.htm)
three (http://www.kirupa.com/developer/actionscript/flash_php_mysql.htm)
four (http://www.sephiroth.it/tutorials.php)
five (http://forums.creativecow.net/cgi-bin/new_page_wrapper.cgi?forumid=1&page=http://www.creativecow.net/articles/brimelow_lee/php_mysql/index.html)
:)