You can embed a video stream from a 3rd party vendor (Vimeo or YouTube) to display in the body of the page you are creating.
- Locate the video you want to embed on your page at youtube.com or vimeo.com.
- Vimeo - Locate the video and click on the Share link. Then click on Embed and grab the embed code.
<iframe width="560" height="315"
src="http://www.youtube.com/embed/QoL1MMAZ0v8"
frameborder="0" allowfullscreen></iframe>
- Youtube - Locate the video and click on the Share link. Then click on Embed and grab the embed code.
<iframe width="560" height="315"
src="http://www.youtube.com/embed/QoL1MMAZ0v8"
frameborder="0" allowfullscreen></iframe>
- Click on the Embed Video icon
in the WYSIWYG toolbar and paste the embed code where you want the video to display.