Log in

View Full Version : Cross Browser marquee----using RSS URL



jvd
04-11-2008, 08:00 AM
How can I create a Horizontal scrolling ticker using RSS url??
same as Cross Browser marquee but using RSS url...
Any help ...much appriciated...thanks.

Medyman
04-11-2008, 04:04 PM
Step 1: Enter www.google.com into your browser's address field.
Step 2: Enter "cross browser marquee" into the search field
Step 3: Hit Search



Also: http://www.dynamicdrive.com/dynamicindex2/

jvd
04-14-2008, 07:50 AM
Thanks for reply..
I want to use RSS file(A single URL) as scroll content instead of separate text lines in that Ticker..in horizontal manner..
Please..

Medyman
04-15-2008, 01:35 PM
I did a little googling of myself. Didn't realize this kind of thing was so hard to track down. I see a lot of people looking for it (but none with an answer).

If you wanna shell out some $$, there's this: http://www.jsticker.com/rss-news-javascript-ticker.php

jvd
04-16-2008, 02:07 AM
Can u give me idea,How to change format to continuous horizontal scrolling instead of fade-up effect...in the following ticker..

http://www.dynamicdrive.com/dynamicindex17/rsstickerajax/index.htm

Medyman
04-16-2008, 03:03 AM
If that was directed towards me:
Sorry, I wouldn't know where to begin on changing that script.

But if you can the RSS feed to parse and then line it up (with CSS) in one continuous block, then you could easily use jQuery (or any of the other javascript libraries, I'm sure) to accomplish this.

The one that pops into my head is Ariel Flesler's serialScroll (http://flesler.blogspot.com/2008/02/jqueryserialscroll.html). Check out the last two examples on the demo page. You can easily change the behavior on the last one (timing and axis). It's just a matter of getting the right HTML/CSS then.

HTH