loadMovie prob?
loadMovie prob?
- Started
- Last post
- 3 Responses
- goygoygoy
When I load this swf in a html page, it communicateswell with php script.
http://www.gwkk.org/guestbook/gu…
But when I put it in my page (into an mc, into an mc etc.),
It doesn't communicate anymore...
http://www.gwkk.org/V3/
>> see food section
where is the prob? level? bad method?
pliz heelp!
thks
- unfittoprint0
probably something to do with the path you're using. If you're now loading from another folder you should add the path related to the main movie...
- goygoygoy0
thks for that unfit, but that seems to be correct,
the swf's and PHP are in the same folder. I'm using loadVariablesNum ("GuestBook.php?NumLow="+NumLow... 0);
and I load the form-swf using: empty.loadMovie("GuestBook.swf...
do I have to use _parent. in order to reach the root of my website?