Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SQL サーバーにビデオの外部 URL リンクがあります。URL リンクを使用してそのビデオを asp.net ページに埋め込むにはどうすればよいですか? どんな提案でも役に立ちます。よろしくお願いします。
この記事をチェックしてください。基本的に、それらがYouTubeビデオの場合、次のようなコードで行うことができます:
<iframe width="560" height="315" src="http://www.youtube.com/embed/fxCEcPxUbYA" frameborder="0" allowfullscreen></iframe>
それ以外の場合は、特定のヘルパーをインストールして支援することができます。