on(release) {
loadText = new loadVars();
loadText.load(“mailing.txt”);
//creating the loadVarsText function
loadText.onLoad = function() {
mailing.text = this.input;
}
};
just wondering what is wrong with this. i am trying to have it so that when you click this button. (submit) it will load the text that is in mailing.txt and desplay it in the input box. any suggestions. i cant get it to work. thanks for your help