视频播放时获取反馈 -mediaelementjs
播放器(mediaelementjs)是否有任何选项可以在开始播放时和视频停止后提供反馈(调用函数)?
在文档中我没有找到这样的选项。
最好的 最大限度
Is there any option that the player (mediaelementjs) give a feedback (call a function) when it starts playing and after the video is stopped?
In the documentation I didn't find such an option.
Best
max
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这可能是部分解决方案。我不确定它是否有效,但值得一试:
This may be a partial solution. I'm not sure if it will work, but it's worth a try:
使用播放或结束事件
Use play or ended events