I have a flash map application that I want to rebuild on the new flash platform (AS3).
It will pull in a load of records at the beginning of the application and then run without needing to communicate again.
Given this scenario, what would you recommend be the best (and most flexible) way to get this set of records into flash?
This is one of maps I'm working on: http://www.norcrossga.net/map/Interface.html
It's built in Flash 7 and doesn't communicate with my MySQL Backend, I manually update the data once a month.