Flash and php - loading vars

From: Mario (mario.vargek_at_public.srce.hr)
Date: 05/19/04


Date: Wed, 19 May 2004 16:27:34 +0200


_root
|
|----index.swf
|----index.html
|----Forum (folder)
            |
            |-------forum.swf
            |-------forum.html
            |-------forum.php (the same problem is using txt file)

this is my site' root

index.swf is my main file, forum.swf is in a folder named Forum
index.swf loades Forum.swf using loadMovie(...);

forum.swf loads variables in forum.php file using loadVariables(...); and it
works fine if I run forum.html
but if I run index.html it doesn't work because Flash can't find
_root\Forum.php

do I have to have all swf and php files in the same folder?