Ticket #1103 (closed enhancement: invalid)
RemoveEventListener not specified by API
| Reported by: | zach | Owned by: | zach |
|---|---|---|---|
| Priority: | Normal | Milestone: | Backlog |
| Component: | wrapper | Keywords: | |
| Cc: | jeroen, pablo | Forum thread: | http://www.longtailvideo.com/support/forums/jw-player/javascript-interaction/15150/removing-handlers-from-js-api-events-under-flash-53 |
Description
We didn't add a RemoveEventListener method to the public API.
Workaround is to keep track of a variable yourself and reference it in your callback, but this is a bit tricky…
Change History
Note: See
TracTickets for help on using
tickets.

The workaround is totally fine, since event listeners is not widely needed. We an always keep this in the backlog though.