Ticket #1119 (closed feature: fixed)

Opened 3 years ago

Last modified 2 years ago

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...).

Change History

comment:1 Changed 2 years ago by pablo

  • Description modified (diff)
  • Milestone changed from Backlog to Player 5.6

comment:2 Changed 2 years ago by pablo

  • Status changed from new to closed
  • Resolution set to fixed

Completed in 1683

Note: See TracTickets for help on using tickets.