Stop a YouTube embed video -
to embed youtube video , make begin specific second can add &start=25 @ end of src in example. question is: there way can stop video @ specific minute? (of course &stop=45 not work)
here have example try: http://jsfiddle.net/79cd2/
<iframe width="640" height="360" src="//www.youtube.com/embed/amamk6hlyay?rel=0&start=25" frameborder="0" allowfullscreen></iframe>
please use "end"
<iframe width="640" height="360" src="//www.youtube.com/embed/amamk6hlyay?rel=0&start=25&end=32" frameborder="0" allowfullscreen></iframe>
Comments
Post a Comment