Inserting Videos

To insert a video into a rich text visual, follow these steps:

  1. In the Rich-Text Editor, click the Video icon.

    inserting a video

    The Insert Video window modal appears.

  2. In the Insert Video, enter the URL address of the video, and click Insert Video.

    We used the video found on https://youtu.be/cv58ODIXdRw.

    specifying the URL of the video
  3. Arcadia Enterprise automatically converts the URL into an embedded object. When you examine the visual in Code View mode, the video appears in an <iframe> element:

    <iframe frameborder="0" src="//www.youtube.com/embed/cv58ODIXdTw" width="640" height="360" class="note-video-clip"></iframe>
  4. In view mode, the visual contains the embedded video object, together with the controls specific to the hosting site.

    rich text visual with embedded video