Gary's Strudel
02-04-2003, 08:05 AM
Hello!
When I test *.swf in MX mail Form work correct. But it doesn"t work when I put movie on server.
function on the Button is :
loadVariables("http:\\www\mysite\cgi-sys\somescript.pl", _root,"POST")
The sevice told me that their CGI doesn"t send any variables in generall to user (to Flash in this situation). Are they right? They told me that their CGI builds only HTML page with info for user, such as "OK!"But I need variable "Success" from Server. AM I right?
That is the second question: My script wates answer from Server:
If(success=="1"){
gotoAndStop("success")
else {wait......
Sorry dont have source infront of me. Hope idea is clear:"Wait, if no answer, stop all"
And server did not return time when the variables were recieved. Is it wrong with CGI?
I hope to get any help, Please friends!:rolleyes:
When I test *.swf in MX mail Form work correct. But it doesn"t work when I put movie on server.
function on the Button is :
loadVariables("http:\\www\mysite\cgi-sys\somescript.pl", _root,"POST")
The sevice told me that their CGI doesn"t send any variables in generall to user (to Flash in this situation). Are they right? They told me that their CGI builds only HTML page with info for user, such as "OK!"But I need variable "Success" from Server. AM I right?
That is the second question: My script wates answer from Server:
If(success=="1"){
gotoAndStop("success")
else {wait......
Sorry dont have source infront of me. Hope idea is clear:"Wait, if no answer, stop all"
And server did not return time when the variables were recieved. Is it wrong with CGI?
I hope to get any help, Please friends!:rolleyes: