gpt4 book ai didi

asp.net - 在 ASP.NET 页面中播放视频

转载 作者:行者123 更新时间:2023-12-04 13:02:31 24 4
gpt4 key购买 nike

我有一个视频,我需要在我的 ASP.NET 页面的主页上播放它,它应该在加载主页时在自定义的小区域中播放。谁能帮帮我?

最佳答案

如果它是 HTML5 将其转换为 ogg,mp4,WebM 然后将其上传到您的服务器那么它会更容易,您可以这样做:

<video width="320" height="240" controls="controls">
<source src="yourmovie.mp4" type="video/mp4" />
<source src="yourmovie.ogg" type="video/ogg" />
Your browser does not support the video tag.
</video>

编辑:

实际上,网络上有大量示例。这是其中的一些。

http://www.aspnet-video.com/aspnetvideo_Demonstration-PlayList-Presentation.aspx

http://www.c-sharpcorner.com/UploadFile/scottlysle/CsharpWebVideo04212007133218PM/CsharpWebVideo.aspx

http://videoplayer.codeplex.com/

关于asp.net - 在 ASP.NET 页面中播放视频,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10007154/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com