外部元件

  抱歉,此页面正在等待翻译成土耳其语

You can control the display of external elements that are outside the player, depending on the playback time. Just enable the Playback / Show outside elements option and describe in the connection with the outside parameter what and when to show.

var player = new Playerjs({id:"player", file:"media.mp4", outside:[{id:"button1", from:5, to:10},{id:"button2", from:15, to:20}]});

In this example, a button with the id button1 will be shown from 5 to 10 seconds, button2 from 15 to 20 seconds (external elements need to be hidden by default in CSS like display:none).

Inside this outside object you need to specify parameters id (element ID), from (start time of the display in seconds), to (end time of the display in seconds) can be specified. Optionally, you can add the exit:1 parameter and in this case the player will exit fullscreen mode to show the external element.

This functionality is available in PRO.


19.12.2
2024 © PlayerJS

登录

登录

免费注册

注册
注册即表示您同意服务条款
登录(如果您有帐户)

恢复密码

恢复
忘记电子邮件?联系我们