asp.net(c#)播放视频

来源:百度知道 编辑:UC知道 时间:2024/05/16 01:30:03
最好支持多格式的,可以选择播放那个文件,通过数据库取得
给个完整的例子,分数我会再加

/// <summary>//绑定视频播放
/// 绑定视频播放
/// </summary>
/// <param name="width">播放器宽度</param>
/// <param name="height">播放器高度</param>
/// <param name="link">播放文件地址</param>
/// <returns></returns>
public static string MediaPlayer(int width,int height,string link)
{
string str = "";
try
{
str += "<object id='player' height='" + height + "' width='" + width + "' classid='CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6' codebase=http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701standby=Loading Microsoft? Windows Media? Player components... type=appl