- Upload a media file to a standard SharePoint Document Library
- Navigate to the site where you want to embed the video
- Edit the page and select Add a Web Part
- Under Miscellaneous, insert a Content Editor Web Part
- From the Web select Open the Tool Pane
- From Tool Pane, select Source Editor
- Copy in the following code (replace http://link to video here with the actual link to the video in the library):
<div align="center">
<embed src="http://link to video here"
autoplay="true"
loop="false"
width="200"
height="200"
</embed>
</div>
Click Apply and Voila :)
Awesome. that did the trick :)
ReplyDeleteThanks...this is very helpful ! :)
ReplyDelete