Data to PHP from flash - Help mariofan please!

Hi all,
sorry i havent been around the forums for a while - but could do with some help!

I followed the tutorial on a flash email form using php.

The movie ive contained the mailer form in is dynamically loaded into another movie in the same directory as the php file. (the mailer form is in a folder with the rest of the movie clips). Anyway - the swf works as it should when put in the same directory as the php file, but doesnt properly when its with the rest of the content files (it sends mail, but the php isnt sent back to the swf to tell it to goto the next frame). I think it is something to do with file referencing through loadVariables.

File structure -
httdocs > main.swf
httdocs > content > mailer.swf

heres the code for the loadvariables -
form.loadVariables(“email.php”, “POST”);

i tried - form.loadVariables("…/email.php", “POST”); but it didnt work (is this because thats how you go back a folder in html?)

Help me kirupians - your my only hope!

Thanks

:mario: mariofan!