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?
Kamiccolo
Vimeo JavaScript API:
seekTo(seconds:Number):void
andpause():void
after some progress.Vimeo ActionScript API:
seek(seconds:Number):void
andpause():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