//change this backColor to match the backgound
//color of your web page.
var backColor = "#FFFFFF";
function getMovieDetail(name)
{
var message = name;
var context = '';
}
function OnError(message, context)
{
alert('An unhandled exception has occurred:\n' + message);
}
.vidTableDetail
{
border: solid 1px #808080;
background-color: silver;
width: 400px;
}
.vidTableDetailLabel
{
font-weight: bold;
}
.vidTableDetailLabelInfo
{
color: White;
font-size: 14px;
}
var movie = "xLitePlayer_media/default.wmv";
var player = new StartPlayer_0("divPlayer_0", movie );
// Retrieve the div element you created in the previous step.
var parentElement = document.getElementById("slLightFilmStrip");
// This function creates the Silverlight plug-in.
createFilmStrip();