Ticket #1119 (closed feature: fixed)
onSeek Event
| Reported by: | zach | Owned by: | |
|---|---|---|---|
| Priority: | Milestone: | Player 5.6 | |
| Component: | general | Keywords: | |
| Cc: | jeroen, pablo | Forum thread: | http://www.longtailvideo.com/support/forums/jw-player/javascript-interaction/15439/additional-event-onseek |
Description (last modified by pablo) (diff)
Pablo:
Seems like a reasonable request. This may be a bit tricky however, since the MediaProviders sometimes call seek() internally, and we wouldn't want that exposed to users.
In the Flash plugin API, plugins can listen for the ViewEvent.JWPLAYER_VIEW_SEEK event, which will cover the case of the user clicking on the controlbar (but not the case of seek() being called from the API).
This should also be implemented in the JavaScript API
Jeroen:
It's a nice feature we could expose in the View (so API seeks can be separated from internal seeks). There might be other view events people want to have exposed as a listener? For example onPlaylistNext (not necessarily the best example...).
