Forum Discussion
malcolmcreen
May 29, 2020Copper Contributor
Start and end points in Stream video embed code
Hi, Does anyone know how I might include an end point (in addition to a start point) in a Stream video? Currently, using the explicit 'Start at' time adds 'st=<seconds>' to the embed code. The sa...
Rob Ellis
Aug 10, 2020Bronze Contributor
malcolmcreen It seems to be possible - using 'et' - it does allow the viewer to hit play again, and it carries on - but that's better than nothing.
Example embed code - start code is green, stop code is red.
<iframe width="640" height="360" src="https://web.microsoftstream.com/embed/video/<videoGUIDhere>?autoplay=false&showinfo=false&st=70&et=80" allowfullscreen style="border:none;"></iframe>
Heidi_Olson
Nov 20, 2021Copper Contributor
This doesn't seem to work- are there any other options?