i send the data with using "response.write" command from asp to flash movie like this ;
Response.Write "yuklendi=ok"
and i tried to make some action in flash movie with this data( ok ) with these codes;
loadVariables ("ZiyaretciDefteri.asp", this, "POST");
if(yuklendi == "ok") {
gotoAndStop (4);
}
but it didn't work. i put the dynamic text into flash movie to show data which send from asp (ok). it show response (ok), but flash dont make any action.
thanks