i get this message
onLoad=%5Btype%20Function%5D
this is the code i use
____________________________________________________
_root.serverloc = "logins = new LoadVars();
lgnur4 = _root.serverloc + "check.asp";
logins.load(lgnur4, this);
logins.onLoad = function()
{
_root.id = this.id;
_root.username = this.username;
_root.sessionid = this.session;
_global.id = this.id;
trace(this);
_global.sessionid = this.session;
_global.username = this.username;
if (this.username = "")
{
this.needtoligin.text = "You need to Log-In";
}
else
{
readyto_go = true;
loadimg();
//gotoAndPlay("edit", 1);
}
};
________________________________________________________
the asp file returns this
_______________________________________________________
&session=1050809606&username=admin&id=1
_______________________________________________________
onLoad=%5Btype%20Function%5D
this is the code i use
____________________________________________________
_root.serverloc = "logins = new LoadVars();
lgnur4 = _root.serverloc + "check.asp";
logins.load(lgnur4, this);
logins.onLoad = function()
{
_root.id = this.id;
_root.username = this.username;
_root.sessionid = this.session;
_global.id = this.id;
trace(this);
_global.sessionid = this.session;
_global.username = this.username;
if (this.username = "")
{
this.needtoligin.text = "You need to Log-In";
}
else
{
readyto_go = true;
loadimg();
//gotoAndPlay("edit", 1);
}
};
________________________________________________________
the asp file returns this
_______________________________________________________
&session=1050809606&username=admin&id=1
_______________________________________________________