Hello,
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();
send_lv.sendAnd Load("Orientati onComplete.aspx ?UserID="+_root .strUserID+"&Re sult=true", result_lv, "POST");
This call works in that I can hit a breakpoint in the Load() of OrientationComp lete.aspx and update a database.
I cannot make OrientationComp lete.aspx render however. I can also see the http for OrientationComp lete.aspx in Fiddler but the page never appears. I want to have the user enter something on OrientationComp lete.aspx.
Any idea why OrientationComp lete.aspx does not render?
Thank you!
jmatt
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();
send_lv.sendAnd Load("Orientati onComplete.aspx ?UserID="+_root .strUserID+"&Re sult=true", result_lv, "POST");
This call works in that I can hit a breakpoint in the Load() of OrientationComp lete.aspx and update a database.
I cannot make OrientationComp lete.aspx render however. I can also see the http for OrientationComp lete.aspx in Fiddler but the page never appears. I want to have the user enter something on OrientationComp lete.aspx.
Any idea why OrientationComp lete.aspx does not render?
Thank you!
jmatt
Comment