What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Actionscript/Flash help

Actionscript/Flash help
Author: Message:
t1a0s
Full Member
***

Avatar

Posts: 107
Reputation: 3
33 / Male / Flag
Joined: Oct 2004
O.P. Huh?  Actionscript/Flash help
Hey, I'm using this code to retrieve information from an xml file:-

code:
this.receiveRSSObject = function(rssObject)
{    trace("Adam's Comments");
    for(var i = 0; i < rssObject.channels[0].items.length; i++)
    {    trace(rssObject.channels[0].items[i].description);
    }
}
rssObj = new RSSDataFactory()
rssObj.parseFeed("http://www.t1a0s.net/rssreader.php",
                 this, "receiveRSSObject");


Does anybody know how I can then put the information received into a dynamic text box? I've been trying for hours an i just cant get it to work :|

Member since 7118 days, 23 hours, 11 minutes, 15 seconds ago.
08-02-2006 09:14 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On