如何在 ASP.NET 中播放支持缩略图的视频?
朋友们,
我正在使用asp.net 2.0 我的要求是,当加载表单时,它应该首先在该控件中显示视频的缩略图,然后在播放按钮上单击流式传输应该开始。
有人指导我这可能吗? 任何帮助将不胜感激。
friends,
i am using asp.net 2.0
my requirement is when form is loaded it should show thumbnail of video in that control first and then on play button click streaming should start.
any one guide me is this possible or not ?
any help would be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我通过使用 youtubescript 库解决了这个问题。
youtube 还提供 ASP.NET 和其他语言的视频库脚本。
i ended up this problem by using youtubescript library.
youtube provide video gallery script for asp.net and other languages as well.
您还可以使用 Windows Media Player activex 控件来完成该作业。请在此处查看。
另一种选择是使用 Silverlight。
You can also use Windows Media Player activex control for the job. Take a look at it here.
Another alternative is the use of Silverlight.