SinisterSpike
01-18-2008, 09:59 PM
1) Script Title:
Pausing RSS scroller
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex17/rsspausescroller/index.htm
3) Describe problem:
I have it up trying to test it here...
http://sinisterdesign.com/test/rsspausescroller/rsstester.html
which comes up with:
Sorry: It's not possible to reach RSS file http://rss.cnn.com/rss/cnn_topstories.rss
I give up trying to fetch RSS feed.
I am just trying to test this and put the CNN top stories news up, and then ideally espn...which I can handle if I can just get the CNN up I am sure. I have:
new rsspausescroller("cnn", "pscroller1", "rssclass", 3000, "_new")
document.write("<br />") //add a divider for demo
new rsspausescroller("cnn", "pscroller2", "rssclass", 3000, "", "date+description")
and
$rsslist=array(
"cnn" => "http://rss.cnn.com/rss/cnn_topstories.rss"
);
I didnt rearrange any of the files and where they are from the oringinal zip, so thats where they are on the linkage. So thats about the gist of my changes...what am I missing? Thx in advance to anyone helping!
Heres this link too just incase: (a info.php file)
http://sinisterdesign.com/test/info.php
Pausing RSS scroller
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex17/rsspausescroller/index.htm
3) Describe problem:
I have it up trying to test it here...
http://sinisterdesign.com/test/rsspausescroller/rsstester.html
which comes up with:
Sorry: It's not possible to reach RSS file http://rss.cnn.com/rss/cnn_topstories.rss
I give up trying to fetch RSS feed.
I am just trying to test this and put the CNN top stories news up, and then ideally espn...which I can handle if I can just get the CNN up I am sure. I have:
new rsspausescroller("cnn", "pscroller1", "rssclass", 3000, "_new")
document.write("<br />") //add a divider for demo
new rsspausescroller("cnn", "pscroller2", "rssclass", 3000, "", "date+description")
and
$rsslist=array(
"cnn" => "http://rss.cnn.com/rss/cnn_topstories.rss"
);
I didnt rearrange any of the files and where they are from the oringinal zip, so thats where they are on the linkage. So thats about the gist of my changes...what am I missing? Thx in advance to anyone helping!
Heres this link too just incase: (a info.php file)
http://sinisterdesign.com/test/info.php