I'm looking to develop some CMS-able 100% Flash based websites. I have only worked with creating static based Flash websites in the past. What is the best way the approach this?

link|improve this question
feedback

4 Answers

woah... woah. Does the CMS run in Flash? if not, that's probably a good thing.

I would recommend you have a CMS system that you can make calls to that will spit out XML i.e. site.com/data?blogarticleID=7 site.com/data?blogarticlesStartDate=010109&blogarticlesEndDate=whenever

and then you would get a big XML file with all your data inside. You could then rip this up and stick the data into seperate dynamic textfields....

I would start (because I did start) with reading in txt files, use loadvars etc. before you move onto XMLs.

link|improve this answer
feedback

I don't know if you want to reinvent the wheel, or create a new product. But there is a Free Software (GPL) solution available: Silex

link|improve this answer
feedback

I would say sit with your team and make an analysis on the requirements. Flex with ZendAMF would be so cool, and it would make your work and task very simpler.

Try to go with XML first reading the info, then go with PHP and finally intergate with ZendAMF which will make the application rocking with more options.

link|improve this answer
feedback

If you're Flash sites are going to be backended by XML files, Verb integrates very well.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.