Hello!
I am an LMS Admin and NOT a coder or programmer or at... I'm trying to find embed code that I can use in Storyline 360 that does NOT have any player controls... I want the users to have to watch the full video and not have the option of fast-forwarding... can anyone help? I've received a couple of examples from Brightcove help FAQs but they are still not working right... can anyone help?? Here's what I was given:
<iframe src="https://players.brightcove.net/XXXXXXXXXXXX/default_default/index.html?videoId=XXXXXXXXXXX" allowfullscreen="" allow="encrypted-media" width="480" height="300"></iframe>
Brightcove told me to use this to remove player controls:
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Brightlink Code</title>
<style>
.video-js .vjs-control-bar {
display: none;
}
</style>
</head>
<body>
<iframe src="https://players.brightcove.net/XXXXXXXXXXX/default_default/index.html?videoId=XXXXXXXXXXXX"
allowfullscreen=""
allow="encrypted-media"
width="640" height="360"></iframe>
</body>
</html>
Any help would be AWESOME! I'm so lost... LOL.
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
URL for Brightcove live stream
By huanin in forum Video Streaming DownloadingReplies: 2Last Post: 4th Dec 2020, 09:30 -
Please help me download Brightcove M3U8 video
By ognaed in forum Video Streaming DownloadingReplies: 8Last Post: 23rd Jun 2020, 01:37 -
Brightcove m3u8 video
By ognaed in forum Video Streaming DownloadingReplies: 1Last Post: 23rd Jun 2020, 00:44 -
help with brightcove
By glintom in forum Video Streaming DownloadingReplies: 1Last Post: 27th Feb 2019, 04:15 -
Youtube Player Too Dark Please Recommend Streaming Player With Controls
By NewTwoVideo in forum Video Streaming DownloadingReplies: 2Last Post: 1st Aug 2016, 18:06