You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
trieloff edited this page Sep 13, 2010
·
1 revision
How to implement Seeking
- set media.currentTime = 100;
- call play() once again
- update wrapped object to new playhead
- if object is not yet playable, create a new seekable time range
- update seekable time range on update
- set seeking=true
- throw seeking Events