哪个具有 Flash 回退功能的 HTML5 播放器具有通用的 javascript API
据我在 Google 上找到的唯一带有 flash 且对两个播放器使用相同 javascript API 的 HTML5 播放器是 http://mediaelementjs.com 。
我有一个非常动态的网站布局,页面上的大多数其他 HTML 元素应该根据这些视频事件更改状态:
- beforeLoad
- onload
- onPlay
- onPause
- onStop
- onEnd
Jquery 用于更改状态,因此首选与 Jquery 配合良好的 HTML5。
是否还有其他方法可以更好地完成工作或提供更多的事件控制? 如果 mediaelementjs 是唯一的,我想听听您的使用体验。
As far as I can find on Google the only HTML5 player with flash that uses the same javascript API for both player is http://mediaelementjs.com.
I have a very dynamic site layout where most other HTML elements on the page should change state according to these video event:
- beforeLoad
- onload
- onPlay
- onPause
- onStop
- onEnd
Jquery is used to change the states so a HTML5 that works well with Jquery is preferred.
Are there other that do the job better or offer more event control?
If mediaelementjs is the only one out there, I would like to hear your experiance with it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
检查 http://www.jplayer.org
这是文档页面:http://www.jplayer.org/latest/developer-guide/
Check http://www.jplayer.org
Here's the documentation page: http://www.jplayer.org/latest/developer-guide/
或者 DarkOnyx 播放器,两个相同的 HTML5/Flash 播放器 - 相同的 JavaScript API。一切都基于事件监听器模型。 文档位于此处。
Or DarkOnyx player, two identical HTML5/Flash players - the same JavaScript API. Everything is based on Event-Listener model. Documentation is here.