在asp.net中添加视频
问题描述:
如何在Asp.net应用程序中添加视频
How i Can Add Video in Asp.net Application
答
您好,试试这个代码
hi try this code
<iframe type="text/html" width="640" height="385" src="http://www.youtube.com/embed/[VIDEO_ID]?autoplay=1" frameborder="0">
</iframe>
将autoplay设置为0或1(取决于您是否希望人们真正留在您的页面上)
http:// dongavipul.blogspot.in/2011/01/display-youtube-video-in-aspnet-mvc.html [ ^ ]
http://www.dotnetcurry.com/ShowArticle.aspx?ID=622 [ ^ ]
看看这个喜欢的
With the autoplay= set as you like to either 0 or 1 (depending on whether you want people to actually stay on your page or not :)
http://dongavipul.blogspot.in/2011/01/display-youtube-video-in-aspnet-mvc.html[^]
http://www.dotnetcurry.com/ShowArticle.aspx?ID=622[^]
take a look of this likns
请看一看:如何添加asp.net网站上的视频 [ ^ ]
ASP.NET嵌入式视频播放器(YouTube™API,C#)
在ASP.NET 2.0中显示视频 [ ^ ]
在ASP.NET网页中显示视频 [ ^ ]
在C#asp .net 中播放视频[ ^ ]
在C#asp .net 中播放所有视频文件[ ^ ]
希望它有所帮助!
ASP.NET Embedded Video Player (YouTube™ API, C#)
Display Videos in ASP.NET 2.0[^]
Displaying Video in an ASP.NET Web Pages[^]
play video in C# asp .net[^]
play all video file in C# asp .net[^]
hope it helped!