PDA

View Full Version : learn about serverside codings


sureshdavid
12-10-2008, 09:07 AM
Hi Actionscripters,

I'm expert in create code for clientside, But Now I want to study about the serverside codings, But I'm none about serverside (database, servers, etc...)
Now Where i start my study.

Please any one server side experts, help me to learn how to integrate flash with database, and give me the beginner level tutors and samples would be appreciated and more helpful to me..

Thanks in advance

Potemkyn
12-31-2008, 04:44 PM
I'm presently learning how to integrate Flash and ASP.NET. I've previously used ASP pages with Flash that query an SQL db and pass the data back to Flash where it is displayed.

Mike

peptobismol
12-31-2008, 09:46 PM
check the article and tutorial on this site.. I'm sure it has something.

the key is to learn sql..
http://www.w3schools.com/sql/default.asp
this is the interface to your database

and then learn PHP or ASP or whatever language to make that data accessible to a browser or flash.