i made a news ticker…
every 8 seconds it shows a different item
When I click a button and load another movie, and return…
the delay between the newsitems is not 8 sec anymore.
When I do the same, it’s even faster.
clearInterval(newTickerId);
newTickerId = setInterval(myHome.newsTicker,3000);
grtz