oscarotero / jQuery.media

jQuery based library to manage video and audio html5 elements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement unsyncWith method

aleray opened this issue · comments

Hi,

https://github.com/aleray/jQuery.media/blob/master/demos/recursive-timeline.html

in the above file I'm creating a timeline with timed section containing video elements. The fn method synchronizes them with the the master video. I'd like to be able to unsynchronize the videos when the fn_out method gets triggered in order to pause them. I'm missing something like an 'unsyncWith" method.

Thanks,

  • A

Hi again
That's a good idea. I've just commited with that new method.

All the best.
Oscar.