muiplayer / hello-muiplayer

💡 An excellent HTML5 video player component
https://muiplayer.js.org/
GNU General Public License v3.0
503 stars 100 forks source link

支持播放,暂停,播放完成的事件监听么 #34

Open Aesthetlc opened 2 years ago

Aesthetlc commented 2 years ago

如果支持如何操作呢,如果不支持,是否可以自定义呢?

Aesthetlc commented 2 years ago

@muiplayer 大佬有时间辛苦回复我一下哈

muiplayer commented 2 years ago

监听暂停:mp.video().onpause = () => { }; 监听播放完成:mp.video().onended = () => { };

参考:https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/video#事件

Aesthetlc commented 2 years ago

谢谢,我看一下

muiplayer commented 2 years ago

好的,项目是还没有点 Star 吗,^_^ 🤪🤪

Aesthetlc commented 2 years ago

已Star~