Flash php mailing list widget problem

Hi guys,

I’m trying to build a mailing list flash widget that I can use on different websites.

This is the code where the php gets called:

loadVariables(“mailinglist.php?message=” + random(1000), this, “POST”);

Now the problems is: it works perfectly on my own website because the php file is in the same directory but if I define the whole url as in http://www.mysite.com/mailinglist.php etc, it doesn’t work.

Any ideas on flash code to call the php file from my site wherever the widget is located on the web?

Thanks!