Comments on: Embed a Video into a SharePoint Page http://www.endusersharepoint.com/2007/11/20/embed-a-video-into-a-sharepoint-page/ Follow me on Twitter: @eusp Sat, 03 Oct 2009 16:14:13 -0700 http://wordpress.org/?v=2.8.4 hourly 1 By: RH http://www.endusersharepoint.com/2007/11/20/embed-a-video-into-a-sharepoint-page/comment-page-2/#comment-17487 RH Fri, 25 Sep 2009 18:12:35 +0000 http://www.endusersharepoint.com/?p=60#comment-17487 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!! 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!!

]]>
By: Steven Miller http://www.endusersharepoint.com/2007/11/20/embed-a-video-into-a-sharepoint-page/comment-page-2/#comment-17349 Steven Miller Tue, 22 Sep 2009 19:04:05 +0000 http://www.endusersharepoint.com/?p=60#comment-17349 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 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

]]>
By: Glenn Barr http://www.endusersharepoint.com/2007/11/20/embed-a-video-into-a-sharepoint-page/comment-page-2/#comment-17171 Glenn Barr Thu, 17 Sep 2009 00:29:40 +0000 http://www.endusersharepoint.com/?p=60#comment-17171 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 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

]]>
By: EndUserSharePoint http://www.endusersharepoint.com/2007/11/20/embed-a-video-into-a-sharepoint-page/comment-page-2/#comment-15172 EndUserSharePoint Thu, 23 Jul 2009 11:34:15 +0000 http://www.endusersharepoint.com/?p=60#comment-15172 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 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

]]>
By: jenny http://www.endusersharepoint.com/2007/11/20/embed-a-video-into-a-sharepoint-page/comment-page-2/#comment-15166 jenny Thu, 23 Jul 2009 07:08:11 +0000 http://www.endusersharepoint.com/?p=60#comment-15166 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. 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.

]]>
By: EndUserSharePoint http://www.endusersharepoint.com/2007/11/20/embed-a-video-into-a-sharepoint-page/comment-page-2/#comment-13907 EndUserSharePoint Mon, 22 Jun 2009 14:40:51 +0000 http://www.endusersharepoint.com/?p=60#comment-13907 Agreed... LyteBox is my hero. -- Mark Agreed… LyteBox is my hero. — Mark

]]>
By: Paul Lynch http://www.endusersharepoint.com/2007/11/20/embed-a-video-into-a-sharepoint-page/comment-page-2/#comment-13904 Paul Lynch Mon, 22 Jun 2009 12:30:06 +0000 http://www.endusersharepoint.com/?p=60#comment-13904 @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. @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.

]]>
By: jenny http://www.endusersharepoint.com/2007/11/20/embed-a-video-into-a-sharepoint-page/comment-page-2/#comment-13773 jenny Tue, 16 Jun 2009 08:34:00 +0000 http://www.endusersharepoint.com/?p=60#comment-13773 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. <pre lang="css" line="1">.Caption { font-family: Arial; font-weight: bold; color: #123456; } var SlideShowSpeed = 3000; var CrossFadeDuration = 3; var Picture = new Array(); var Caption = new Array(); Picture[1] = 'pic1.jpg'; Picture[2] = 'pic2.jpg'; Picture[3] = 'pic3.jpg'; Caption[1] = "This is the first caption."; Caption[2] = "This is the second caption."; Caption[3] = "This is the third caption."; var tss; var iss; var jss = 1; var pss = Picture.length-1; var preLoad = new Array(); for (iss = 1; iss (pss)) jss=1; tss = setTimeout('runSlideShow()', SlideShowSpeed); }</pre> 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.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
.Caption {
font-family: Arial;
font-weight: bold;
color:      #123456;
}
 
 
 
 
var SlideShowSpeed = 3000;
 
var CrossFadeDuration = 3;
 
var Picture = new Array(); 
var Caption = new Array();
 
Picture[1]  = 'pic1.jpg';
Picture[2]  = 'pic2.jpg';
Picture[3]  = 'pic3.jpg';
 
Caption[1]  = "This is the first caption.";
Caption[2]  = "This is the second caption.";
Caption[3]  = "This is the third caption.";
 
var tss;
var iss;
var jss = 1;
var pss = Picture.length-1;
 
var preLoad = new Array();
for (iss = 1; iss  (pss)) jss=1;
tss = setTimeout('runSlideShow()', SlideShowSpeed);
}
]]>
By: MadWhiteHatter http://www.endusersharepoint.com/2007/11/20/embed-a-video-into-a-sharepoint-page/comment-page-2/#comment-12622 MadWhiteHatter Thu, 07 May 2009 13:51:53 +0000 http://www.endusersharepoint.com/?p=60#comment-12622 You can embed your videos into a blog using OneNote to publish your blog. It might not be the prettiest way to do it, but it can work. You can embed your videos into a blog using OneNote to publish your blog. It might not be the prettiest way to do it, but it can work.

]]>
By: EndUserSharePoint http://www.endusersharepoint.com/2007/11/20/embed-a-video-into-a-sharepoint-page/comment-page-2/#comment-11710 EndUserSharePoint Thu, 02 Apr 2009 20:10:01 +0000 http://www.endusersharepoint.com/?p=60#comment-11710 Anna - When you produce the video, make the selection to export it with in HTML. Look inside the HTML that's generated and you'll find the embed code. -- Mark Anna – When you produce the video, make the selection to export it with in HTML. Look inside the HTML that’s generated and you’ll find the embed code. — Mark

]]>