at present we have a vertical scrolling news ticker made in flash on our home page. The problem is that this is the only content on our home page that regularly updates, but obviously can't be read by spiders so is useless in
SEO terms.
What would be the best way to solve this problem?
idea #1 is to put in a javascript scolling news bar, with the java script in an external file. I already have one external javascript file though, and in my body tag have
onLoad="doFlash();" so how do I add another bit to the onload command so that it does the new ticker things too?
idea#2 is to still do it in flash but use php so that the text is inserted from a php file that
can be read by spiders - if this is a good idea please could someone tell me how to do it??!!
Any other ideas would be most welcome. There is limited space for this news which is why we would like it to scroll so as can fit as much as possible on there (about 5 story intros which click through to a full page story).
Thanks :-)