google chrome - Why video is started from last end position? -


i have problem youtube-api when load video. using loadvideobyid function. have tried cuevideobyid result same.

ok, here about. when play video @ youtube page , finish in example middle. youtube remember position , next time enter video play position. im logged in in chrome browser. when load video @ page using youtube api function mentioned before starts video remembered position.

i tried use stopvideo or seekto(0) after loading doesnt work. when change time of video , press stop , play next start again remember position. know solution ?

js fiddle: https://jsfiddle.net/or2w8fpd/6/

just open video youtube side stop in middle, check if youtube saved position future (if return video progress start) open jsfiddle , try it. remember logged in chrome browser


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -