var result_lv:LoadV ars = new LoadVars();
var send_lv:LoadVar s = new LoadVars();
send_lv.send("O rientationCompl ete.aspx?UserID ="+_root.strUse rID+"&Result=tr ue", "_blank", "POST");
I am a .net developer. I have inherited a asp.net 1.1 visual basic application that has a web page that hosts a flash presentation. When the presentation completes there is an actionscript that makes the following call:
var result_lv:LoadV ars = new LoadVars();
var send_lv:LoadVar s = new LoadVars();
Leave a comment: