流量变现70%分成 全国楼凤小姐姐 招商联系客服 招商联系客服 招商联系客服 招商联系客服

DPlayer 事件绑定- 一款非常优秀的开源弹幕H5播放器

[复制链接]
查看161 | 回复0 | 2024-10-5 09:11:11 | 显示全部楼层 |阅读模式
DPlayer 事件绑定- 一款非常优秀的开源弹幕H5播放器

  1. //格式:
  2. dp.on(event, handler)

  3. //例子:
  4. dp.on('ended', function () {
  5.     console.log('player ended');
  6. });
  7.    
  8. //视频事件
  9. abort
  10. canplay
  11. canplaythrough
  12. durationchange
  13. emptied
  14. ended
  15. error
  16. loadeddata
  17. loadedmetadata
  18. loadstart
  19. mozaudioavailable
  20. pause
  21. play
  22. playing
  23. progress
  24. ratechange
  25. seeked
  26. seeking
  27. stalled
  28. suspend
  29. timeupdate
  30. volumechange
  31. waiting

  32. //播放器事件
  33. screenshot
  34. thumbnails_show
  35. thumbnails_hide
  36. danmaku_show
  37. danmaku_hide
  38. danmaku_clear
  39. danmaku_loaded
  40. danmaku_send
  41. danmaku_opacity
  42. contextmenu_show
  43. contextmenu_hide
  44. notice_show
  45. notice_hide
  46. quality_start
  47. quality_end
  48. destroy
  49. resize
  50. fullscreen
  51. fullscreen_cancel
  52. subtitle_show
  53. subtitle_hide
  54. subtitle_change
复制代码


回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则