i have a flash guest book that use php to read from a mysql database it work fine on my computer but when i uploaded to the server it doesn’t work. anybody any ideas why.
Where it’s doesn’t work ? Have you trace your calls/answer from your php ?
No how do you do that?
I just meaned, debug where it doesn’t works.
Try to pu a debug textfield on your stage somewhere, and make a function
MyTrace(msg:String) {
debug_txt.text += “
” + msg;
}
Now trace before your call and after your call, check where it don’t work
i have no prior php experience i got the guest book from flepstudios it work fine on my computer but when uploaded
it doesnt seem to be communicating properly? it is a swf that loads into another swf
Ok you don’t have the fla ?
So i can’T help you. Check where you got it and read for help. Check if you need to put other files then the swf. If I can’t see code, i can’t help you.
Sorry
Lachhh
I do have the fla to both swfs the main website and the guestbook the guest book read from an external as file that communicates with php files what code do you need to see? the guest book loads into the main site it just doesn’t work once place on the server.
Well my first guess will be that the .php are not on your server, or one of the swf is missing on the server.
But I really think that it’s a problem of loading external files so one of your swf or the php files.
That’s why i told you to trace before and after the call of the loading of your second swf, and before and after the communication with your php files.
But maybe there’s a validation if your swf is on a specific URL, which would not load or do anything. Who knows ! :D.
So check if all the loading are made properly, then tell me if they are any others problem.
Lachhh