Can we embed videos in Rise 360?

Mar 21, 2024

Hi, new user here. When I add a video block to a rise 360 course, it only allows MP4 upload. Can we embed or link a video?

6 Replies
Alyssa Gomez

Hi there, Rachel!

It sounds like you're using the Multimedia Embed block, is that right? If so, try embedding your video using an iFrame code in that block. 

Copy the iFrame code below, and replace the bolded text with the video URL. Let me know if you'd like some help with that!

<iframe src="Insert URL Here"></iframe>

Jose Tansengco

Hi Rachel, 

You can start an embedded video at a specific time by adding “?start=” to a video’s embed code, followed by the time in seconds at which you’d like the video to begin playing.

Example:

<iframe allowfullscreen="" frameborder="0" height="315" src="http://www.youtube.com/embed/UkWd0azv3fQ?start=90" width="420"></iframe>

To specify the end time, you'll need to modify the URL a little bit more to include the end parameter like this: 

"http://www.youtube.com/embed/UkWd0azv3fQ?start=26&amp;end=30"

Hope this helps!