// ************************************************************************************************
// *** Player Type Enumeration
// ************************************************************************************************

function PlayerType ()
{
	this.Unsupported = 0;
	this.WindowsMedia = 1;
	this.Quicktime = 2;
//	this.Silverlight = 3;
	this.Flash = 4;
}