Video Broadcasting - Forum

Forum Navigation
You need to log in to create posts and topics.

Video Broadcasting

Hi,

The button with this script works well .

CreateVideoPlayer "Container1" "https://......../video.mp4" true true true false

But I would like to schedule a video broadcasting station on recurring days.

Every Monday a certain video.

Every Tuesday a certain video.

And so on...

How can I schedule a video to be played on Monday .

How can I schedule a video to be played on Tuesday .

And so on...

Let me know.

Thanks

Joseph Caristena

Hi @jcaristena,

Do you have a different URL for each video? I mean one for monday, another one for tuesday...
If so, it's quite easy: just use the command dtDayName to get the day name and use a conditional If to play one video or another.
Regards.

Vadim has reacted to this post.
Vadim