About video download prohibition settings - Forum

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

About video download prohibition settings

I want to set controlsList="nodownload" to the video set by CreateVideoPlayer so that it cannot be downloaded.

How can I do that?

 

@bca07313 this should work:

CreateVideoPlayer "Container1" "D:\enviar\annotate-r.mp4" true false false true
SetObjectAttribute "Container1Video" "controlsList" "nodownload"

Note how the Video object has the same name as the Container with the "Video" suffix.

Vadim and bca07313 have reacted to this post.
Vadimbca07313

Thanks to you, I was able to do it!