Embed a Video into a SharePoint Page
Most SharePoint sites I see are made by geeks, for geeks, with no sense of style. Is there a way to spiff up a site without having to go the SharePoint Designer route? Sure there is: include images, slideshows and embedded video using simple web parts and picture libraries.
A single large image on the top of the entrance page can make your site visually appealing without having to spend an inordinate amount of time on graphic design. Use the Image Web Part to insert a banner image across the top of the site.
A selected slideshow of interesting images is as easy as pointing to a Picture Library using the This Week in Pictures web part. A nice touch for a software project is to have a linkable slideshow of screenshots on the entrance page of the project site.
Finally, there is too much content on YouTube not to find something of interest. Go to YouTube, type in the term SharePoint, select the embed code and insert it into a Content Editor Web Part.
Standalone images, dynamically generated slideshows and embedded videos will help your End User coming back for more. By the way, don’t forget the content. You can still put your geek hat on.
hi,
this was really great!
how about picture slideshow is it possible?
im using wss 2.0. can someone help me how to create picture slideshow inside content editor web part. i have used this code: the caption works, but no images were reflected. why is that? is there a need to include the location of the images? how? can u edit the code. thanks.
@Jenny
Checkout Lytebox (www.lytebox.com) for a slideshow works great with sharepoint, although not tired WSS 2.0 only on 3.0 so far.
I have also managed to use this to embed video on a page as well as a slideshow.
Agreed… LyteBox is my hero. — Mark
hi,
can someone help how to upload my own video in content editor web part? for example i just created my own video mp4 and i want to put it inside content editor web part what would be the code for that? coz in this example you just copy the source in the youtube right but how about if i have my own video save in my desktop, what would be the code. thanks a lot.
Jenny,
You’ll need some kind of HTML wrapper to embed the video. A lot of people are using the JW Player: http://www.longtailvideo.com/.
A word of warning, however. Unless you are in a controlled environment, mp4 is going to knockout a lot of your audience because they will not have the ability to play it.
Mark
I have downloaded the Flash Media Library Template, but I am so new to SharePoint I can’t figure out how to get it working. Can you help?
Thanks, Glenn
Is there a way to add code to “link” two videos together, so that one video plays right after the other one on the Sharepoint Player? I’m restricted on video size – so instead of making seperately named parts of the video I would like to make the separate videos just play in the player right after another. Thanks, Steve
Mark great info,however I could not tell from all the threads if the question of “how to have a list of video links use the same player all on one page” answered from above? And I have the same question as Steve above as to how you can make several files play one after another. Thanks!!
Need to imbed an video onto our share point site. We are not allowed to utilize UTube, security issues. How do we do that?
Here’s a sample embedded code you can drop into your web content editor web part that will play a media using windows media.
How would that work with blog posts, where I don’t have the possibility to add a Content Editor Webpart?
Thanks
Nicole
You’re right. Because the blog page is a template, adding a video to a webzone will make that video display on every page of the blog. You can’t embed video into a blog post, either, because any object code gets stripped out. There is an alternative though, posted on Get the Point:
http://sharepoint.microsoft.com/blogs/GetThePoint/Lists/Posts/Post.aspx?ID=194
Thanks, I’ve already seen this and thought I had a solution, but unfortunately my blog is on my mysite and I don’t dare to touch the My Site Master Page…;)
Is it possible to do all of these things using Sharepoint Services 3.0?
Yes. – Mark
Thank you, Mark!
Great info but my question is after you have included the flash in the CEWP, how do you retain the images? I seem to have a problem retaining the images as part of the image is cut off when I adjusted the width to 100% so it can adjust to the monitor size/screen resolution.
I’ve seen how you can add the “&autoplay=1″ code to the end of the url in the embed code, but I can’t actually get the video to play when the page is visited. Is this possible with WSS 3.0?