Friday, October 10, 2008

How Man Y Films Was Jenna Jameson In

MinoPlayer Using Microsoft Office SharePoint Server (MOSS)

Minoplayer is a Silverlight application that reproduct video. The Silverlight project we can get from this blog .

will need to include it in a webpart, in our case, we will do SilverPart webpart, whose installation and configuration is explained in another post .

As was the case with VideoPlayer, we need to specify in the configuration of input parameters Silverpart:

required input parameter:

- VideoSource: url of the video.

Optional input parameters:

- AutoPlay: true or false to indicate whether we want the video to play automatically.
- InitialVolume: decimal value between 0 and 1 to set the volume of the video.
- PreviewImage: url of the image you want to appear before the video plays.
- LogoImage: url of the image you want to use as a logo for the player.
- MarkersTimeView = time (to wait before each marker disappears. The default is 5 seconds.

In our case, these are the input parameters we have specified:

VideoSource = http:// litwaredemo / pruebaSilver / Movies / Bear.wmv, LogoImage = http://litwaredemo/pruebaSilver/Imagenes/greenpeace.jpg

The result, after applying the changes is as follows:

image

0 comments:

Post a Comment