I take it by no responses that what i have is too trivial...
this is the code i'm using:
Code:
on (release, keyPress "<Enter>") {
if (Number(length(name))<1) {
nameselection = "Please enter a name first";
} else {
todo = "namesearch";
loadVariables("[URL unfurl="true"]http://192.168.1.205/cgi-bin/chatscript.pl",[/URL] "", "POST");
gotoAndPlay("check name");
}
}
and this is the output error:
waiting for the player to connect
because i am trying this from localhost to 192.168.1.205 i have adjusted the flash player security to allow connections from this ip, i have added from the base ip, and the baseIP plus up to the folder path.
the cgi-bin is set up correctly cause the proveral "hello world" succeeded.
I am trying to get this going, has any one had any luck with it, or can someone try to get it going as well, much appreciated, Thanks:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.