I have an flash and i want that every time a user clicks a button something on the server updates.
My problem is that it works on first click but never again.
i have
frmData = new LoadVars();
replyData = new LoadVars();
and at each on(release) i have
frmData.cmd = "mytext";
frmData.rnd=random(99);
frmData.sendAndLoad("addpoints.php",replyData,"post"
I tryed other comands like loadVariablesNum() and frmData.send() but all works only 1 time but i want that they work every time.
________
George, M
My problem is that it works on first click but never again.
i have
frmData = new LoadVars();
replyData = new LoadVars();
and at each on(release) i have
frmData.cmd = "mytext";
frmData.rnd=random(99);
frmData.sendAndLoad("addpoints.php",replyData,"post"

I tryed other comands like loadVariablesNum() and frmData.send() but all works only 1 time but i want that they work every time.
________
George, M