PDA

View Full Version : Guestbook?


sea
01-05-2002, 06:30 PM
Is it possible to make a guestbook in flash?
How do i make the forms writeable for other users?

Thnx :)

dburgessjr
01-06-2002, 05:54 AM
you will need to write the information to a database. flash wont do it all for you. Language's to do it with: CFM, PHP, CGI, ASP and such.

Jesse
01-06-2002, 08:36 AM
There are a number of guestbook examples at www.flashkit.com/movies/ which use various Server Side protocols.

Ricod
01-07-2002, 08:04 AM
For user input set the textbox to 'input'. Then use getURL() to init the script that sends the data to ur database. Check ur server which scripting languages r supported.