kkhenson
02-06-2007, 04:34 AM
1) Script Title:
Pausing RSS Scroller
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex17/rsspausescroller/index.htm
3) Describe problem:
I ran through the demo fine, and even added my own .rss file which shows up great. When I add the espn feeds, however, the content is blank, nothing appears.
Here's the link to my feeds, the 3rd box at the bottom is the espn mlb headlines:
http://www.rose14.com/php/foo.php
I have this in the scrollerbridge.php:
// Define your list of RSS URLs- "RSS_id"=> "URL to RSS feed"
$rsslist=array(
"cnn" => "http://rss.cnn.com/rss/cnn_topstories.rss",
"espnmlb" => "http://sports.espn.go.com/espn/rss/mlb/news",
"espntop" => "http://sports.espn.go.com/espn/rss/news",
"gammons" => "http://search.espn.go.com/keyword/search?searchString=peter_gammons&page=espn&filter=null&feed=rss",
"alb" => "http://www.rose14.com/rss/albscores.rss",
"bbc" => "http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/front_page/rss.xml",
"news.com" => "http://news.com.com/2547-1_3-0-5.xml",
"slashdot" => "http://rss.slashdot.org/Slashdot/slashdot",
"dynamicdrive" => "http://www.dynamicdrive.com/export.php?type=new",
);
and in my top php, the foo.php from my link, I have this:
new rsspausescroller("alb", "pscroller1", "rssclass", 3000, "_new")
document.write("<br />") //add a divider for demo
new rsspausescroller("dynamicdrive", "pscroller2", "rssclass", 3000, "", "date+description")
document.write("<br />") //add a divider for demo
new rsspausescroller("espnmlb", "pscroller3", "rssclass", 3000, "_new", "date")
document.write("<br />") //add a divider for demo
I just can't seem to figure out why the ESPN MLB feed is coming in blank?
thanks,
kevin
Pausing RSS Scroller
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex17/rsspausescroller/index.htm
3) Describe problem:
I ran through the demo fine, and even added my own .rss file which shows up great. When I add the espn feeds, however, the content is blank, nothing appears.
Here's the link to my feeds, the 3rd box at the bottom is the espn mlb headlines:
http://www.rose14.com/php/foo.php
I have this in the scrollerbridge.php:
// Define your list of RSS URLs- "RSS_id"=> "URL to RSS feed"
$rsslist=array(
"cnn" => "http://rss.cnn.com/rss/cnn_topstories.rss",
"espnmlb" => "http://sports.espn.go.com/espn/rss/mlb/news",
"espntop" => "http://sports.espn.go.com/espn/rss/news",
"gammons" => "http://search.espn.go.com/keyword/search?searchString=peter_gammons&page=espn&filter=null&feed=rss",
"alb" => "http://www.rose14.com/rss/albscores.rss",
"bbc" => "http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/front_page/rss.xml",
"news.com" => "http://news.com.com/2547-1_3-0-5.xml",
"slashdot" => "http://rss.slashdot.org/Slashdot/slashdot",
"dynamicdrive" => "http://www.dynamicdrive.com/export.php?type=new",
);
and in my top php, the foo.php from my link, I have this:
new rsspausescroller("alb", "pscroller1", "rssclass", 3000, "_new")
document.write("<br />") //add a divider for demo
new rsspausescroller("dynamicdrive", "pscroller2", "rssclass", 3000, "", "date+description")
document.write("<br />") //add a divider for demo
new rsspausescroller("espnmlb", "pscroller3", "rssclass", 3000, "_new", "date")
document.write("<br />") //add a divider for demo
I just can't seem to figure out why the ESPN MLB feed is coming in blank?
thanks,
kevin