Sending variables to another domain?

Hello Kirupa forum!

This place seems to be a good place to get an answer to my problem!

I’m sending variables with loadVariablesNum to a php-script on another domain in order to send emails through flash. My server for the flash-file doesn’t support ASP/PHP.

I’ve tried to send the variables both using loadVariables and getURL. This is working perfect with getURL, but not with loadVariables…

Can’t flash send variables to another domain?

getURL(path, 0, “POST”) – this works very well!
loadVariablesNum(path, 0, “POST”) – doesn’t work

(the variables are inside a movieclip)