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
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