im using this code..

on(press) {
_root.loadVariables("info.txt","id","POST");
}

and it wont work.

on press of the button, i want it to POST the information from the "id" input text field into the "info.txt" file. the info.txt is in the same folder on my computer as the swf when publish it. whats going wrong?