How to set start and end time parameters using Vimeo player?

风流意气都作罢 提交于 2019-12-05 15:35:24

问题


For Youtube player I can set start and end time parameters which will crop video in this range. How can I do the same thing using Vimeo player?


回答1:


  • Vimeo JavaScript API: seekTo(seconds:Number):void and pause():void after some progress.

  • Vimeo ActionScript API: seek(seconds:Number):void and pause():void after some progress.

  • Also basic link parameter from this Help Center article: vimeo.com/148198462#t=1m5s Stopping the video at the particular time in this case isn't implemented yet.



来源:https://stackoverflow.com/questions/19407215/how-to-set-start-and-end-time-parameters-using-vimeo-player

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!