Results 1 to 5 of 5

Thread: DOM XML TICKER & SCROLLING

  1. #1
    Join Date
    Nov 2004
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default DOM XML TICKER & SCROLLING

    Hello,

    I've found two very nice scripts on dynamic drive :

    Here are the scripts URLs:

    crosstick: http://dynamicdrive.com/dynamicindex2/crosstick.htm

    xmlticker : http://www.dynamicdrive.com/dynamici...xmlticker2.htm

    My problem is that ideally, I need a mix from both scripts :-)

    Let me explain :

    I will use xmlticker as my base scripts to share my news across many parts of my site using xml, but for now the xmlticker script does not really scroll the news but just let them appears one after another in the ticker box (look here for a demo).
    One the other hand the crosstick script does scroll perfetly and smootlhy the news, but does not feed from an xml file(look here for a demo).

    Idealy, the perfect script would be a mix between both, allowing you to feed the news scroller from an outside xml file, but also allowing you to customize the way it scrolls and the text decorations mybe via a simple css file (colors, fonts, link colors, onmouse over etc...)

    If anyone can help :-)

    Thanks in advance

    Fp

  2. #2
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    So you want multiple pages to read from one data file with text in? I did too, and I sorted it out, rawr.

    Ok, so the line where it wants you to define the text:

    text="whatever";

    or something like that, save that line to file text.js, and replace it with

    </script><script src="text.js"></script><script>

    on each page and it'll read the text from text.js and set the variable like that.

    Not sure about XML, but this is still a lot better for text management.

    cr3ative
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

  3. #3
    Join Date
    Nov 2004
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thanks for the answer concerning the external file issue, by the way do you have any idea on the scrolling issue ?

    Thanks in advance

  4. #4
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Regarding the scrolling customization, unfortunately due to time constraints, most of us don't have the time to help out in this area. Sorry.

  5. #5
    Join Date
    Nov 2004
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi,

    thanks for the answer, I'll try to ask a few friends if they can help me to customize the script, If i manage to do so, I'll let you know in case you are interested to publish it on DD.

    Bye

    gts

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •