oops, cut all my message out, grrrrrrr
i think this is the problem
MsgList.load (_root.URLpreFix+"message.asp?page="+_root.curPage);
of course its asp, so we change it to cfm but its the =page, deal i think
thats messed up
so i output my cfm on the message.cfm page in xml which works fine
but its calling for it to be like messages.cfm?=page1
im not sure what to do the with the out put of the xml
if u want the files, i will send them to u
dave
> 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]