This is a discussion on what is this as2 code? within the Flash English forums, part of the Flash CS3 - CS4 - CS5 category; I have some as2 code and i wana know what they meen and do on (release) { getURL(_root.clickTAG, '_blank'); var ...
I have some as2 code and i wana know what they meen and do
on (release) {
getURL(_root.clickTAG, '_blank');
var auth = new LoadVars();
auth.telenr = _root.telenr.text;
auth.mobilmodell = _root.mobilmodell.text;
auth.epost = _root.epost.text;
auth.dator = _root.comp;
auth.lead = "1";
auth.seq_email_id = "5";
auth.referencecode = "I4";
auth.send("www.test.html","_self","POST");
}
is something wrong do it send something?
Bookmarks