Groups | Blog | Home
all groups > flash actionscript > february 2005 >

flash actionscript : Post a Form to a text file


Froffs
2/12/2005 5:49:55 PM
Hi would like some help, I am trying to make a form that will save to txt file
which can then be dynamically loaded into another flash site.

var header_var:LoadVars = new LoadVars();
function sendForm(){
header_var._value("text/Test.txt");
}
this.Submit.onRelease = function (){
sendForm();
}
kglad
2/12/2005 11:33:32 PM
AddThis Social Bookmark Button