Flash cms
- Started
- Last post
- 16 Responses
- armed_rob
anyone know if...
- it can be done
- there is some share/freeware systems on the net
- it suck?I just wanna know more about this topic – fill me in.
- Anarchitect0
working on making one [W/ mysql+php]
- Anarchitect0
a nice example:
http://cms.beaver82.com/
- armed_rob0
I saw that beaver site yesterday... have you tried it?
- ********0
been playing with the beaver, it's nicely done but a bit of a pain to get up and running..
- armed_rob0
like a real beaver?
- meter0
yes on all accounts
- armed_rob0
bump
- Rozza0
Ive never really seen the point in creating Flash based CMS systems.
Mainly because flash doesnt have any built-in functionality to handle file uploads, and surely the ability to upload images and such is essential for a CMS.
- tomkat0
I also developed a CMS with a Flash Frontend, though that thing needs a lot of tweaking still.
I'm really interested, Anarchitect, show me some when you got some to show..
- tomkat0
oh and group94 has a really goodlooking one fo sure.
- UndoUndo0
i'd like to know how people are tackling the character limitations posed by flash sending content through the header.
if you liked to share!
- tomkat0
I havent encountered that problem yet, only special characters are a bit of stress, you can use urlencode for that.
better use xml anyway.
- UndoUndo0
tomkat: are you sending more than 2048 chars through your header including URL?
are you sending data out through xml and parsing it with php?
- stewart0
CMSMX
FlashMX content managementbut i have to say that the only 2 casestudies they show are not that flabbergasting.
- tomkat0
hmm no havent sent more than 2000 chars yet, thx for the hint.
and no, at this point only using php to parse data.. will switch to xml when i find the time.