otuatail Posted June 5, 2009 Share Posted June 5, 2009 Can anyone tell me how this is done. At the bottom of the map below cornwall there is a time. number of seconds since. http://news.bbc.co.uk/1/shared/bsp/hi/elections/local_council/09/map/html/map.stm Desmond. Quote Link to comment Share on other sites More sharing options...
.josh Posted June 6, 2009 Share Posted June 6, 2009 well that looks like it's part of the flash object, so it's probably just a simple counter function that updates a text area on the flash stage every 1 second, and resets every time new data is retrieved. You can do something similar with javascript using settimeout() to call a function that recursively calls itself, setting settimeout over and over. just google for a javascript clock tutorial to get the idea as far as counting in general, and as far as it resetting on last update, well you would have that reset back to 0 every time the page makes a new request or through ajax or whatever. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.