Hi,
I’ve got a LoadVars object full of variables and need to use sendAndLoad to communicate with a script. The script is on another domain, so I’m wondering if this is causing the problems. In the onLoad event, success always = false. If i just use the send method and pop a window it always works. Can anyone advise me on how to solve this problem? I just need to send the variables, not load, but I also need to not pop a window. I have already used System.security.allowDomain() with no success. I read something about crossbrowser.xml but didn’t understand how it works…
Thanks - Trevor