Marquee Scroll with Text and Images updated from Another Document
I am looking for a Marquee Scroll which can pick up the content from another Text file on the server. The text should be reloaded after completing one scrolling cycle so that if the text file is updated the new content is automatically displayed in the next scrolling cycle. The format of Text file can be defined by the script. For example it can be like this with HTML tags to properly format the text.
HTML Code:
<div><font face="Arial Narrow" size="7"><b><img src="image 1.gif">Message Text 1</b></font></div>
<div><font face="Arial Narrow" size="7"><b><img src="image 2.gif">Message Text 2</b></font></div>
<div><font face="Arial Narrow" size="7"><b><img src="image 3.gif">Message Text 3</b></font></div>
<div><font face="Arial Narrow" size="7"><b><img src="image 4.gif">Message Text 4</b></font></div>
<div><font face="Arial Narrow" size="7"><b><img src="image 5.gif">Message Text 5</b></font></div>
<div><font face="Arial Narrow" size="7"><b><img src="image 6.gif">Message Text 6</b></font></div>
There is a similar example here http://www.dynamicdrive.com/dynamici...ajaxticker.htm which works fine but but it is not really a Marquee. t shows all the messages one by one with fade effect in a box. I need a Marquee which scrolls from right to left like a normal HTML Marquee. Can anybody help?