LO HTML - Embed video without download option
Posted: Mon Feb 27, 2023 5:31 am
Hai
I have just started using this Forma LMS. While creating a HTML Page LO , i wanted to add a video element.
I saw in the embed code , it used "video" tag.
<video controls="controls" width="1110" height="740">
<source src="../appCore/../files/common/users/11839_35_1677414129_Making_1.mp4" type="video/mp4" /></video>
When I want to add controlsList with NO DOWNLOAD option , so not to allow the user to download the video, by doing this, and pressing Save.
<video width="600" height="350" controls controlsList="nodownload"> ...............
Its not saving the code. When I open the embed tab again, the nodownload option is not shown & the video still has the Download button.
What Iam missing ?
How to solve this issue, to disable the download button ??
I have just started using this Forma LMS. While creating a HTML Page LO , i wanted to add a video element.
I saw in the embed code , it used "video" tag.
<video controls="controls" width="1110" height="740">
<source src="../appCore/../files/common/users/11839_35_1677414129_Making_1.mp4" type="video/mp4" /></video>
When I want to add controlsList with NO DOWNLOAD option , so not to allow the user to download the video, by doing this, and pressing Save.
<video width="600" height="350" controls controlsList="nodownload"> ...............
Its not saving the code. When I open the embed tab again, the nodownload option is not shown & the video still has the Download button.
What Iam missing ?
How to solve this issue, to disable the download button ??