Flash + XML or PHP?
Flash + XML or PHP?
Out of context: Reply #17
- Started
- Last post
- 24 Responses
- enobrev0
some good suggestions here...
you can use xml regardless of using php or not, xml is probably the easiest way to access large portions of data, where the loadvars function would get a lil hairy.
You can use php to dynamically generate that xml (or asp, cf, [insert preffered scripting language here]).
There is also xml_sockets as mentioned earlier, but that's more for setting up socket server for use with chat apps and multiplayer games.