Qutaibah
07-27-2002, 11:30 AM
Hi guys,
I am having a strange problem with my loadVariable ActionScript. I don't respond from the fist time I click the button. I have to click the button twice or double up the "loadVariables" command like this.
-------------------------------------------------------------------------------------------------------------------
on(release){
******this.codeOut="";
******this.nameOut="";
******randNum = Math.random()*1000000000;
******loadVariables ("update.php?" add randNum, this, "POST");
******loadVariables ("update.php?" add randNum, this, "POST");
***
******
}
--------------------------------------------------------------------------------------------------------------------
does this sound familiar to anyone.
thanks
Qutaibah
I am having a strange problem with my loadVariable ActionScript. I don't respond from the fist time I click the button. I have to click the button twice or double up the "loadVariables" command like this.
-------------------------------------------------------------------------------------------------------------------
on(release){
******this.codeOut="";
******this.nameOut="";
******randNum = Math.random()*1000000000;
******loadVariables ("update.php?" add randNum, this, "POST");
******loadVariables ("update.php?" add randNum, this, "POST");
***
******
}
--------------------------------------------------------------------------------------------------------------------
does this sound familiar to anyone.
thanks
Qutaibah