MSN Cinema

FilpBook

Podcast Player

PhotoGallery

Video Player

The MinoPlayer Version 1.2 (with Markers support) in action

Work with Silverlight 2

This is an example of the MinoPlayer, a silverlight video player, in action.
In the new version 1.2 it support Markers (the Markers are text messages that can be included in the videos).
You can easily insert and customize the MinoPlayer ver. 1.2 on your WebSite following these instructions:

  1. Download the player here, is only 26Kb :-)
  2. Unzip the file MinoPlayer_Ver1_2.zip and put the MinoPlayer_Ver1_2.xap in a folder of your WebSite
  3. Add this HTML Code on the WebPage where you want the player:
  4. Modify in the above code these tags:
    • <object data="data:application/x-silverlight," type="application/x-silverlight-2" width="500" height="330">
      width and height (in pixels) of the video player (You can also use a percentage value Ex: width="100%" height="80%").
    • <param name="source" value="ClientBin/MinoPlayer_Ver1_2.xap"/>
      the path where is located the MinoPlayer on your website
      Example: if You put the file MinoPlayer_Ver1_2.xap in a folder like http://www.yoursite.com/folder/MinoPlayer_Ver1_2.xap you must to set this code <param name="source" value="http://www.yoursite.com/folder/MinoPlayer_Ver1_2.xap"/>
    • <param name="background" value="black" />
      The background of the player while loading, You can set this like your page background.
    • <param Name="initParams" value="...parameters..."/>
      Parameters is a list of comma separated couples:
      VideoSource=.. the url of the video
      AutoPlay=.. true or false, enable the autoplay [OPTIONAL]
      EnableScrubbing=.. true or false, enable the scrubbing of the video [OPTIONAL]
      InitialVolume=.. a double value between 0 and 1 (ex. 0.4) that set the initial volume of the player [OPTIONAL]
      PreviewImage=.. an url for the Video Preview Image [OPTIONAL]
      LogoImage=.. an url of the Logo Image for the player (the blank logo "Silverlight-Blog.it" on the player in this page is a "Logo Image") [OPTIONAL]
      MarkersTimeView=.. is the time (in seconds, default is 5 seconds) to wait before each marker disappears [OPTIONAL].

Share: Digg  Sphinn  del.icio.us  Facebook  Mixx  Google 
You can mail me feedback, bug or features request
m