PDA

View Full Version : Guest Book with Flash, PHP and txt file


krone
06-08-2005, 01:26 PM
hey yo. i downloaded this guestbook, it uses flash (derr), a php script and an empty txt file to store data.

it works when i run the swf by itself BUT im loading this guestbook.swf into an empty MC holder onto my index.swf

NOW it doesnt work >_<

here is the code on the submit button. im not sure if its the php script?

on (release) {
if (Name eq "") {
_root.Status = "At least give us ur name!!";
} else {
Submit = "Yes";
NumHigh = 10;
NumLow = 0;
_root.GuestBook = "Processing.. Loading New... ";
loadVariablesNum ("GuestBook.php", 0, "POST");
_root.Status = "Cheers";
gotoAndStop (2);
}
}


(the files in question)
http://www.flash-db.com/GuestBookTut/GuestBookTutorial.zip

any help would be most appreciated! thank u

mmm..pi..3.14..
06-08-2005, 04:02 PM
http://members.lycos.co.uk/flashphpguestbook/

I can help you if you can't figure it out, just click the "Contact Me" link. You can send an email from there ;)