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

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -