Author: Misfit Geek: msft | Posted on: 5/11/2010 1:03:06 PM | Views : 877

I'm working on a Video Portal Application and have selected the Open Video Player for embedded viewing of videos. There are many video players out there but I selected this one becuase there are SilverLight and Flash versions in the project. Embedding is EASY ! Code Snippet <% @ Page Title ="Home Page" Language ="C#" MasterPageFile ="~/Site.master" AutoEventWireup ="true" CodeBehind ="Default.aspx.cs" Inherits ="OpenPlayerSample._Default" %> < asp : Content ID ="HeaderContent" runat ="server" ContentPlaceHolderID ="HeadContent"> </ asp : Content > < asp : Content ID ="BodyContent" runat ="server" ContentPlaceHolderID...(read more) ...

Go to the complete details ...