Public Voice Network
- Why, why, why?
- What are you listening to… 888888
- FMT 112108 3030
- Volume One 1212
- blog 3026530265
- thread killer 22022202
- Ignore button please. 2424
- New Bond "Quantum of… 7272
- For a better tomorrow 1919
- EC: Joe Wigdahl 2626
- Dream Cars Videos 99
- Wanda Sykes munches rug 2929
- Batesoling was fun 1010
- No Vocode 2525
- Canned Food Drive 22
- Australia! 2424
- Pic of the Day 1017810178
- Baby P's Parents/Kill… 5959
- Friday, fuck yeah 99
- the painful truth... 66
- ODB Interview 33
- How much % of visitors to… 2828
- Politics 48814881
- my identity is loading... 55
Anyone use a CMS + Flash? 1616 Responses
Last post: 3 months ago | Thread started: Aug 21, 08, 9:53 a.m.
- coldy
I havent found any other CMS threads that answer my question so....
Does anyone use any of the many popular pre-made CMS's with their flash sites? Is this possible? Ive had a look and none of them seem to offer the XML support that flash would need.
Im very confident with AS3 + XML, and Id like to start being able to integrate a CMS for clients, but know very little about PHP or any of that server side sh*t, nor do I want to.
any advice?cheers
- Aug 21, 08, 9:53 a.m. – Permalink
- SigDesign
We have a custom-made CMS here called Slate: http://slateinfo.blogs.wvu.edu/
It's been integrated with Slideshow Pro and Flash, and it's going to be released for open source soon, hopefully.

- Dog-earAug 21, 08, 9:55 a.m. – Permalink
- recpos
Check this one out. Some friends of mine developed it.
http://www.unwrong.com/products/…
- Dog-earAug 21, 08, 10:05 a.m. – Permalink
- craighooper
Flashloaded has a Flash CMS called "fCMS" and "fCMS Pro".
http://www.flashloaded.com/flash…
We've demo'd it, and it's a bit of a bitch to use, to be blunt.
What is needed is something that connects to, and updates (in realtime) any Flash site, w/ minimal headache (all w/ minor best-practice on the part of the Flash designer/developer).
fCMS might be the best solution out there at the moment, lumps and all.
Another Flash-based CMS for commercial use is Flashblocks. Had the same experience w/ Flashblocks as we did w/ fCMS...


- Dog-earAug 21, 08, 10:17 a.m. – Permalink
- coldy
thanks craig, those two I have seen and along with others they provide a kind of standard page loading type flash content management that I almost guarantee wont work for me when Im getting up to text animation craziness....
The sites Ive seen them work on may as well be html.


- Dog-earAug 21, 08, 10:32 a.m. – Permalink
- coldy
yes xml-rpc looks great. I need something the client can use to change the content as well if Im correct?
I have had some success in the past using wordpress, then called database requests from PHP, which then parses it into XML. But the WP CMS is overkill for a lot of what Im doing and its not built for the type of site structure I normally implement.


- Dog-earAug 21, 08, 10:36 a.m. – Permalink
- d_rek
I worked on something very similiar to what you're talking about. It wasn't the most difficult thing but can be challenging if you don't have a lot of background with scripting and code.
Basically we had the flash site done in AS 2.0 (essentially an empty shell) that parsed an XML doc using xml2object class that was generated by our CMS that used php/mysql.
We built it all from the ground up, with the exception of the xml2object class - someone else wrote that.


- Dog-earAug 22, 08, 9:29 a.m. – Permalink

