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 Quote 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. Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.