Embeding YouTube starting and stoping at specific time
Hi there,
I am trying to embed YouTub video in StoryLine 2 using Start and End tags in embed code. But the video starts from the beginning. I even published the project to test if video starts from from the specific time but no luck so far...
Here is the code:
<iframe width="560" height="315" src="https://www.youtube.com/embed/6muw6pqzk_c?start=290" frameborder="0" allowfullscreen></iframe>
Also tried,
<iframe width="560" height="315" src="https://www.youtube.com/embed/6muw6pqzk_c?t=4m50s" frameborder="0" allowfullscreen></iframe>
and
<iframe width="560" height="315" src="https://www.youtube.com/embed/6muw6pqzk_c?&t=4m50s" frameborder="0" allowfullscreen></iframe>
and
<iframe width="560" height="315" src="https://www.youtube.com/embed/6muw6pqzk_c?&start=290" frameborder="0" allowfullscreen></iframe>
any idea what am i doing wrong? Thanks in advance for the help.
Thanks!
1 Reply
Hi Salman,
Have you reviewed the information here on the controls for aspects of the video with optional parameters (Flash output only) when inserting YouTube?