我有YouTube頻道,我網站上有顯示這個視頻的網頁,我在ModalPopupExtender中播放了視頻,當我顯示這個視頻時發現問題,並且關閉了ModalPopupExtender仍然顯示的視頻聲音。如何顯示來自YouTube頻道的視頻?
所以請任何人幫助我。
'ID = 「圖像」 RUNAT = 「服務器」 寬度= 「96」 HEIGHT = 「86」 ALT = 「視頻」/>
'> '類型= 「應用程序/ x-衝擊波閃光」 將allowscriptaccess = 「總是」 的allowFullScreen = 「真」 寬度= 「400」 HEIGHT = 「320」>
關閉
<%----%> <%----%> '/>
protected void Page_Load(object sender,EventArgs e) string {LanguageID = Globals.GetSuitableLanguage(Page); Page.Title = Globals.Translate(Page.Title,Page); if(!IsPostBack) { GetAllYouTube(); }
} 私人無效GetAllYouTube() { 使用(SqlConnection的CON = Connection.GetConnection()){ 串 的Sql = 「選擇ID,URL,圖片,」 + Globals.Translate( 「YoutubeTitle_EN」 ,Page)+「from [YouTubeVideos] MV ='是'」; SqlCommand Com = new SqlCommand(Sql,con); Com.CommandType = CommandType.Text;
SqlDataReader dr = Com.ExecuteReader();
DataList2.DataSource = dr;
DataList2.DataBind();
}
}
你有沒有我們可以看到的任何代碼? – 2010-12-07 09:54:15