php - Allow users to check start and end points in an embedded youtube video -


is possible display embedded video youtube on website , allow users check start point , end point on timeline, , selected video data further processing?

do need build second player data youtube , display (and create system start/ end points using javascript). or youtube offer in api such techniques?

thank help.

for of unaware, can specify starting point youtube videos in embed code if want have video start @ specific starting point within video. in order that, need utilize start parameter whereby specify starting point in seconds. video below embedded using following code:

<object width="425" height="344"> <param name="movie" value="http://www.youtube.com/v/ye9hugrzza0&fs=1&start=59"></param> <param name="allowfullscreen" value="true"></param> <embed src="http://www.youtube.com/v/ye9hugrzza0&fs=1&start=59" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed> </object> 

here clear example thing want .please go link.and think you.i got link here . link .

youtube embedded players , player parameters


Comments

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

javascript - addthis share facebook and google+ url -