您的位置:首页 > 其它

Media Player 嵌套网页中播放上传视频记录

2012-03-01 16:46 309 查看
首先我把Media Player播放器做一个用户控件

代码如下

前台:

View Code

/// <summary>
/// 播放视频信息
/// </summary>
public void Rpt_bfspBind()
{

DataSet ds = new sepco.BLL.hw_room().Getdataset(" type=1 and id="+id);
title = ds.Tables[0].Rows[0]["title"].ToString();
uptime = ds.Tables[0].Rows[0]["addtime"].ToString();
this.MedayPlayer1.Width = 481;
this.MedayPlayer1.Height = 359;
this.MedayPlayer1.Videolink = "" + ds.Tables[0].Rows[0]["url"].ToString() + "";
}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐