Flash CMS
- Started
- Last post
- 4 Responses
- Nightshade
I have taken over a Flash website, and my client wants a CMS for it. The website sources data from XML files so the CMS would need to be able to easily edit these.
Any ideas?
- toshiedo0
I used to use Sapid CMS which was an open source XML CMS. I know they've stopped development of it but you may still be able to download it.
- flashbender0
I have not used any of these personally, but might be worth having a look:
http://www.backlotadmin.com/
http://flashblocks.com/
http://www.flashmoto.com/
- karlranday0
Flash can quite easily parse xml, and you can build a custom xml-php file to add content from your wordpress site to feed directly in.
- ornj0
CMS are all personal preference. I've never used one I've been totally happy with. I've had luck using Expression Engine to output XML. The interface leaves a lot to be desired but the code for generating markup is surprisingly simple.