0

Let's say that there is a web tv channel (as <object></object>) which plays 24 hours and I want to display that in my webpage for example from 22:00 to 23:00. And the other hours to display an image instead of video.

Any idea?

Gregory Ch
  • 61
  • 10
  • I found answer here -> http://stackoverflow.com/questions/3367992/insert-an-element-at-a-certain-time-of-the-day and it works – Gregory Ch Oct 20 '14 at 11:49

1 Answers1

0

May be you can manage that dynamically and by sync with the clock. I am not sure how to do this in PHP but a staticimage can easily be displayed and for the 1 hour time, you can overlap that object with the Video playing player object and kill it after finished.

NitinG
  • 893
  • 3
  • 21
  • 38
  • its very much doable. You just need the dynamic way of loading the tags and the clock synchronization. – NitinG Oct 20 '14 at 11:37