View Full Version : Ajax XML Ticker (txt file source)
stromberg76
01-29-2010, 04:35 PM
1) Script Title: Ajax XML Ticker (txt file source)
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex2/ajaxticker.htm
3) Describe problem: Hello, i did everything like it was decribed. i got the div layer on my page. in the layer it says "Initializing", but nothing happens. Can you help me please?
Best Regards, Chris
Make sure that you're file source is right.Please post a link to the page on your site that contains the problematic script so we can check it out.
Please include your code so that we can take a look at it, we can't do much without it. When you do post your code remember to use [code] tags. That includes [ html ], [ code ], and [ php ].
Please do the above before further assistance.
ddadmin
01-29-2010, 10:09 PM
Make sure the path to the external file of the ticker is correct:
<script type="text/javascript">
var xmlfile="tickercontent.txt" //path to ticker txt file on your server.
//ajax_ticker(xmlfile, divId, divClass, delay, optionalfadeornot)
new ajax_ticker(xmlfile, "ajaxticker1", "someclass", 3500, "fade")
</script>
ddadmin
01-29-2010, 10:09 PM
Lol Nile you seem to be beating me to the punch each time. :)
Haha - yeah, but before I was wrong. :)
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.