Xyphon Posted June 5, 2010 Share Posted June 5, 2010 My friend and I are making a Flash RPG, and we need to know how to connect Actionscript 2.0 with MySQL. I can do the MySQL, he can do the Actionscript, we just need to know how to connect them so we can save information and maybe make highscores for some things like mini games and such. Thanks in advance Link to comment https://forums.phpfreaks.com/topic/203953-connecting-actionscript-20-with-mysql/ Share on other sites More sharing options...
Mchl Posted June 5, 2010 Share Posted June 5, 2010 You need some script (PHP, ASP, .NET, Python, whatever) to run on the server to accept and parse requests from actionscript, run queries on MySQL and relay fetched data back to actionscript. Link to comment https://forums.phpfreaks.com/topic/203953-connecting-actionscript-20-with-mysql/#findComment-1068187 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.