How to load new movie with preserved position from previous movie?

Posted by ITmeze on Stack Overflow See other posts from Stack Overflow or by ITmeze
Published on 2010-06-16T07:58:22Z Indexed on 2010/06/16 8:02 UTC
Read the original article Hit count: 354

Filed under:
|

Hi, I am serving movie via JW player. I need to provide functionality to change quality of the movie. Each quality has different url. I need a javascript that loads new movie and moves to last position within clip. Example: User is watching a movie in low quality (http://test.com/play?id=1&qual=low) and is currently at position 00:30:15. User presses button requesting medium quality 'http://test.com/play?id=1&qual=medium' and sees movie starting from position from low quality (http://test.com/play?id=1&qual=low)

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jwplayer