View Single Post
Old 06-20-2009, 11:54 AM   #4 (permalink)
jamiemac2005
Design Team Member
 
jamiemac2005's Avatar
 
Join Date: Jul 2007
Location: Coventry, UK
Posts: 1,883
OS: Vista, various linux distros


Re: user-changeable Flash Web Site ?

Haha, basically, the way to do it is to have...

...One section where they can input new content in text/HTML/SWF form, which:
- Asks them to log in
- (optional), views a list of content in the MySQL database[to allow them to edit it]
- Takes their input
- Parses out hacking attempts
- Saves their input into the MySQL database.

...And One section which outputs the content (acts as a holder), which:
- Gets entries from the MySQL DB
- Parses them(outputs HTML/SWF/Text)
- Prints them on the screen in an order(//changes dynamic text field to hold them items)

I don't have too much time right now but i'll give you a decent coded example when i get back online later.

In the mean time google "Flash CMS"(Content Management System).
Or look at something like:
- This tute.

Cheers,
Jamey

p.s. for more info on PHP check out http://www.w3schools.com
__________________

Myspace
jamiemac2005 is offline   Reply With Quote