javascript gurus --- anyone have a script that will do this?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • latinasojourn
    Confirmed User
    • Oct 2003
    • 3191

    #1

    javascript gurus --- anyone have a script that will do this?

    hi-

    i need a simple javascript that will go down a list of URLs and change them every "X" minutes.

    the purpose is to automatically serve a sample video link on an index page but keep it changing like every 15 minutes.

    thanks.
  • mortenb
    Confirmed User
    • Jul 2004
    • 2203

    #2
    are you expecting your visitors to stay on your mainpage for 15+ minutes?

    if not you would need a serverside script to do it..

    or you could make sure that all your files are named like "12.15.mpg" and "12.30.mpg" and then have a javascript script link to that depending on the time of day..

    Comment

    • latinasojourn
      Confirmed User
      • Oct 2003
      • 3191

      #3
      Originally posted by mortenb
      are you expecting your visitors to stay on your mainpage for 15+ minutes?

      if not you would need a serverside script to do it..

      or you could make sure that all your files are named like "12.15.mpg" and "12.30.mpg" and then have a javascript script link to that depending on the time of day..
      thanks for this tip!

      i just want to change the video URL every few minutes (not every refresh). i did find something for that.

      now i'm looking for a dhtml video popup window maker that will open a win player with controls.

      Comment

      Working...