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.

    3 months later

    is the php in the same dir?

    flashfiles work from the dir of the page it is embedded in. So if you call for a flashfile in the dir htdocs/swf but the php is in htdocs, use the relative path "guetbook.php" and NOT "../guestbook.php"

      Write a Reply...