Ticket #1067 (closed feature: duplicate)
More extensive locking
| Reported by: | jeroen | Owned by: | pablo |
|---|---|---|---|
| Priority: | Normal | Milestone: | Backlog |
| Component: | general | Keywords: | |
| Cc: | Forum thread: |
Description (last modified by jeroen) (diff)
We talked about adding locking to the javascript API, so let's formalize by adding a ticket ;)
One example that came to mind today is routing the fullscreen button to a JS script that, instead of going fullscreen, draws a lightbox and resizes the player...
Additional parameters
We already have:
Disable programatic input (controller rejects input, but controller continues to function normally)
Make optional:
Stop / resume playback Disable user input visually (grey sheet or indicator on player controls) Interrupt setup Takeover stage / display area
Change History
Note: See
TracTickets for help on using
tickets.

Something that seems to be missing as well, is only locking certain calls. For example, I might want to override the fullscreen functionality with a lightbox. Therefore, the fullscreen event needs to be re-routed to my script/plugin.