![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Web Design & Programming Discussion of web design, and server-side & client-side scripting |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Apr 2009
Posts: 19
OS: vista
|
user-changeable Flash Web Site ?
I've started doing websites in Flash, which I prefer over html due to the freedom that Flash gives me to design whatever I want. Most html sites look boring, whereas Flash sites can look great!
Problem: I've had clients come to me and ask for a site where they can update some of the content themselves. Is this possible? How can I provide that? Is that strictly an html thing? All help much appreciated as usual. ![]() www.bluebuddhadesign.co.uk |
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#2 (permalink) |
|
Design Team Member
Join Date: Jul 2007
Location: Coventry, UK
Posts: 1,887
OS: Vista, various linux distros
|
Re: user-changeable Flash Web Site ?
Hey, i love full flash sites myself. Not because HTML is boring(it can be just as good[better], it just takes the right amount of experience and work) but because of the flexibility.
I've done what you want to do. Basically you'd have to use PHP(or another server-side language) and the loadvars function in flash(or its newer relatives). It would be worthless me re-iterating what i've learned here when i can direct you to where i learned it from... Go To And Learn is a brilliant free video flash tutes site. The one you want to look at is entitled "PHP, MySQL and Flash"... I also advise you take a look around the rest of the tutorials if you get a spare moment because they are brilliant. Cheers, Jamey |
|
|
|
|
|
#3 (permalink) |
|
Registered User
Join Date: Apr 2009
Posts: 19
OS: vista
|
Re: user-changeable Flash Web Site ?
Thank you Jamie!
I just watched the tutorial. I'm now thinking "ok so how do I apply that knowledge to something I need to do", such as allowing the client to change a block of text on their site, change an image, or add a product. Do they need to use mySQL? Isn't the use of mySQL and php just an easier way for the web designer to change the content inside a Flash movie without having to go in there and look around? Sorry if that's a dumb question. |
|
|
|
|
|
#4 (permalink) |
|
Design Team Member
Join Date: Jul 2007
Location: Coventry, UK
Posts: 1,887
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 |
|
|
|
|
|
#6 (permalink) |
|
Registered User
Join Date: Apr 2009
Posts: 19
OS: vista
|
Re: user-changeable Flash Web Site ?
It's ok I found:
www.developphp.com Which has EVERYTHING I need. Thanks for your help again, Jamie. Cheers James. |
|
|
|
![]() |
| Thread Tools | |
|
|