переменная _root.user_id отображается нормально !
Код AS2:
Код: Выделить всё
stat=new XML();stat.load("http://site/folder/xml.php?user_id="+parseInt(_root.user_id),"GET");stat.onLoad=function(){ _root.lvl=stat.childNodes[1].firstChild.nodeValue;_root.max_score=stat.childNodes[2].firstChild.nodeValue;_root.score=stat.childNodes[3].firstChild.nodeValue;createTextField("s1",4452,1,82,125,18);createTextField("se",1,10,440,80,30);se.size=11;se.text=_root.lvl;s1.text=_root.score + "/" + ((10000*_root.lvl)+(_root.lvl*10000));что не так с этой строчкой?
Код AS2:
Код: Выделить всё
stat.load("http://site/folder/xml.php?user_id="+parseInt(_root.user_id),"GET");