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?
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.