Skip to main content
Known Participant
March 24, 2016
Question

Captivate 8 Youtube Interaction

  • March 24, 2016
  • 1 reply
  • 354 views

Hello I am wondering if there is a way to stop the video play at a certain point? It looks as though it can start at a certain point but is there a way to change the stopping point?

This topic has been closed for replies.

1 reply

BDuckWorks
Inspiring
October 6, 2016

This depends on which of the three YouTube URL structures your using.

A) https://www.youtube.com/watch?v=

B) http://youtu.be/

C)

https://www.youtube.com/embed/

<youtube clip ID>

?rel=0&autoplay=1&showsearch=0&modestbranding=1&start=41&end=201&showinfo=0&iv_load_policy=3

If you're using the Embed structure (C), you can include a start parameter and the number would be the time from the beginning converted to seconds elapsed. To start at one second past two minutes, set start=121.