I wrote an article recently on my blog about using Expression Engine as a CMS. I know a lot of people would like to have a CMS powered flash website so I wrote a little article that details how to do this in Expression Engine. The flash side will come in a seperate article, but for now I've written the section that lets you generate an XML file with site content that you can feed into your Flash front end.
It's not really an article for those developing in the time line or using flash templates. This is for people who write AS3 class files. I know there are a couple on the site. I've used this method on several high traffic flash websites.
I normally use Wordpress to power my flash sites, but the XML templating system in Expression Engine in fantastic.
Building a Site Structure Similar to Wordpress in Expression Engine for Flash Websites
It doesn't go into huge detail, but it will form part of a series of articles that I hope some people here find useful.
It's not really an article for those developing in the time line or using flash templates. This is for people who write AS3 class files. I know there are a couple on the site. I've used this method on several high traffic flash websites.
I normally use Wordpress to power my flash sites, but the XML templating system in Expression Engine in fantastic.
Building a Site Structure Similar to Wordpress in Expression Engine for Flash Websites
However, one thing that Expression Engine does have up its sleeves is its template engine, which includes the ability to create XML templates. Im not a fan of the EE template engine, it can be labour intensive, but the XML template is a cool functionality that you cant ignore. Can you see where Im going with this? If we could create an XML template that would spit out a navigation structure and site content wed be onto a winner! We could feed that XML file into our flash website to generate our site structure and content. With the revamped XML (E4X) handling that came with AS3 this will be a breeze for a flash developer.
It doesn't go into huge detail, but it will form part of a series of articles that I hope some people here find useful.