Hi i'm trying to instantiate a cgi script on a local server, this is what i have, can someone please give give me a suggestion as why i cannot? thanks
loadVariables(" "", "POST");
loadVariables(" "", "POST");
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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");
}
}