0
我在我的sql服務器中有一段視頻的外部鏈接。如何在asp.net頁面中使用我的url鏈接嵌入視頻?任何建議將是有益的。提前感謝。在asp.net網頁中使用Url鏈接嵌入外部視頻
我在我的sql服務器中有一段視頻的外部鏈接。如何在asp.net頁面中使用我的url鏈接嵌入視頻?任何建議將是有益的。提前感謝。在asp.net網頁中使用Url鏈接嵌入外部視頻
結賬this article。 基本上,如果這些是YouTube視頻,你可以用這樣的代碼來執行:
<iframe width="560"
height="315"
src="http://www.youtube.com/embed/fxCEcPxUbYA"
frameborder="0"
allowfullscreen></iframe>
在其他情況下,你可以install a specific Helper爲您提供幫助。