我可以从哪里开始学习如何设置 HTML5 视频和音频元素的样式?
我如何设计 HTML5 音频和视频以及如何使用 API?
How would I style the HTML5 Audio and Video and how do I use the API?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我如何设计 HTML5 音频和视频以及如何使用 API?
How would I style the HTML5 Audio and Video and how do I use the API?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
http://videojs.com - 仅使用 CSS 即可轻松设置 HTML5 视频播放器的样式。我过去曾使用过它,而且它非常容易上手。
http:// /dev.opera.com/articles/view/everything-you-need-to-know-about-html5-video-and-audio/ - Opera 的这篇文章详细介绍了整个规范、编码等,并且有一篇关于通过添加 Javascript 侦听器创建您自己的控件的非常深入的文章。不适合新手,但增加了大量的控制和灵活性(搜索“滚动我自己的控件”,它位于页面的中间位置)。
http://videojs.com - makes it easy to style up the HTML5 video player using only CSS. I've worked with it in the past and it's really easy to get started with.
http://dev.opera.com/articles/view/everything-you-need-to-know-about-html5-video-and-audio/ - This article from Opera goes into great detail about the whole spec, encoding, etc and has a really in-depth article on creating your own controls by adding Javascript listeners. Not for the novice, but adds a great amount of control and flexibility (search for "roll my own controls", it's about halfway down the page).