Is it possible to start playing a video from a specific location (for instance the second minute of the video clip) using html5 video tag? If it is how can it be done? Can it be done using JavaScript?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes its possible. You can use
player.currentTimeattribute. see here for an example http://singintime.wordpress.com/2011/04/20/html5-video-seeking-with-javascript/