PDA

View Full Version : AS3 to MySQL Database using PHP made easy


quincewyss
05-28-2008, 08:39 AM
I have been helping and getting help at his forum for a couple years now. One thing I noticed over and over were all the issues people run into using Flash AS3 PHP and MySQL. I made some classes that took care of the queries by just calling in a class. Since then I decided to make a Flash CS3 extension that handles all the Action Script for both AS2 and AS3, plus it creates all the PHP for you. Making the proccess of database oriented Flash a breeze. In the coming weeks we will be releasing the ASP ad .NEt versions for Access and SQL databases too. Check it out at http://peakstudios.com. We have a free version that does the select function in AS3 only.


Hope this help everyone wanting to make dynamic data base driven Flash AS2 or AS3.

Cota
05-28-2008, 02:50 PM
Seems like an interesting class set..You should contact Jesse about the possibilities of getting it listed on the home page.

I moved the thread to, what I feel, is a better place for it.

skitripusa
05-28-2008, 06:33 PM
wow i tried the AS3 action script and it did work really well i like that you also were offering it for AS2 i know a lot of my friends that have not moved to AS3 yet. thanks for the tip!:)

Groady
06-01-2008, 05:21 PM
Let me first say I haven't looked at this very thoroughly. But let me play devil's advocate and ask what are the benefits over the readily available (and free) remoting solutions like amfphp (http://www.amfphp.org) or weborb (http://www.themidnightcoders.com/weborb/)?