how do i publish video in sharepoint designer
|
|
0
|
|
|
|
Reply
|
Utf
|
4/7/2010 12:54:01 AM |
|
You need to put the video file somewhere. It can be in a document
library. Then the old school, simple way is to use an EMBED tag in a
page that points to the video file like this:
<embed src="http://www.pointbridge.com/Videos/ToddLavigne_DMG.wmv"
width="500" height="375"></embed>
You can put this code in a page with SharePoint Designer or you can
place this code in a Content Editor Web Part. With this method, if
viewers have the right browser plug-in they can see the video.
The newer way to embed video is to use a Flash or Silverlight player.
Then if they have the Flash or Silverlight plug-in they can see the video.
And a more advanced method is to use a JavaScript file like "swfobject"
to detect what browser is used by the viewer and create the appropriate
EMBED code.
SBroweleit
Consultant | PointBridge.com
::: jim sent the following : (4/6/2010 7:54 PM) :::
> how do i publish video in sharepoint designer
>
|
|
0
|
|
|
|
Reply
|
sbroweleit
|
4/11/2010 12:38:05 AM
|
|