LOL, right on!

i think i have it all but this on page that loads the xml

here is original code
___________________________________________________
var sstr="..............";
var MsgList = new XML();
MsgList.ignoreWhite=true;
MsgList.> MsgList.load (_root.URLpreFix+"message.asp?page="+_root.curPage);
attachMovie("msgLoading","loading",1);
loading.> this.text="Loading"+sstr.substr(0,random(8));
}

function xmlfunc(success){
if (success){
AdminLog=this.firstChild.attributes.AdminLog;//�ÜÀíÔ��ÇÂ��êÊ�
createEmptyMovieClip("msglistLayer",1);
var theMc=eval("msglistLayer");
iCount=this.firstChild.childNodes.length;//��Ò�ÁôÑÔÏÔÊ�ÊýÄ�
for(var i=0;i<iCount;i++){
theMc.attachMovie("MsgItem","msg",1);
var theMc=eval("theMc.msg");
theMc._y=21;


[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to