I have to set up an list of events in sort of a calendar format. I’m trying to figure out how I should bring in the data.
The data will be stored in a mySQL database. Should I just bring it straight into flash with PHP, or should I use PHP to convert it to XML and then bring it to flash?