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 .
Comments
Post a Comment