PDA

View Full Version : Database


ether
11-08-2007, 10:05 AM
Hi

I would like to create a database that is writeable, readable and searchable with a Flash interface.
Does anybody know where to start? Tutorials for example...
Or if should completely forget this and do it some other way =)

Thanks!

Cota
11-08-2007, 02:42 PM
Flash would communicate with the databse via PHP or ASP. You'll need a server-side language as the middle man. You need to understand how Flash communicates with server-side scripts and how the server-side scripts communicate with the database.