I purchased your product and I am trying to get the RSS viewer to work. I was able to test the viewer by enabling the sample news.xml file to be read; however, I want to read from a yahoo rss url feed. I am trying to load the second URL (tennis RSS feed) and I am using top stories as you have to test. My site is www.ctltennis.com. Here is the code I have that is not working:
// RSS Feed url
var RSSUrl = "http://rss.news.yahoo.com/rss/topstories";
//var RSSUrl = "http://sports.yahoo.com/ten/rss.xml";
// get Domain
var urlStr:Array = this._url.split("/");
var domain:String = "";
for (var i = 0; i
}
// load xml from another domain
//xml.load(domain "news.php?url=" RSSUrl); // load using php from another domain
xml.load(RSSUrl); // load from url
//xml.load("rssnews.xml"); // load local file
preloader.lbl_txt.autoSize = true;
preloader.lbl_txt.text = "Loading RSS Feed from " RSSUrl ".\\n Please wait...";
#  /  posted on Dec 28, 2007







