Hi.
i made a php and flash -guestbook.
It works very well when i run it separate www.myd-sign.com/guestbook.html
But the Problem is that if i load the Guestbook into my main flash movie with loadMovie(); Only the Preloader appears and keeps staying on "00". Read all entries in this forum now , asked friends and so on, but nothing helped .
And i cant find the mistake ...
I got this awnser in a nother forum
you must change the loadvarnum line in the guestbook to point to the location that you are loading the guestbook into. what is happening is that the guestbook is loading the variables into the root instead of the location where the guestbook is so it locks up.
This is the string:
loadVariablesNum ("php/scan.php", 0);
I dont know what to change ?!
The guestbook and the main swf are in the same dir.