Storing Flash Variables into MySQL

Flash Meets MySQL

When I first needed a simple function to store a few Flash variables into a MySQL database (through PHP), I actually had to search more than I wanted to. So in order to save myself some future trouble (and time), I created a very simple AS3 class capable of receiving variables and passing them to a server-side PHP. Continue reading…