Can anyone tell me why Flash can't send variables to a URL outside of the domain it is hosted on and if there is a workaround solution. Here is my code that talks to a Cold Fusion server on another domain.
on (press) {
loadVariables(" "_root", "POST"
;
}
on (release) {
gotoAndStop("thanks"
;
}
I am trying to process the form on a cold fusion enabled server (different URL) - the server my site is hosted on is not cold fusion enabled.
Any help once again appreciated!!!
on (press) {
loadVariables(" "_root", "POST"
}
on (release) {
gotoAndStop("thanks"
}
I am trying to process the form on a cold fusion enabled server (different URL) - the server my site is hosted on is not cold fusion enabled.
Any help once again appreciated!!!