phpnewbie1212 Posted March 10, 2013 Share Posted March 10, 2013 Hello All, Just a query. I have Fla and php file. I'm trying to connect flash to a mysql database through PHP to create a login system for Flash. I've setup the server and database, and i'm trying to write the flash/php to connect them. My question is in the AS3 file were do you specify the location of the phpconnection file and the exact syntax for requesting access to the php file? Sorry if it sounds like a dumb question but im new to this. Thanks Link to comment https://forums.phpfreaks.com/topic/275474-connecting-to-databse-via-flash/ Share on other sites More sharing options...
jcbones Posted March 10, 2013 Share Posted March 10, 2013 You don't connect to the database through flash, but you can through PHP. What is going to happen, is flash is going to request data from a script, that script returns the data in some form (text,xml,html), and then you let AS3 sort and display that data how you desire.Take a look at http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/URLLoader.html Link to comment https://forums.phpfreaks.com/topic/275474-connecting-to-databse-via-flash/#findComment-1417870 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.